Skip to content

Commit 7b1bee5

Browse files
[Misc]: Update block explorers (#4177)
* [Misc]: Update block explorers for Algorand and Eth Boba chains * [Misc]: Update block explorer for Nano chain * Fix C++ tests * [Misc]: Update block explorer for Callisto chain * [Misc]: Update block explorer for Smart Bitcoin Cash chain
1 parent 33dcac8 commit 7b1bee5

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

registry.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@
15651565
"publicKeyType": "ed25519Blake2b",
15661566
"url": "https://nano.org",
15671567
"explorer": {
1568-
"url": "https://www.nanolooker.com",
1568+
"url": "https://nanexplorer.com/nano",
15691569
"txPath": "/block/",
15701570
"accountPath": "/account/",
15711571
"sampleTx": "C264DB7BF40738F0CEFF19B606746CB925B713E4B8699A055699E0DC8ABBC70F",
@@ -1786,8 +1786,8 @@
17861786
"curve": "ed25519",
17871787
"publicKeyType": "ed25519",
17881788
"explorer": {
1789-
"url": "https://app.dappflow.org/explorer",
1790-
"txPath": "/transaction/",
1789+
"url": "https://allo.info",
1790+
"txPath": "/tx/",
17911791
"accountPath": "/account/",
17921792
"sampleTx": "CR7POXFTYDLC7TV3IXHA7AZKWABUJC52BACLHJQNXAKZJGRPQY3A",
17931793
"sampleAccount": "J4AEINCSSLDA7LNBNWM4ZXFCTLTOZT5LG3F5BLMFPJYGFWVCMU37EZI2AM"
@@ -2541,9 +2541,9 @@
25412541
"chainId": "820",
25422542
"addressHasher": "keccak256",
25432543
"explorer": {
2544-
"url": "https://explorer.callisto.network",
2544+
"url": "https://explorer.callistodao.org",
25452545
"txPath": "/tx/",
2546-
"accountPath": "/addr/"
2546+
"accountPath": "/address/"
25472547
},
25482548
"info": {
25492549
"url": "https://callisto.network",
@@ -3810,7 +3810,7 @@
38103810
"chainId": "10000",
38113811
"addressHasher": "keccak256",
38123812
"explorer": {
3813-
"url": "https://www.smartscan.cash",
3813+
"url": "https://www.smartscout.cash",
38143814
"txPath": "/tx/",
38153815
"accountPath": "/address/",
38163816
"sampleTx": "0x6413466b455b17d03c7a8ce2d7f99fec34bcd338628bdd2d0580a21e3197a4d9",
@@ -3872,7 +3872,7 @@
38723872
"chainId": "288",
38733873
"addressHasher": "keccak256",
38743874
"explorer": {
3875-
"url": "https://blockexplorer.boba.network",
3875+
"url": "https://eth.bobascan.com",
38763876
"txPath": "/tx/",
38773877
"accountPath": "/address/",
38783878
"sampleTx": "0x31533707c3feb3b10f7deeea387ff8893f229253e65ca6b14d2400bf95b5d103",

tests/chains/Algorand/SignerTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ TEST(AlgorandSigner, Sign) {
8484
}
8585

8686
TEST(AlgorandSigner, SignAssetNFTTransfer) {
87-
// Successfully broadcasted: https://app.dappflow.org/explorer/transaction/FFLUH4QKZHG744RIQ2AZNWZUSIIH262KZ4MEWSY4RXMWN5NMOOJA
87+
// Successfully broadcasted: https://allo.info/tx/FFLUH4QKZHG744RIQ2AZNWZUSIIH262KZ4MEWSY4RXMWN5NMOOJA
8888
auto key = PrivateKey(parse_hex("dc6051ffc7b3ec601bde432f6dea34d40fe3855e4181afa0f0524c42194a6da7"));
8989
auto publicKey = key.getPublicKey(TWPublicKeyTypeED25519);
9090
auto from = Address(publicKey);

tests/chains/Algorand/TWAnySignerTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using namespace TW;
1515
namespace TW::Algorand::tests {
1616

1717
TEST(TWAnySignerAlgorand, SignAssetNFTTransfer) {
18-
// Successfully broadcasted: https://app.dappflow.org/explorer/transaction/FFLUH4QKZHG744RIQ2AZNWZUSIIH262KZ4MEWSY4RXMWN5NMOOJA
18+
// Successfully broadcasted: https://allo.info/tx/FFLUH4QKZHG744RIQ2AZNWZUSIIH262KZ4MEWSY4RXMWN5NMOOJA
1919
auto privateKey = parse_hex("dc6051ffc7b3ec601bde432f6dea34d40fe3855e4181afa0f0524c42194a6da7");
2020
Data note = Base64::decode("VFdUIFRPIFRIRSBNT09O");
2121
auto genesisHash = Base64::decode("wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=");

tests/chains/Algorand/TWCoinTypeTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ TEST(TWAlgorandCoinType, TWCoinType) {
2525
ASSERT_EQ(0x0, TWCoinTypeP2shPrefix(TWCoinTypeAlgorand));
2626
ASSERT_EQ(0x0, TWCoinTypeStaticPrefix(TWCoinTypeAlgorand));
2727
assertStringsEqual(symbol, "ALGO");
28-
assertStringsEqual(txUrl, "https://app.dappflow.org/explorer/transaction/CR7POXFTYDLC7TV3IXHA7AZKWABUJC52BACLHJQNXAKZJGRPQY3A");
29-
assertStringsEqual(accUrl, "https://app.dappflow.org/explorer/account/J4AEINCSSLDA7LNBNWM4ZXFCTLTOZT5LG3F5BLMFPJYGFWVCMU37EZI2AM");
28+
assertStringsEqual(txUrl, "https://allo.info/tx/CR7POXFTYDLC7TV3IXHA7AZKWABUJC52BACLHJQNXAKZJGRPQY3A");
29+
assertStringsEqual(accUrl, "https://allo.info/account/J4AEINCSSLDA7LNBNWM4ZXFCTLTOZT5LG3F5BLMFPJYGFWVCMU37EZI2AM");
3030
assertStringsEqual(id, "algorand");
3131
assertStringsEqual(name, "Algorand");
3232
}

tests/chains/Boba/TWCoinTypeTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ TEST(TWBobaCoinType, TWCoinType) {
2525
ASSERT_EQ(0x0, TWCoinTypeP2shPrefix(TWCoinTypeBoba));
2626
ASSERT_EQ(0x0, TWCoinTypeStaticPrefix(TWCoinTypeBoba));
2727
assertStringsEqual(symbol, "BOBAETH");
28-
assertStringsEqual(txUrl, "https://blockexplorer.boba.network/tx/0x31533707c3feb3b10f7deeea387ff8893f229253e65ca6b14d2400bf95b5d103");
29-
assertStringsEqual(accUrl, "https://blockexplorer.boba.network/address/0x4F96F50eDB37a19216d87693E5dB241e31bD3735");
28+
assertStringsEqual(txUrl, "https://eth.bobascan.com/tx/0x31533707c3feb3b10f7deeea387ff8893f229253e65ca6b14d2400bf95b5d103");
29+
assertStringsEqual(accUrl, "https://eth.bobascan.com/address/0x4F96F50eDB37a19216d87693E5dB241e31bD3735");
3030
assertStringsEqual(id, "boba");
3131
assertStringsEqual(name, "Boba");
3232
}

tests/chains/Callisto/TWCoinTypeTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ TEST(TWCallistoCoinType, TWCoinType) {
2525
ASSERT_EQ(0x0, TWCoinTypeP2shPrefix(TWCoinTypeCallisto));
2626
ASSERT_EQ(0x0, TWCoinTypeStaticPrefix(TWCoinTypeCallisto));
2727
assertStringsEqual(symbol, "CLO");
28-
assertStringsEqual(txUrl, "https://explorer.callisto.network/tx/t123");
29-
assertStringsEqual(accUrl, "https://explorer.callisto.network/addr/a12");
28+
assertStringsEqual(txUrl, "https://explorer.callistodao.org/tx/t123");
29+
assertStringsEqual(accUrl, "https://explorer.callistodao.org/address/a12");
3030
assertStringsEqual(id, "callisto");
3131
assertStringsEqual(name, "Callisto");
3232
}

tests/chains/Nano/TWCoinTypeTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ TEST(TWNanoCoinType, TWCoinType) {
2525
ASSERT_EQ(0x0, TWCoinTypeP2shPrefix(TWCoinTypeNano));
2626
ASSERT_EQ(0x0, TWCoinTypeStaticPrefix(TWCoinTypeNano));
2727
assertStringsEqual(symbol, "XNO");
28-
assertStringsEqual(txUrl, "https://www.nanolooker.com/block/C264DB7BF40738F0CEFF19B606746CB925B713E4B8699A055699E0DC8ABBC70F");
29-
assertStringsEqual(accUrl, "https://www.nanolooker.com/account/nano_1wpj616kwhe1y38y1mspd8aub8i334cwybqco511iyuxm55zx8d67ptf1tsf");
28+
assertStringsEqual(txUrl, "https://nanexplorer.com/nano/block/C264DB7BF40738F0CEFF19B606746CB925B713E4B8699A055699E0DC8ABBC70F");
29+
assertStringsEqual(accUrl, "https://nanexplorer.com/nano/account/nano_1wpj616kwhe1y38y1mspd8aub8i334cwybqco511iyuxm55zx8d67ptf1tsf");
3030
assertStringsEqual(id, "nano");
3131
assertStringsEqual(name, "Nano");
3232
}

tests/chains/SmartBitcoinCash/TWCoinTypeTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ TEST(TWSmartBitcoinCashCoinType, TWCoinType) {
2525
ASSERT_EQ(0x0, TWCoinTypeP2shPrefix(TWCoinTypeSmartBitcoinCash));
2626
ASSERT_EQ(0x0, TWCoinTypeStaticPrefix(TWCoinTypeSmartBitcoinCash));
2727
assertStringsEqual(symbol, "BCH");
28-
assertStringsEqual(txUrl, "https://www.smartscan.cash/tx/0x6413466b455b17d03c7a8ce2d7f99fec34bcd338628bdd2d0580a21e3197a4d9");
29-
assertStringsEqual(accUrl, "https://www.smartscan.cash/address/0xFeEc227410E1DF9f3b4e6e2E284DC83051ae468F");
28+
assertStringsEqual(txUrl, "https://www.smartscout.cash/tx/0x6413466b455b17d03c7a8ce2d7f99fec34bcd338628bdd2d0580a21e3197a4d9");
29+
assertStringsEqual(accUrl, "https://www.smartscout.cash/address/0xFeEc227410E1DF9f3b4e6e2E284DC83051ae468F");
3030
assertStringsEqual(id, "smartbch");
3131
assertStringsEqual(name, "Smart Bitcoin Cash");
3232
}

0 commit comments

Comments
 (0)