Skip to content

Commit fded129

Browse files
authored
chore: banner update (#2661)
1 parent 4e16a0d commit fded129

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

src/components/MarketSwitcher.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,15 @@ const MARKET_ORDER_BY_TITLE: { [title: string]: number } = {
125125
OP: 8,
126126
Gnosis: 9,
127127
Aptos: 10,
128-
'BNB Chain': 11,
129-
Polygon: 12,
130-
Scroll: 13,
131-
ZKsync: 14,
132-
Celo: 15,
133-
Metis: 16,
134-
Soneium: 17,
135-
EtherFi: 18,
128+
Plasma: 11,
129+
'BNB Chain': 12,
130+
Polygon: 13,
131+
Scroll: 14,
132+
ZKsync: 15,
133+
Celo: 16,
134+
Metis: 17,
135+
Soneium: 18,
136+
EtherFi: 19,
136137
};
137138

138139
const getMarketOrder = (marketId: CustomMarket): number => {

src/layouts/MainLayout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ const getCampaignConfigs = (
4141
// },
4242

4343
[ChainId.mainnet]: {
44-
notifyText: 'The plasma market is now live',
44+
notifyText: 'Horizon, the RWA market is now live.',
4545
buttonText: 'Get Started',
4646
buttonAction: {
4747
type: 'function' as const,
48-
value: () => openMarket(CustomMarket.proto_plasma_v3),
48+
value: () => openMarket(CustomMarket.proto_horizon_v3),
4949
},
50-
bannerVersion: 'plasma-market-v0',
51-
icon: '/icons/networks/plasma.svg',
50+
bannerVersion: 'horizon-market-v0',
51+
icon: '/icons/markets/horizon.svg',
5252
},
5353

5454
// [ChainId.polygon]: {

0 commit comments

Comments
 (0)