Skip to content

Commit

Permalink
Fixing shape mainnet fetaured networks
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Oct 18, 2024
1 parent 5a8a976 commit adab071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/featured-networks/shape-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"title": "Shape Mainnet",
"url": "https://shapescan.xyz/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shape.svg"
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shape.svg",
"isActive": true
},
{
"title": "Shape Sepolia",
"url": "https://explorer-sepolia.shape.network/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shape.svg",
"isActive": true
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/shape.svg"
}
]

0 comments on commit adab071

Please sign in to comment.