Skip to content

Commit

Permalink
btc testnet param
Browse files Browse the repository at this point in the history
  • Loading branch information
wannabit-yongjoo committed Aug 26, 2024
1 parent 489d097 commit d0bc3ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chain/bitcoin-testnet/param.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
],
"explorer" : {
"name": "Mempool.space",
"url": "https://mempool.space/testnet4/",
"account": "https://mempool.space/testnet4/address/${address}",
"tx": "https://mempool.space/testnet4/tx/${hash}"
"url": "https://mempool.space/testnet/",
"account": "https://mempool.space/testnet/address/${address}",
"tx": "https://mempool.space/testnet/tx/${hash}"
},
"about" : {
},
Expand Down

0 comments on commit d0bc3ba

Please sign in to comment.