Skip to content

Commit c8eb24b

Browse files
committed
Order chains by id
1 parent e11675f commit c8eb24b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/lib-ts/src/types/ChainId.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ export enum ChainId {
66
ETHEREUM = 1,
77
OPTIMISM = 10,
88
BNB = 56,
9+
GNOSIS = 100,
910
POLYGON = 137,
1011
SONIC = 146,
12+
BASE = 8453,
1113
ARBITRUM = 42161,
1214
AVALANCHE = 43114,
13-
BASE = 8453,
1415
BASE_SEPOLIA = 84532,
15-
GNOSIS = 100,
1616
SOLANA_MAINNET = 507424,
1717
}

0 commit comments

Comments
 (0)