Skip to content

Commit

Permalink
Adding worldchain featured networks
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Oct 17, 2024
1 parent 1a14793 commit f57c49f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configs/featured-networks/worldchain-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"title": "World Chain",
"url": "https://worldchain-mainnet.explorer.alchemy.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/worldchain.svg",
"isActive": true
},
{
"title": "World Chain Sepolia",
"url": "https://worldchain-sepolia.explorer.alchemy.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/worldchain.svg"
}
]
15 changes: 15 additions & 0 deletions configs/featured-networks/worldchain-sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[
{
"title": "World Chain",
"url": "https://worldchain-mainnet.explorer.alchemy.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/worldchain.svg"
},
{
"title": "World Chain Sepolia",
"url": "https://worldchain-sepolia.explorer.alchemy.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/worldchain.svg",
"isActive": true
}
]

0 comments on commit f57c49f

Please sign in to comment.