Skip to content

Commit

Permalink
Changed featured netwoks for OMNI
Browse files Browse the repository at this point in the history
added current explorer and mad inactive the 3rd party one
  • Loading branch information
NikitaSavik authored Apr 19, 2024
1 parent f560006 commit 9a57352
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions configs/featured-networks/omni-testnet.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
[
{
"title":"Omni Testnet",
"url":"https://omni-testnet.blockscout.com/",
"group":"Testnets",
"isActive":true,
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/omni.svg",
"invertIconInDarkMode": false
},
{
"title":"Omni X-Explorer",
"url":"https://explorer.testnet.omni.network/",
"group":"Testnets",
"isActive":true,
"isActive":false,
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/omni.svg",
"invertIconInDarkMode": false
}
]


0 comments on commit 9a57352

Please sign in to comment.