Skip to content

Commit 29f5922

Browse files
authored
chore: market switcher (#2924)
1 parent 168ac79 commit 29f5922

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

src/components/MarketSwitcher.tsx

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,20 @@ const MARKET_ORDER_BY_TITLE: { [title: string]: number } = {
130130
Avalanche: 7,
131131
'Aave Horizon': 8,
132132
'BNB Chain': 9,
133-
Polygon: 10,
134-
Gnosis: 11,
135-
Aptos: 12,
136-
Linea: 13,
137-
OP: 14,
138-
MegaETH: 15,
139-
Sonic: 16,
140-
Celo: 17,
141-
Scroll: 18,
142-
ZKsync: 19,
143-
Soneium: 20,
144-
Metis: 21,
145-
EtherFi: 22,
133+
'X Layer': 10,
134+
Polygon: 11,
135+
Gnosis: 12,
136+
Aptos: 13,
137+
Linea: 14,
138+
OP: 15,
139+
MegaETH: 16,
140+
Sonic: 17,
141+
Celo: 18,
142+
Scroll: 19,
143+
ZKsync: 20,
144+
Soneium: 21,
145+
Metis: 22,
146+
EtherFi: 23,
146147
};
147148

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

0 commit comments

Comments
 (0)