Skip to content

Commit

Permalink
Update blackfort featured networks lists
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev committed Feb 10, 2025
1 parent 88ad723 commit e9df2b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions configs/featured-networks/blackfort-testnet.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
[{
"title": "Blackfort",
"url": "https://blackfort.blockscout.com/",
"url": "https://blackfortscan.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/blackfort.svg"
},
{
"title": "Old Blackfort",
"url": "https://blackfort-mainnet-old.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/blackfort.svg"
},
{
"title": "Blackfort Testnet",
"url": "https://blackfort-testnet.blockscout.com/",
"url": "https://testnet.blackfortscan.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/blackfort.svg",
"isActive": true
Expand Down
10 changes: 8 additions & 2 deletions configs/featured-networks/blackfort.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
[{
"title": "Blackfort",
"url": "https://blackfort.blockscout.com/",
"url": "https://blackfortscan.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/blackfort.svg",
"isActive": true
},
{
"title": "Old Blackfort",
"url": "https://blackfort-mainnet-old.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/blackfort.svg"
},
{
"title": "Blackfort Testnet",
"url": "https://blackfort-testnet.blockscout.com/",
"url": "https://testnet.blackfortscan.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/blackfort.svg"
}
Expand Down

0 comments on commit e9df2b7

Please sign in to comment.