Skip to content

Commit

Permalink
Add Fluence featured list
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev committed Aug 7, 2024
1 parent 1b5b5a6 commit 4032704
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configs/featured-networks/fluence-mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[{
"title": "Fluence",
"url": "https://blockscout.mainnet.fluence.dev/",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/fluence-light.svg",
"isActive": true
},
{
"title": "Fluence Testnet",
"url": "https://blockscout.testnet.fluence.dev/",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/fluence-light.svg"
}
]
12 changes: 12 additions & 0 deletions configs/featured-networks/fluence-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[{
"title": "Fluence",
"url": "https://blockscout.mainnet.fluence.dev/",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/fluence-light.svg"
},
{
"title": "Fluence Testnet",
"url": "https://blockscout.testnet.fluence.dev/",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/fluence-light.svg",
"isActive": true
}
]

0 comments on commit 4032704

Please sign in to comment.