Skip to content

Commit

Permalink
Added Matic testnet info to networks (#1546).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 10, 2021
1 parent 89bae3b commit 376cf3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/networks/src.ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const networks: { [name: string]: Network } = {
xdai: { chainId: 100, name: "xdai" },

matic: { chainId: 137, name: "matic" },
maticmum: { chainId: 80001, name: "maticmum" },

bnb: { chainId: 56, name: "bnb" },
bnbt: { chainId: 97, name: "bnbt" },
Expand Down

0 comments on commit 376cf3c

Please sign in to comment.