-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Cleanup boba opera mainnet / testnet from gateway. (#999)
* change: - updated notitifacation banner config and test snapshot. - remove bridge alert - removed fontaom icons for chain. * change: - cleanup address files - removed opera/fantom config - clean up app service. - remove check for FTM token. - remove form input step multi chain.
- Loading branch information
Showing
21 changed files
with
30 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
packages/boba/gateway/src/components/icons/chain/L1/FantomIcon.js
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
packages/boba/gateway/src/components/icons/chain/L2/BobaFantomIcon.js
This file was deleted.
Oops, something went wrong.
14 changes: 9 additions & 5 deletions
14
packages/boba/gateway/src/components/notificationBanner/bannerConfig.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
import { NETWORK } from 'util/network/network.util' | ||
|
||
interface BannerContent { | ||
message?: string | ||
content?: string | ||
} | ||
|
||
export const BannerConfig: Record<string, BannerContent> = { | ||
[NETWORK.FANTOM]: { | ||
/** | ||
* To show the notification banner just add content like below. | ||
* | ||
* | ||
* [NETWORK.FANTOM]: { | ||
message: `BobaOpera is being wound down & will no longer be available, starting June 25th`, | ||
content: `BobaOpera is being wound down & will no longer be available starting June 25th. For users of BobaOpera or BobaOpera applications you will need to transfer all your funds to Fantom mainnet before June 15th or risk permanently losing access to any assets on BobaOpera.`, | ||
}, | ||
} | ||
* | ||
*/ | ||
|
||
export const BannerConfig: Record<string, BannerContent> = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
packages/boba/gateway/src/containers/modals/deposit/steps/BridgeAlert.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.