Skip to content

Commit

Permalink
Add aleph-zero featured networks
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev committed Aug 13, 2024
1 parent adb6ff4 commit c339095
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions configs/featured-networks/aleph-zero-evm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"title": "Aleph Zero EVM",
"url": "https://evm-explorer.alephzero.org/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/aleph-zero-icon-light.svg",
"isActive": true
},
{
"title": "Aleph Zero Testnet",
"url": "https://evm-explorer-testnet.alephzero.org/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/aleph-zero-icon-light.svg",
"isActive": false
}
]
16 changes: 16 additions & 0 deletions configs/featured-networks/aleph-zero-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"title": "Aleph Zero EVM",
"url": "https://evm-explorer.alephzero.org/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/aleph-zero-icon-light.svg",
"isActive": false
},
{
"title": "Aleph Zero Testnet",
"url": "https://evm-explorer-testnet.alephzero.org/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/aleph-zero-icon-light.svg",
"isActive": true
}
]

0 comments on commit c339095

Please sign in to comment.