Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AmbireTech/adex-protocol-eth
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivshti committed Apr 24, 2023
2 parents 7eb1720 + c5e6bc4 commit 18c581c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,11 @@ function getChainID(network) {
if (network === 'andromeda') return 1088
if (network === 'cronos') return 25
if (network === 'aurora') return 1313161554
if (network === 'rinkeby') return 4
if (network === 'optimism') return 10
if (network === 'okc') return 66
if (network === 'rinkeby') return 4
if (network === 'mumbai') return 80001
if (network === 'sepolia') return 11155111
throw new Error(`unsupported network ${network}`)
}

Expand Down

0 comments on commit 18c581c

Please sign in to comment.