Skip to content

Commit 99b69d1

Browse files
Updated KAIA symbol from KLAY (#4153)
Co-authored-by: Sergei Boiko <[email protected]>
1 parent 08e496a commit 99b69d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This list is generated from [./registry.json](../registry.json)
131131
| 10004689 | IoTeX EVM | IOTX | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/iotexevm/info/logo.png" width="32" /> | <https://iotex.io/> |
132132
| 10007000 | NativeZetaChain | ZETA | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/zetachain/info/logo.png" width="32" /> | <https://www.zetachain.com/> |
133133
| 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> |
135135
| 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/> |
136136
| 10009001 | Evmos | EVMOS | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/evmos/info/logo.png" width="32" /> | <https://evmos.org/> |
137137
| 10042170 | Arbitrum Nova | ETH | <img src="https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/arbitrumnova/info/logo.png" width="32" /> | <https://nova.arbitrum.io> |

registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4066,7 +4066,7 @@
40664066
"id": "kaia",
40674067
"name": "Kaia",
40684068
"coinId": 10008217,
4069-
"symbol": "KLAY",
4069+
"symbol": "KAIA",
40704070
"decimals": 18,
40714071
"blockchain": "Ethereum",
40724072
"derivation": [

tests/chains/Klaytn/TWCoinTypeTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TEST(TWKaiaCoinType, TWCoinType) {
2424

2525
assertStringsEqual(id, "kaia");
2626
assertStringsEqual(name, "Kaia");
27-
assertStringsEqual(symbol, "KLAY");
27+
assertStringsEqual(symbol, "KAIA");
2828
ASSERT_EQ(TWCoinTypeConfigurationGetDecimals(coin), 18);
2929
ASSERT_EQ(TWCoinTypeBlockchain(coin), TWBlockchainEthereum);
3030
ASSERT_EQ(TWCoinTypeP2shPrefix(coin), 0x0);

0 commit comments

Comments
 (0)