Skip to content

Commit

Permalink
[Misc]: Update block explorer for Smart Bitcoin Cash chain
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Dec 18, 2024
1 parent 9f42ff6 commit 855d9d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3810,7 +3810,7 @@
"chainId": "10000",
"addressHasher": "keccak256",
"explorer": {
"url": "https://www.smartscan.cash",
"url": "https://www.smartscout.cash",
"txPath": "/tx/",
"accountPath": "/address/",
"sampleTx": "0x6413466b455b17d03c7a8ce2d7f99fec34bcd338628bdd2d0580a21e3197a4d9",
Expand Down
4 changes: 2 additions & 2 deletions tests/chains/SmartBitcoinCash/TWCoinTypeTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ TEST(TWSmartBitcoinCashCoinType, TWCoinType) {
ASSERT_EQ(0x0, TWCoinTypeP2shPrefix(TWCoinTypeSmartBitcoinCash));
ASSERT_EQ(0x0, TWCoinTypeStaticPrefix(TWCoinTypeSmartBitcoinCash));
assertStringsEqual(symbol, "BCH");
assertStringsEqual(txUrl, "https://www.smartscan.cash/tx/0x6413466b455b17d03c7a8ce2d7f99fec34bcd338628bdd2d0580a21e3197a4d9");
assertStringsEqual(accUrl, "https://www.smartscan.cash/address/0xFeEc227410E1DF9f3b4e6e2E284DC83051ae468F");
assertStringsEqual(txUrl, "https://www.smartscout.cash/tx/0x6413466b455b17d03c7a8ce2d7f99fec34bcd338628bdd2d0580a21e3197a4d9");
assertStringsEqual(accUrl, "https://www.smartscout.cash/address/0xFeEc227410E1DF9f3b4e6e2E284DC83051ae468F");
assertStringsEqual(id, "smartbch");
assertStringsEqual(name, "Smart Bitcoin Cash");
}

0 comments on commit 855d9d4

Please sign in to comment.