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 4032704 commit 80f8d67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions configs/featured-networks/fluence-mainnet.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[{
[
{
"title": "Fluence",
"url": "https://blockscout.mainnet.fluence.dev/",
"group": "Mainnets",
"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/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/fluence-light.svg"
}
]
]
7 changes: 5 additions & 2 deletions configs/featured-networks/fluence-testnet.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[{
[
{
"title": "Fluence",
"url": "https://blockscout.mainnet.fluence.dev/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/fluence-light.svg"
},
{
"title": "Fluence Testnet",
"url": "https://blockscout.testnet.fluence.dev/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/fluence-light.svg",
"isActive": true
}
]
]

0 comments on commit 80f8d67

Please sign in to comment.