Skip to content

Commit bdc4df0

Browse files
feat: amoy testnet added to types
1 parent 9363b73 commit bdc4df0

File tree

1 file changed

+2
-0
lines changed
  • packages/contract-helpers/src/commons

1 file changed

+2
-0
lines changed

packages/contract-helpers/src/commons/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const ChainIdToNetwork: Record<number, string> = {
2525
100: 'xDAI',
2626
137: 'polygon',
2727
80001: 'mumbai',
28+
80002: 'amoy',
2829
43114: 'avalanche',
2930
43113: 'fuji',
3031
42161: 'arbitrum_one',
@@ -55,6 +56,7 @@ export enum ChainId {
5556
xdai = 100,
5657
polygon = 137,
5758
mumbai = 80001,
59+
amoy = 80002,
5860
avalanche = 43114,
5961
fuji = 43113, // avalanche test network
6062
arbitrum_one = 42161,

0 commit comments

Comments
 (0)