diff --git a/registry.json b/registry.json index baa503bdfe9..70b98c90709 100644 --- a/registry.json +++ b/registry.json @@ -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", diff --git a/tests/chains/Callisto/TWCoinTypeTests.cpp b/tests/chains/Callisto/TWCoinTypeTests.cpp index 752e2349656..ba8ed18e998 100644 --- a/tests/chains/Callisto/TWCoinTypeTests.cpp +++ b/tests/chains/Callisto/TWCoinTypeTests.cpp @@ -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"); }