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