Skip to content

Commit 2a531be

Browse files
committed
Fix Polygon Amoy Testnet incorrectly attributed as Metis Sepolia. Rename BNB to BNB Smart Chain.
1 parent 17a4303 commit 2a531be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const metadataByChainId: Record<number, ChainMetadata> = {
8989
},
9090
97: {
9191
contracts: CONTRACTS_1_3_0,
92-
name: 'BNB Testnet',
92+
name: 'BNB Smart Chain Testnet',
9393
explorerUrl: 'https://testnet.bscscan.com',
9494
},
9595
84532: {
@@ -109,8 +109,8 @@ const metadataByChainId: Record<number, ChainMetadata> = {
109109
},
110110
80002: {
111111
contracts: CONTRACTS_1_3_0,
112-
name: 'Metis Sepolia Testnet',
113-
explorerUrl: 'https://sepolia.metis.io',
112+
name: 'Polygon Amoy Testnet',
113+
explorerUrl: 'https://amoy.polygonscan.com/',
114114
},
115115
};
116116

0 commit comments

Comments
 (0)