Skip to content

Commit

Permalink
feat: added avalanche fork network and chain id (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra authored Sep 21, 2021
1 parent 763bd22 commit 58feb26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tx-builder/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export enum Network {
mumbai = 'mumbai',
polygon_fork = 'polygon_fork',
avalanche = 'avalanche',
avalanche_fork = 'avalanche_fork',
fuji = 'fuji', // avalanche test network
arbitrum_one = 'arbitrum_one',
arbitrum_rinkeby = 'arbitrum_rinkeby',
Expand All @@ -40,6 +41,7 @@ export enum ChainId {
mumbai = 80001,
polygon_fork = 1338,
avalanche = 43114,
avalanche_fork = 1337,
fuji = 43113, // avalanche test network
arbitrum_one = 42161,
arbitrum_rinkeby = 421611,
Expand Down

0 comments on commit 58feb26

Please sign in to comment.