diff --git a/js/Bundle.js b/js/Bundle.js index f2a47285..a4ffe00c 100644 --- a/js/Bundle.js +++ b/js/Bundle.js @@ -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}`) }