Skip to content

Commit

Permalink
fix(): Chain ID
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatih committed Jul 31, 2024
1 parent 7d4b274 commit a32b4d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/constants.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export const CHAIN_SPECS: { [chainId: string]: ChainSpec } = {
"0x82750": SCROLL_CHAIN,
"0xa0c71fd": BLAST_SEPOLIA_CHAIN,
"0x13e31": BLAST_CHAIN,
"0x5fc17a": MILLICENT_ONE_CHAIN,
"0xa791b": MILLICENT_ONE_CHAIN,
"goerli": GOERLI_CHAIN,
"sepolia": SEPOLIA_CHAIN,
"arbtest": ARB_GOERLI_CHAIN,
Expand Down

0 comments on commit a32b4d5

Please sign in to comment.