Skip to content

Commit

Permalink
Merge pull request #198 from AmbireTech/feature/mumbai-test-network
Browse files Browse the repository at this point in the history
Feature / Mumbai test network
  • Loading branch information
stojnovsky authored Feb 17, 2023
2 parents 539e03f + a2827dc commit c160a04
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 c160a04

Please sign in to comment.