File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,9 +116,8 @@ enum SelectedMarketVersion {
116116const MARKET_ORDER_BY_TITLE : { [ title : string ] : number } = {
117117 Core : 0 ,
118118 Prime : 1 ,
119- Base : 2 ,
120- Plasma : 3 ,
121-
119+ Plasma : 2 ,
120+ Base : 3 ,
122121 Arbitrum : 4 ,
123122 Avalanche : 5 ,
124123 Linea : 6 ,
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ const getCampaignConfigs = (
4141 // },
4242
4343 [ ChainId . mainnet ] : {
44- notifyText : 'Horizon, the RWA market is now live.' ,
44+ notifyText : 'The Plasma market is now live.' ,
4545 buttonText : 'Get Started' ,
4646 buttonAction : {
4747 type : 'function' as const ,
48- value : ( ) => openMarket ( CustomMarket . proto_horizon_v3 ) ,
48+ value : ( ) => openMarket ( CustomMarket . proto_plasma_v3 ) ,
4949 } ,
50- bannerVersion : 'horizon -market-v0' ,
51- icon : '/icons/markets/horizon .svg' ,
50+ bannerVersion : 'plasma -market-v0' ,
51+ icon : '/icons/networks/plasma .svg' ,
5252 } ,
5353
5454 // [ChainId.polygon]: {
You can’t perform that action at this time.
0 commit comments