From af9f696c5c379e32642b707731bcf380c78a0c68 Mon Sep 17 00:00:00 2001 From: Kwonhyukjoon Date: Thu, 12 Sep 2024 16:34:19 +0900 Subject: [PATCH] Update param.json --- chain/bitcoin-testnet/param.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chain/bitcoin-testnet/param.json b/chain/bitcoin-testnet/param.json index a9940ffdb7..b04079311f 100644 --- a/chain/bitcoin-testnet/param.json +++ b/chain/bitcoin-testnet/param.json @@ -21,9 +21,9 @@ ], "explorer" : { "name": "Mempool.space", - "url": "https://mempool.space/testnet/", - "account": "https://mempool.space/testnet/address/${address}", - "tx": "https://mempool.space/testnet/tx/${hash}" + "url": "https://mempool.space/testnet4/", + "account": "https://mempool.space/testnet4/address/${address}", + "tx": "https://mempool.space/testnet4/tx/${hash}" }, "about" : { },