Skip to content

Commit

Permalink
superchain: fix chainshortname for worldcoin mainnet|sepolia (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy authored Sep 19, 2024
1 parent be65d22 commit 8181116
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chainList.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
},
{
"name": "World Chain",
"identifier": "mainnet/worldchainmainnet",
"identifier": "mainnet/worldchain",
"chainId": 480,
"rpc": [
"https://worldchain-mainnet.g.alchemy.com/public"
Expand Down Expand Up @@ -291,7 +291,7 @@
},
{
"name": "World Chain Sepolia Testnet",
"identifier": "sepolia/worldchainsepolia",
"identifier": "sepolia/worldchain",
"chainId": 4801,
"rpc": [
"https://worldchain-sepolia.g.alchemy.com/public"
Expand Down
4 changes: 2 additions & 2 deletions chainList.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

[[chains]]
name = "World Chain"
identifier = "mainnet/worldchainmainnet"
identifier = "mainnet/worldchain"
chain_id = 480
rpc = ["https://worldchain-mainnet.g.alchemy.com/public"]
explorers = ["https://worldchain-mainnet.explorer.alchemy.com/"]
Expand Down Expand Up @@ -205,7 +205,7 @@

[[chains]]
name = "World Chain Sepolia Testnet"
identifier = "sepolia/worldchainsepolia"
identifier = "sepolia/worldchain"
chain_id = 4801
rpc = ["https://worldchain-sepolia.g.alchemy.com/public"]
explorers = ["https://worldchain-sepolia.explorer.alchemy.com/"]
Expand Down
4 changes: 2 additions & 2 deletions superchain/configs/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"SuperchainTime": null,
"batch_inbox_address": "0xff00000000000000000000000000000000000480",
"Superchain": "mainnet",
"Chain": "worldchainmainnet",
"Chain": "worldchain",
"canyon_time": 0,
"delta_time": 0,
"ecotone_time": 0,
Expand Down Expand Up @@ -938,7 +938,7 @@
"SuperchainTime": null,
"batch_inbox_address": "0xFf00000000000000000000000000000000484752",
"Superchain": "sepolia",
"Chain": "worldchainsepolia",
"Chain": "worldchain",
"canyon_time": 0,
"delta_time": 0,
"ecotone_time": 0,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8181116

Please sign in to comment.