Skip to content

Commit

Permalink
Added parameters alongside features (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Sep 18, 2023
1 parent e621db4 commit da79b29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/oasis-borrow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,12 @@ export default function ({ isDevelopment: _isDevelopment }: ConfigHelperType) {
UseNetworkSwitcherForks: false,
UseNetworkSwitcherTestnets: false,
},
parameters: {
topBanner: {
name: "rebranding",
url: "https://blog.summer.fi/oasis-app-rebrands-to-summer-fi/",
message: "Oasis.app is now Summer.fi. Read the announcement",
},
},
};
}

0 comments on commit da79b29

Please sign in to comment.