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",