1313
1414TEST (TWKusamaCoinType, TWCoinType) {
1515 auto symbol = WRAPS (TWCoinTypeConfigurationGetSymbol (TWCoinTypeKusama));
16- auto txId = WRAPS (TWStringCreateWithUTF8Bytes (" 0xcbe0c2e2851c1245bedaae4d52f06eaa6b4784b786bea2f0bff11af7715973dd " ));
16+ auto txId = WRAPS (TWStringCreateWithUTF8Bytes (" 0x834220074151531626b34acf4568cd5763a47b2eb2647bd0f0b7e46f980e0c50 " ));
1717 auto txUrl = WRAPS (TWCoinTypeConfigurationGetTransactionURL (TWCoinTypeKusama, txId.get ()));
18- auto accId = WRAPS (TWStringCreateWithUTF8Bytes (" DbCNECPna3k6MXFWWNZa5jGsuWycqEE6zcUxZYkxhVofrFk " ));
18+ auto accId = WRAPS (TWStringCreateWithUTF8Bytes (" FfnS7Vk2i19AdFMf6D8ZRVUhNsYWVtsLmqQEnAmTqQBqsSy " ));
1919 auto accUrl = WRAPS (TWCoinTypeConfigurationGetAccountURL (TWCoinTypeKusama, accId.get ()));
2020 auto id = WRAPS (TWCoinTypeConfigurationGetID (TWCoinTypeKusama));
2121 auto name = WRAPS (TWCoinTypeConfigurationGetName (TWCoinTypeKusama));
@@ -25,8 +25,8 @@ TEST(TWKusamaCoinType, TWCoinType) {
2525 ASSERT_EQ (0x0 , TWCoinTypeP2shPrefix (TWCoinTypeKusama));
2626 ASSERT_EQ (0x0 , TWCoinTypeStaticPrefix (TWCoinTypeKusama));
2727 assertStringsEqual (symbol, " KSM" );
28- assertStringsEqual (txUrl, " https://kusama.subscan.io/extrinsic/0xcbe0c2e2851c1245bedaae4d52f06eaa6b4784b786bea2f0bff11af7715973dd " );
29- assertStringsEqual (accUrl, " https://kusama.subscan.io/account/DbCNECPna3k6MXFWWNZa5jGsuWycqEE6zcUxZYkxhVofrFk " );
28+ assertStringsEqual (txUrl, " https://assethub- kusama.subscan.io/extrinsic/0x834220074151531626b34acf4568cd5763a47b2eb2647bd0f0b7e46f980e0c50 " );
29+ assertStringsEqual (accUrl, " https://assethub- kusama.subscan.io/account/FfnS7Vk2i19AdFMf6D8ZRVUhNsYWVtsLmqQEnAmTqQBqsSy " );
3030 assertStringsEqual (id, " kusama" );
3131 assertStringsEqual (name, " Kusama" );
3232}
0 commit comments