From 1a91eb6606ce5193686f62c22ff5f5b0664f8ab1 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Sun, 28 Jul 2024 23:25:26 +0200 Subject: [PATCH] chore: update regtest block explorer URLs Based on https://github.com/BoltzExchange/regtest/pull/20 --- src/configs/regtest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configs/regtest.json b/src/configs/regtest.json index 386401d1..e534f67b 100644 --- a/src/configs/regtest.json +++ b/src/configs/regtest.json @@ -7,12 +7,12 @@ "assets": { "BTC": { "blockExplorerUrl": { - "normal": "http://localhost:8090" + "normal": "http://localhost:4002" } }, "L-BTC": { "blockExplorerUrl": { - "normal": "http://localhost:8091" + "normal": "http://localhost:4003" } }, "RBTC": {