File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ This list is generated from [./registry.json](../registry.json)
131
131
| 10004689 | IoTeX EVM | IOTX | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/iotexevm/info/logo.png " width =" 32 " /> | < https://iotex.io/ > |
132
132
| 10007000 | NativeZetaChain | ZETA | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/zetachain/info/logo.png " width =" 32 " /> | < https://www.zetachain.com/ > |
133
133
| 10007700 | NativeCanto | CANTO | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/nativecanto/info/logo.png " width =" 32 " /> | < https://canto.io/ > |
134
- | 10008217 | Kaia | KLAY | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/kaia/info/logo.png " width =" 32 " /> | < https://kaia.io > |
134
+ | 10008217 | Kaia | KAIA | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/kaia/info/logo.png " width =" 32 " /> | < https://kaia.io > |
135
135
| 10009000 | Avalanche C-Chain | AVAX | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/avalanchec/info/logo.png " width =" 32 " /> | < https://www.avalabs.org/ > |
136
136
| 10009001 | Evmos | EVMOS | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/evmos/info/logo.png " width =" 32 " /> | < https://evmos.org/ > |
137
137
| 10042170 | Arbitrum Nova | ETH | <img src =" https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/arbitrumnova/info/logo.png " width =" 32 " /> | < https://nova.arbitrum.io > |
Original file line number Diff line number Diff line change 4066
4066
"id" : " kaia" ,
4067
4067
"name" : " Kaia" ,
4068
4068
"coinId" : 10008217 ,
4069
- "symbol" : " KLAY " ,
4069
+ "symbol" : " KAIA " ,
4070
4070
"decimals" : 18 ,
4071
4071
"blockchain" : " Ethereum" ,
4072
4072
"derivation" : [
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ TEST(TWKaiaCoinType, TWCoinType) {
24
24
25
25
assertStringsEqual (id, " kaia" );
26
26
assertStringsEqual (name, " Kaia" );
27
- assertStringsEqual (symbol, " KLAY " );
27
+ assertStringsEqual (symbol, " KAIA " );
28
28
ASSERT_EQ (TWCoinTypeConfigurationGetDecimals (coin), 18 );
29
29
ASSERT_EQ (TWCoinTypeBlockchain (coin), TWBlockchainEthereum);
30
30
ASSERT_EQ (TWCoinTypeP2shPrefix (coin), 0x0 );
You can’t perform that action at this time.
0 commit comments