Skip to content

Commit

Permalink
Merge pull request #176 from stojnovsky/master
Browse files Browse the repository at this point in the history
new networks in bundle.js
  • Loading branch information
Ivshti authored Apr 18, 2022
2 parents 180a5a7 + 8b765af commit 3da4e92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ function getChainID(network) {
if (network === 'arbitrum') return 42161
if (network === 'moonbeam') return 1284
if (network === 'moonriver') return 1285
if (network === 'gnosis') return 100
if (network === 'kucoin') return 321
if (network === 'andromeda') return 1088
if (network === 'cronos') return 25
if (network === 'aurora') return 1313161554
throw new Error(`unsupported network ${network}`)
}

Expand Down

0 comments on commit 3da4e92

Please sign in to comment.