Skip to content

Commit

Permalink
Add Filecoin featured-networks
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev committed Oct 28, 2024
1 parent 2eec244 commit e5865e3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configs/featured-networks/filecoin-mainnet.json
Original file line number Diff line number Diff line change
@@ -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",
}
]
15 changes: 15 additions & 0 deletions configs/featured-networks/filecoin-testnet.json
Original file line number Diff line number Diff line change
@@ -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
}
]

0 comments on commit e5865e3

Please sign in to comment.