From 3d375116e90fe02fdbfb70e94d35f4f403e747b3 Mon Sep 17 00:00:00 2001 From: WakiyamaP Date: Mon, 11 Nov 2024 11:55:04 +0900 Subject: [PATCH] add testnet4 explorer(wakiyamap.dev) --- electrum/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/electrum/util.py b/electrum/util.py index 695707cbd..464af66ba 100644 --- a/electrum/util.py +++ b/electrum/util.py @@ -990,6 +990,8 @@ testnet_block_explorers = { testnet4_block_explorers = { 'mempool.space': ('https://mempool.space/testnet4/', {'tx': 'tx/', 'addr': 'address/'}), + 'wakiyamap.dev': ('https://testnet4-explorer.wakiyamap.dev/', + {'tx': 'tx/', 'addr': 'address/'}), } signet_block_explorers = {