Skip to content

Commit

Permalink
Add: Mumbai test network.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-enev authored Feb 17, 2023
1 parent 539e03f commit a2827dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ function getChainID(network) {
if (network === 'cronos') return 25
if (network === 'aurora') return 1313161554
if (network === 'rinkeby') return 4
if (network === 'mumbai') return 80001
if (network === 'optimism') return 10
throw new Error(`unsupported network ${network}`)
}
Expand Down

0 comments on commit a2827dc

Please sign in to comment.