From 89ced63d7c93592773309fb85679158d885f0228 Mon Sep 17 00:00:00 2001 From: adamant-al Date: Wed, 13 Nov 2024 20:31:12 +0300 Subject: [PATCH 1/3] fix: btc explorer links --- assets/general/bitcoin/info.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/general/bitcoin/info.json b/assets/general/bitcoin/info.json index 781f3dd..296577b 100644 --- a/assets/general/bitcoin/info.json +++ b/assets/general/bitcoin/info.json @@ -2,9 +2,9 @@ "name": "Bitcoin", "website": "https://bitcoin.org", "description": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.", - "explorer": "https://explorer.btc.com", - "explorerTx": "https://explorer.btc.com/btc/transaction/${ID}", - "explorerAddress": "https://explorer.btc.com/btc/address/${ID}", + "explorer": "https://bitcoinexplorer.org", + "explorerTx": "https://bitcoinexplorer.org/tx/${ID}", + "explorerAddress": "https://bitcoinexplorer.org/address/${ID}", "regexAddress": "^bc1[a-zA-Z0-9]{39,59}$|^[13][1-9A-HJ-NP-Za-km-z]{25,34}$", "symbol": "BTC", "type": "coin", From 832dc864f288334d59e889a28be52e6350fc9eae Mon Sep 17 00:00:00 2001 From: adamant-al Date: Wed, 13 Nov 2024 20:32:35 +0300 Subject: [PATCH 2/3] fix(revert): btc explorer links --- assets/general/bitcoin/info.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/general/bitcoin/info.json b/assets/general/bitcoin/info.json index 296577b..781f3dd 100644 --- a/assets/general/bitcoin/info.json +++ b/assets/general/bitcoin/info.json @@ -2,9 +2,9 @@ "name": "Bitcoin", "website": "https://bitcoin.org", "description": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.", - "explorer": "https://bitcoinexplorer.org", - "explorerTx": "https://bitcoinexplorer.org/tx/${ID}", - "explorerAddress": "https://bitcoinexplorer.org/address/${ID}", + "explorer": "https://explorer.btc.com", + "explorerTx": "https://explorer.btc.com/btc/transaction/${ID}", + "explorerAddress": "https://explorer.btc.com/btc/address/${ID}", "regexAddress": "^bc1[a-zA-Z0-9]{39,59}$|^[13][1-9A-HJ-NP-Za-km-z]{25,34}$", "symbol": "BTC", "type": "coin", From 1a878519c87f8ad1491317f7bbadc5c159a969dc Mon Sep 17 00:00:00 2001 From: adamant-al Date: Wed, 13 Nov 2024 20:32:59 +0300 Subject: [PATCH 3/3] fix: btc explorer links --- assets/general/bitcoin/info.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/general/bitcoin/info.json b/assets/general/bitcoin/info.json index 781f3dd..296577b 100644 --- a/assets/general/bitcoin/info.json +++ b/assets/general/bitcoin/info.json @@ -2,9 +2,9 @@ "name": "Bitcoin", "website": "https://bitcoin.org", "description": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.", - "explorer": "https://explorer.btc.com", - "explorerTx": "https://explorer.btc.com/btc/transaction/${ID}", - "explorerAddress": "https://explorer.btc.com/btc/address/${ID}", + "explorer": "https://bitcoinexplorer.org", + "explorerTx": "https://bitcoinexplorer.org/tx/${ID}", + "explorerAddress": "https://bitcoinexplorer.org/address/${ID}", "regexAddress": "^bc1[a-zA-Z0-9]{39,59}$|^[13][1-9A-HJ-NP-Za-km-z]{25,34}$", "symbol": "BTC", "type": "coin",