From 955e2390467fd3a9ee24b240dbb6e212063bae46 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Wed, 4 Dec 2024 15:58:11 +0100 Subject: [PATCH] chore: switch to Blockstream Liquid explorer --- src/configs/beta.json | 4 ++-- src/configs/mainnet.json | 4 ++-- src/configs/testnet.json | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/configs/beta.json b/src/configs/beta.json index 213831fc..faf8e50e 100644 --- a/src/configs/beta.json +++ b/src/configs/beta.json @@ -16,8 +16,8 @@ }, "L-BTC": { "blockExplorerUrl": { - "normal": "https://liquid.network", - "tor": "http://liquidmom47f6s3m53ebfxn47p76a6tlnxib3wp6deux7wuzotdr6cyd.onion" + "normal": "https://blockstream.info/liquid", + "tor": "http://explorerzydxu5ecjrkwceayqybizmpjjznk5izmitf2modhcusuqlid.onion/liquid" } }, "RBTC": { diff --git a/src/configs/mainnet.json b/src/configs/mainnet.json index 03f6e5bd..f597eda3 100644 --- a/src/configs/mainnet.json +++ b/src/configs/mainnet.json @@ -15,8 +15,8 @@ }, "L-BTC": { "blockExplorerUrl": { - "normal": "https://liquid.network", - "tor": "http://liquidmom47f6s3m53ebfxn47p76a6tlnxib3wp6deux7wuzotdr6cyd.onion" + "normal": "https://blockstream.info/liquid", + "tor": "http://explorerzydxu5ecjrkwceayqybizmpjjznk5izmitf2modhcusuqlid.onion/liquid" } }, "RBTC": { diff --git a/src/configs/testnet.json b/src/configs/testnet.json index d6bd6c93..754040f8 100644 --- a/src/configs/testnet.json +++ b/src/configs/testnet.json @@ -7,12 +7,14 @@ "assets": { "BTC": { "blockExplorerUrl": { - "normal": "https://blockstream.info/testnet" + "normal": "https://blockstream.info/testnet", + "tor": "http://explorerzydxu5ecjrkwceayqybizmpjjznk5izmitf2modhcusuqlid.onion/testnet" } }, "L-BTC": { "blockExplorerUrl": { - "normal": "https://blockstream.info/liquidtestnet" + "normal": "https://blockstream.info/liquidtestnet", + "tor": "http://explorerzydxu5ecjrkwceayqybizmpjjznk5izmitf2modhcusuqlid.onion/liquidtestnet" } }, "RBTC": {