Skip to content

Commit

Permalink
Update World Chain urls (#111)
Browse files Browse the repository at this point in the history
Updates the World Chain urls to use worldscan.org instead of
explorer.alchemy.com.

Also removes the `nativeCurrencySymbol` for World Chain and World Chain
Sepolia

---------

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
  • Loading branch information
Dzejkop and mattsse authored Nov 5, 2024
1 parent 945ff31 commit 82a6ea5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions assets/chains.json

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

12 changes: 4 additions & 8 deletions src/named.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1332,14 +1332,10 @@ impl NamedChain {
Odyssey => {
("https://odyssey-explorer.ithaca.xyz/api", "https://odyssey-explorer.ithaca.xyz")
}
World => (
"https://worldchain-mainnet.explorer.alchemy.com/api",
"https://worldchain-mainnet.explorer.alchemy.com",
),
WorldSepolia => (
"https://worldchain-sepolia.explorer.alchemy.com/api",
"https://worldchain-sepolia.explorer.alchemy.com",
),
World => ("https://api.worldscan.org/api", "https://worldscan.org"),
WorldSepolia => {
("https://api-sepolia.worldscan.org/api", "https://sepolia.worldscan.org")
}
UnichainSepolia => {
("https://sepolia.uniscan.xyz", "https://api-sepolia.uniscan.xyz/api")
}
Expand Down

0 comments on commit 82a6ea5

Please sign in to comment.