Skip to content

Commit

Permalink
chore: update PREFERRED_CHAINID_ORDER
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Nov 20, 2024
1 parent 1d3a688 commit 6c89bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export const NEW_CHAIN_IDS = [
] as const

const PREFERRED_CHAINID_ORDER = [
...NEW_CHAIN_IDS,
ChainId.ETHEREUM,
NonStandardChainId.TRON,
ChainId.BSC,
Expand Down Expand Up @@ -103,6 +102,7 @@ const PREFERRED_CHAINID_ORDER = [
ChainId.METIS,
ChainId.MANTA,
ChainId.ZKLINK,
ChainId.APE,
ChainId.POLYGON_ZKEVM,
ChainId.MOONBEAM,
ChainId.ZETACHAIN,
Expand Down

0 comments on commit 6c89bc7

Please sign in to comment.