We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9363b73 commit bdc4df0Copy full SHA for bdc4df0
packages/contract-helpers/src/commons/types.ts
@@ -25,6 +25,7 @@ export const ChainIdToNetwork: Record<number, string> = {
25
100: 'xDAI',
26
137: 'polygon',
27
80001: 'mumbai',
28
+ 80002: 'amoy',
29
43114: 'avalanche',
30
43113: 'fuji',
31
42161: 'arbitrum_one',
@@ -55,6 +56,7 @@ export enum ChainId {
55
56
xdai = 100,
57
polygon = 137,
58
mumbai = 80001,
59
+ amoy = 80002,
60
avalanche = 43114,
61
fuji = 43113, // avalanche test network
62
arbitrum_one = 42161,
0 commit comments