Skip to content

Commit

Permalink
new networks in bundle.js
Browse files Browse the repository at this point in the history
added new networks in bundle.js: 
* gnosis
* kucoin
* andromeda
* cronos
* aurora
  • Loading branch information
stojnovsky authored Apr 18, 2022
1 parent 180a5a7 commit 8b765af
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 8b765af

Please sign in to comment.