Skip to content

Commit

Permalink
Adding etherlink featured networks
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed May 14, 2024
1 parent 75bd880 commit dfa55c9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configs/featured-networks/etherlink-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[{
"title": "Etherlink",
"url": "https://etherlink.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/etherlink.svg"
},
{
"title": "Etherlink Testnet",
"url": "https://testnet-explorer.etherlink.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/etherlink.svg",
"isActive": true
}
]
14 changes: 14 additions & 0 deletions configs/featured-networks/etherlink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[{
"title": "Etherlink",
"url": "https://etherlink.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/etherlink.svg",
"isActive": true
},
{
"title": "Etherlink Testnet",
"url": "https://testnet-explorer.etherlink.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/etherlink.svg"
}
]

0 comments on commit dfa55c9

Please sign in to comment.