Skip to content

Commit

Permalink
Added cross-links for Celo
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaskov committed Jan 27, 2025
1 parent 221252b commit 8a8bb31
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
21 changes: 21 additions & 0 deletions configs/featured-networks/celo-alfajores-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"title": "Celo Mainnet",
"url": "https://evm-explorer.alephzero.org/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg"
},
{
"title": "Celo Alfajores",
"url": "https://celo-alfajores.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg",
"isActive": true
},
{
"title": "Celo Baklava",
"url": "https://celo-baklava.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg"
}
]
21 changes: 21 additions & 0 deletions configs/featured-networks/celo-baklava-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"title": "Celo Mainnet",
"url": "https://evm-explorer.alephzero.org/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg"
},
{
"title": "Celo Alfajores",
"url": "https://celo-alfajores.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg"
},
{
"title": "Celo Baklava",
"url": "https://celo-baklava.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg",
"isActive": true
}
]
21 changes: 21 additions & 0 deletions configs/featured-networks/celo-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{
"title": "Celo Mainnet",
"url": "https://evm-explorer.alephzero.org/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg",
"isActive": true
},
{
"title": "Celo Alfajores",
"url": "https://celo-alfajores.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg"
},
{
"title": "Celo Baklava",
"url": "https://celo-baklava.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/celo-icon-light.svg"
}
]

0 comments on commit 8a8bb31

Please sign in to comment.