Skip to content

Commit

Permalink
ASSET-38 Update kaia native currency ticker
Browse files Browse the repository at this point in the history
Signed-off-by: jormal <[email protected]>
  • Loading branch information
jormal committed Nov 12, 2024
1 parent b4aee9e commit f20c9e4
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 14 deletions.
Binary file added assets/kaia-0/image-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/kaia-0/image-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/kaia-0/image-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/kaia-0/image-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
10 changes: 5 additions & 5 deletions assets/klay-0/info.json → assets/kaia-0/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"decimals": 18,
"name": "KAIA",
"network": "evm-1001",
"symbol": "KLAY",
"symbol": "KAIA",
"tags": [
"native-coin",
"testnet"
Expand All @@ -16,14 +16,14 @@
"decimals": 18,
"name": "KAIA",
"network": "evm-8217",
"symbol": "KLAY",
"symbol": "KAIA",
"tags": [
"mainnet",
"native-coin"
]
}
],
"id": "klay-0",
"id": "kaia-0",
"images": {
"png128": true,
"png256": true,
Expand All @@ -35,11 +35,11 @@
"references": [
{
"id": "coingecko",
"url": "https://www.coingecko.com/en/coins/klaytn"
"url": "https://www.coingecko.com/en/coins/kaia"
},
{
"id": "coinmarketcap",
"url": "https://coinmarketcap.com/currencies/klaytn/"
"url": "https://coinmarketcap.com/currencies/kaia/"
}
],
"tags": [
Expand Down
Binary file removed assets/klay-0/image-128.png
Binary file not shown.
Binary file removed assets/klay-0/image-256.png
Binary file not shown.
Binary file removed assets/klay-0/image-32.png
Binary file not shown.
Binary file removed assets/klay-0/image-64.png
Binary file not shown.
8 changes: 4 additions & 4 deletions enums/ids/asset.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,10 @@
"description": "JUST",
"value": "jst-1"
},
{
"description": "KAIA",
"value": "kaia-0"
},
{
"description": "KarratCoin",
"value": "karrat-0"
Expand All @@ -703,10 +707,6 @@
"description": "Kendu Inu",
"value": "kendu-0"
},
{
"description": "KAIA",
"value": "klay-0"
},
{
"description": "Kusama",
"value": "ksm-1"
Expand Down
6 changes: 5 additions & 1 deletion enums/ids/network.explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
},
{
"value": "kaiascan",
"description": "Explorer for Kaia network"
"description": "Explorer powered by BISONAI"
},
{
"value": "kaiascope",
"description": "Explorer powered by Ozys"
},
{
"value": "otterscan",
Expand Down
8 changes: 6 additions & 2 deletions networks/evm-1001/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
"currency": {
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"id": "klay-0",
"id": "kaia-0",
"name": "KAIA",
"symbol": "KLAY"
"symbol": "KAIA"
},
"engine": "evm",
"explorers": [
{
"id": "kaiascan",
"url": "https://kairos.kaiascan.io/"
},
{
"id": "kaiascope",
"url": "https://kairos.kaiascope.com/"
}
],
"id": "evm-1001",
Expand Down
8 changes: 6 additions & 2 deletions networks/evm-8217/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
"currency": {
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18,
"id": "klay-0",
"id": "kaia-0",
"name": "KAIA",
"symbol": "KLAY"
"symbol": "KAIA"
},
"engine": "evm",
"explorers": [
{
"id": "kaiascan",
"url": "https://kaiascan.io/"
},
{
"id": "kaiascope",
"url": "https://kaiascope.com/"
}
],
"id": "evm-8217",
Expand Down

0 comments on commit f20c9e4

Please sign in to comment.