Skip to content

Commit

Permalink
Merge pull request #200 from AmbireTech/okx-and-sepolia-chains
Browse files Browse the repository at this point in the history
Added OKC and Sepolia chains
  • Loading branch information
stojnovsky authored Mar 20, 2023
2 parents c160a04 + 95cb334 commit c5e6bc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,11 @@ function getChainID(network) {
if (network === 'andromeda') return 1088
if (network === 'cronos') return 25
if (network === 'aurora') return 1313161554
if (network === 'optimism') return 10
if (network === 'okc') return 66
if (network === 'rinkeby') return 4
if (network === 'mumbai') return 80001
if (network === 'optimism') return 10
if (network === 'sepolia') return 11155111
throw new Error(`unsupported network ${network}`)
}

Expand Down

0 comments on commit c5e6bc4

Please sign in to comment.