Skip to content

Commit

Permalink
Fixing playnance featured networks
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Jun 5, 2024
1 parent a646f79 commit d8f0ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configs/featured-networks/playnance-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"title": "Playblock",
"url": "https://explorer.playblock.io/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg",
"isActive": true
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg"
},
{
"title": "Playnance",
"url": "https://playnance.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg"
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/playblock-icon.svg",
"isActive": true
}
]

0 comments on commit d8f0ff2

Please sign in to comment.