Skip to content

Commit

Permalink
add location based baner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubswierczek committed Oct 23, 2023
1 parent 5c6cf23 commit 46ecc47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configs/oasis-borrow/getParameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ export const getParameters = ({
notProduction,
}: Pick<ConfigHelperType, "notProduction">) => ({
topBanner: {
enabled: false,
closeable: true,
name: "rebranding",
url: "https://blog.summer.fi/oasis-app-rebrands-to-summer-fi/",
message: "Oasis.app is now Summer.fi! Read the announcement",
},
locationBanner: {
UK: {
enabled: true,
closeable: false,
name: "uk_disclaimer",
url: "https://docs.summer.fi/legal/uk-disclaimer",
message: "UK disclaimer: This web application is provided as a tool for users to interact with third party DeFi protocols on their own initiative, with no endorsement or recommendation of ... Read more",
}
},
aaveLike: {
orderInformation: {
showFlashloanInformation: notProduction,
Expand Down

0 comments on commit 46ecc47

Please sign in to comment.