Skip to content

Commit

Permalink
Update Callisto explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
vcoolish committed Nov 25, 2024
1 parent 7409aa9 commit 37a8a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2541,9 +2541,9 @@
"chainId": "820",
"addressHasher": "keccak256",
"explorer": {
"url": "https://explorer.callisto.network",
"url": "https://explorer.callistodao.org",
"txPath": "/tx/",
"accountPath": "/addr/"
"accountPath": "/address/"
},
"info": {
"url": "https://callisto.network",
Expand Down
4 changes: 2 additions & 2 deletions tests/chains/Callisto/TWCoinTypeTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ TEST(TWCallistoCoinType, TWCoinType) {
ASSERT_EQ(0x0, TWCoinTypeP2shPrefix(TWCoinTypeCallisto));
ASSERT_EQ(0x0, TWCoinTypeStaticPrefix(TWCoinTypeCallisto));
assertStringsEqual(symbol, "CLO");
assertStringsEqual(txUrl, "https://explorer.callisto.network/tx/t123");
assertStringsEqual(accUrl, "https://explorer.callisto.network/addr/a12");
assertStringsEqual(txUrl, "https://explorer.callistodao.org/tx/t123");
assertStringsEqual(accUrl, "https://explorer.callistodao.org/address/a12");
assertStringsEqual(id, "callisto");
assertStringsEqual(name, "Callisto");
}

0 comments on commit 37a8a56

Please sign in to comment.