Skip to content

Commit

Permalink
Merge pull request #2505 from Badger-Finance/renbtc-announcement-3
Browse files Browse the repository at this point in the history
renbtc announcment 3
  • Loading branch information
mrbasado authored Dec 22, 2022
2 parents d93376f + 275da6a commit 4132da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ function stringHash(input?: string): string | undefined {

// Message should be defined or explicitly undefined.
export const APP_NEWS_MESSAGE =
'As of Decemeber 20th the Ren 1.0 network has been shut down and users are no longer able to bridge renBTC back to its native network. As a result, it is recommended that Badger users remove exposure to renBTC immediately. Learn How. ';
'The shutdown of the Ren 1.0 network is imminent. Once complete, users will no longer able to bridge renBTC back to its native network. As a result, it is recommended that Badger users remove exposure to renBTC immediately.';
// Text & URL should be defined or explicitly undefined.
export const APP_NEWS_URL_TEXT = 'Here';
export const APP_NEWS_URL_TEXT = 'Learn How.';
export const APP_NEWS_URL = 'https://docs.badger.com/assistants/removing-exposure-to-renbtc';
export const APP_NEWS_STORAGE_HASH = stringHash(APP_NEWS_MESSAGE);

0 comments on commit 4132da4

Please sign in to comment.