diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..04ff7916 Binary files /dev/null and b/.DS_Store differ diff --git a/js/Bundle.js b/js/Bundle.js index 450cc1b9..076307da 100644 --- a/js/Bundle.js +++ b/js/Bundle.js @@ -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}`) }