From e5865e31795d0b6b291358e7613eb569dcf73b18 Mon Sep 17 00:00:00 2001 From: aagaev Date: Mon, 28 Oct 2024 11:09:11 +0000 Subject: [PATCH] Add Filecoin featured-networks --- configs/featured-networks/filecoin-mainnet.json | 15 +++++++++++++++ configs/featured-networks/filecoin-testnet.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 configs/featured-networks/filecoin-mainnet.json create mode 100644 configs/featured-networks/filecoin-testnet.json diff --git a/configs/featured-networks/filecoin-mainnet.json b/configs/featured-networks/filecoin-mainnet.json new file mode 100644 index 00000000..37e619e8 --- /dev/null +++ b/configs/featured-networks/filecoin-mainnet.json @@ -0,0 +1,15 @@ +[ + { + "title": "Filecoin", + "url": "https://filecoin.blockscout.com/", + "group": "Networks", + "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/filecoin-icon-light.svg", + "isActive": true + }, + { + "title": "Filecoin Testnet", + "url": "https://filecoin-testnet.blockscout.com/", + "group": "Networks", + "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/filecoin-icon-light.svg", + } +] \ No newline at end of file diff --git a/configs/featured-networks/filecoin-testnet.json b/configs/featured-networks/filecoin-testnet.json new file mode 100644 index 00000000..f90f77c5 --- /dev/null +++ b/configs/featured-networks/filecoin-testnet.json @@ -0,0 +1,15 @@ +[ + { + "title": "Filecoin", + "url": "https://filecoin.blockscout.com/", + "group": "Networks", + "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/filecoin-icon-light.svg" + }, + { + "title": "Filecoin Testnet", + "url": "https://filecoin-testnet.blockscout.com/", + "group": "Networks", + "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/filecoin-icon-light.svg", + "isActive": true + } +] \ No newline at end of file