diff --git a/coins.json b/coins.json index bca8d0c127e..656f3ac04c5 100644 --- a/coins.json +++ b/coins.json @@ -125,7 +125,7 @@ "base58Hasher": "sha256d", "xpub": "dgub", "xprv": "dgpv", - "explorer": "https://live.blockcypher.com/doge/tx/" + "explorer": "https://blockchair.com/dogecoin/transaction/" }, { "id": "classic", diff --git a/tests/interface/TWCoinTypeConfigTests.cpp b/tests/interface/TWCoinTypeConfigTests.cpp index 0aed3f8a2c0..0d32642b23b 100644 --- a/tests/interface/TWCoinTypeConfigTests.cpp +++ b/tests/interface/TWCoinTypeConfigTests.cpp @@ -267,7 +267,7 @@ TEST(TWCoinTypeConfiguration, TWCoinTypeConfigurationGetTransactionURL) { assertStringsEqual(grs, "https://chainz.cryptoid.info/grs/tx.dws?123"); auto doge = WRAPS(TWCoinTypeConfigurationGetTransactionURL(TWCoinTypeDogecoin, txId)); - assertStringsEqual(doge, "https://live.blockcypher.com/doge/tx/123"); + assertStringsEqual(doge, "https://blockchair.com/dogecoin/transaction/123"); auto lux = WRAPS(TWCoinTypeConfigurationGetTransactionURL(TWCoinTypeLux, txId)); assertStringsEqual(lux, "https://explorer.poswallet.io/#/tx/123");