Skip to content

Commit

Permalink
Fixing redstone garnet group
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Apr 24, 2024
1 parent 24df9dd commit f3ce68d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/featured-networks/base-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"title": "Garnet Testnet",
"url": "https://redstone-garnet.blockscout.com/",
"group": "Mainnets",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/redstone-light.svg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion configs/featured-networks/base-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
{
"title": "Garnet Testnet",
"url": "https://redstone-garnet.blockscout.com/",
"group": "Mainnets",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/redstone-light.svg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion configs/featured-networks/eth-goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"title": "Garnet Testnet",
"url": "https://redstone-garnet.blockscout.com/",
"group": "Mainnets",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/redstone-light.svg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion configs/featured-networks/eth-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"title": "Garnet Testnet",
"url": "https://redstone-garnet.blockscout.com/",
"group": "Mainnets",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/redstone-light.svg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion configs/featured-networks/eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
{
"title": "Garnet Testnet",
"url": "https://redstone-garnet.blockscout.com/",
"group": "Mainnets",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/redstone-light.svg"
},
{
Expand Down
12 changes: 12 additions & 0 deletions configs/featured-networks/holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shiden.svg"
},
{
"title": "Redstone",
"url": "https://redstone.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/redstone-light.svg"
},
{
"title": "Goerli",
"url": "https://eth-goerli.blockscout.com/",
Expand Down Expand Up @@ -143,6 +149,12 @@
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shibuya.svg",
"invertIconInDarkMode": true
},
{
"title": "Garnet Testnet",
"url": "https://redstone-garnet.blockscout.com/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/redstone-light.svg"
},
{
"title": "Optimism Opcraft",
"url": "https://blockscout.com/optimism/opcraft",
Expand Down

0 comments on commit f3ce68d

Please sign in to comment.