diff --git a/configs/featured-networks/etherlink-testnet.json b/configs/featured-networks/etherlink-testnet.json new file mode 100644 index 00000000..3b958af5 --- /dev/null +++ b/configs/featured-networks/etherlink-testnet.json @@ -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 + } +] diff --git a/configs/featured-networks/etherlink.json b/configs/featured-networks/etherlink.json new file mode 100644 index 00000000..46e0b988 --- /dev/null +++ b/configs/featured-networks/etherlink.json @@ -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" + } +]