Skip to content

Commit 8067b49

Browse files
committed
add polygon amoy testnet
1 parent 1e074af commit 8067b49

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/constants/src/lib/constants/constants.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
814814
type: null,
815815
vmType: 'EVM',
816816
},
817+
amoy: {
818+
contractAddress: null,
819+
chainId: 80002,
820+
name: 'Amoy',
821+
symbol: 'POL',
822+
decimals: 18,
823+
rpcUrls: ['https://rpc-amoy.polygon.technology'],
824+
blockExplorerUrls: ['https://amoy.polygonscan.com'],
825+
type: null,
826+
vmType: 'EVM',
827+
},
817828
};
818829

819830
/**

0 commit comments

Comments
 (0)