Skip to content

Commit

Permalink
Fix URL path to testnet explorer. (#5478)
Browse files Browse the repository at this point in the history
  • Loading branch information
MudDev authored Oct 19, 2024
1 parent 8402a27 commit a2c6255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testnets/epixtestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
},
"explorers": [
{
"kind": "Silk Nodes Explorer",
"url": "https://https://testnet.epix.zone/epix",
"tx_page": "https://https://testnet.epix.zone/epix/tx/${txHash}"
"kind": "Epix Explorer",
"url": "https://testnet.epix.zone/epix",
"tx_page": "https://testnet.epix.zone/epix/tx/${txHash}"
}
],
"images": [
Expand Down

0 comments on commit a2c6255

Please sign in to comment.