Skip to content

Commit

Permalink
use blockchair for doge (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
hewigovens authored Jun 18, 2019
1 parent e516b1a commit e0761db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/interface/TWCoinTypeConfigTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e0761db

Please sign in to comment.