Skip to content

Commit

Permalink
added sei chain to bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stojnovsky committed Oct 4, 2024
1 parent 2606263 commit 2d4dbbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions js/Bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ function getChainID(network) {
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}`)
}

Expand Down

0 comments on commit 2d4dbbc

Please sign in to comment.