Skip to content

Commit ee726ce

Browse files
committed
Order numerically testnet metadatas
1 parent 2a531be commit ee726ce

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

packages/gator-permissions-snap/src/core/chainMetadata.ts

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,15 @@ const metadataByChainId: Record<number, ChainMetadata> = {
5252
explorerUrl: 'https://etherscan.io',
5353
},
5454
// Testnets:
55-
11155111: {
55+
97: {
5656
contracts: CONTRACTS_1_3_0,
57-
name: 'Sepolia Testnet',
58-
explorerUrl: 'https://sepolia.etherscan.io',
57+
name: 'BNB Smart Chain Testnet',
58+
explorerUrl: 'https://testnet.bscscan.com',
59+
},
60+
1301: {
61+
contracts: CONTRACTS_1_3_0,
62+
name: 'Unichain Sepolia Testnet',
63+
explorerUrl: 'https://sepolia.uniscan.xyz',
5964
},
6065
5115: {
6166
contracts: CONTRACTS_1_3_0,
@@ -72,26 +77,16 @@ const metadataByChainId: Record<number, ChainMetadata> = {
7277
name: 'Gnosis Chiado Testnet',
7378
explorerUrl: 'https://gnosis-chiado.blockscout.com',
7479
},
80+
80002: {
81+
contracts: CONTRACTS_1_3_0,
82+
name: 'Polygon Amoy Testnet',
83+
explorerUrl: 'https://amoy.polygonscan.com/',
84+
},
7585
80069: {
7686
contracts: CONTRACTS_1_3_0,
7787
name: 'Berachain Bepolia Testnet',
7888
explorerUrl: 'https://bepolia.beratrail.io',
7989
},
80-
11155420: {
81-
contracts: CONTRACTS_1_3_0,
82-
name: 'OP Sepolia Testnet',
83-
explorerUrl: 'https://sepolia-optimism.etherscan.io',
84-
},
85-
763373: {
86-
contracts: CONTRACTS_1_3_0,
87-
name: 'Ink Sepolia Testnet',
88-
explorerUrl: 'https://explorer-sepolia.inkonchain.com',
89-
},
90-
97: {
91-
contracts: CONTRACTS_1_3_0,
92-
name: 'BNB Smart Chain Testnet',
93-
explorerUrl: 'https://testnet.bscscan.com',
94-
},
9590
84532: {
9691
contracts: CONTRACTS_1_3_0,
9792
name: 'Base Sepolia Testnet',
@@ -102,15 +97,20 @@ const metadataByChainId: Record<number, ChainMetadata> = {
10297
name: 'Arbitrum Sepolia Testnet',
10398
explorerUrl: 'https://sepolia.arbiscan.io',
10499
},
105-
1301: {
100+
763373: {
106101
contracts: CONTRACTS_1_3_0,
107-
name: 'Unichain Sepolia Testnet',
108-
explorerUrl: 'https://sepolia.uniscan.xyz',
102+
name: 'Ink Sepolia Testnet',
103+
explorerUrl: 'https://explorer-sepolia.inkonchain.com',
109104
},
110-
80002: {
105+
11155111: {
111106
contracts: CONTRACTS_1_3_0,
112-
name: 'Polygon Amoy Testnet',
113-
explorerUrl: 'https://amoy.polygonscan.com/',
107+
name: 'Sepolia Testnet',
108+
explorerUrl: 'https://sepolia.etherscan.io',
109+
},
110+
11155420: {
111+
contracts: CONTRACTS_1_3_0,
112+
name: 'OP Sepolia Testnet',
113+
explorerUrl: 'https://sepolia-optimism.etherscan.io',
114114
},
115115
};
116116

0 commit comments

Comments
 (0)