Skip to content

Commit

Permalink
feat: amoy testnet added to types
Browse files Browse the repository at this point in the history
  • Loading branch information
deathwing00000 committed May 24, 2024
1 parent 9363b73 commit bdc4df0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contract-helpers/src/commons/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const ChainIdToNetwork: Record<number, string> = {
100: 'xDAI',
137: 'polygon',
80001: 'mumbai',
80002: 'amoy',
43114: 'avalanche',
43113: 'fuji',
42161: 'arbitrum_one',
Expand Down Expand Up @@ -55,6 +56,7 @@ export enum ChainId {
xdai = 100,
polygon = 137,
mumbai = 80001,
amoy = 80002,
avalanche = 43114,
fuji = 43113, // avalanche test network
arbitrum_one = 42161,
Expand Down

0 comments on commit bdc4df0

Please sign in to comment.