Skip to content

Commit

Permalink
Merge pull request #1750 from sushi-labs/chore/network-order
Browse files Browse the repository at this point in the history
chore: update PREFERRED_CHAINID_ORDER
  • Loading branch information
matthewlilley authored Nov 20, 2024
2 parents 1d3a688 + 6c89bc7 commit 0e7d1a9
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 0e7d1a9

Please sign in to comment.