Skip to content

Commit

Permalink
added scroll chain in Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
stojnovsky committed May 28, 2024
1 parent 4ddebac commit 2606263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ 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
Expand Down

0 comments on commit 2606263

Please sign in to comment.