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 Oct 10, 2024
2 parents e4cb2ea + 2d4dbbc commit 1ab8316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,11 @@ function getChainID(network) {
if (network === 'optimism') return 10
if (network === 'okc') return 66
if (network === 'base') return 8453
if (network === 'scroll') return 534352
if (network === 'rinkeby') return 4
if (network === 'mumbai') return 80001
if (network === 'sepolia') return 11155111
if (network === 'sei') return 1329
throw new Error(`unsupported network ${network}`)
}

Expand Down

0 comments on commit 1ab8316

Please sign in to comment.