Skip to content

Commit

Permalink
Init Kaia
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwonhyukjoon committed Oct 22, 2024
1 parent c060276 commit 0a5846b
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 2 deletions.
1 change: 0 additions & 1 deletion chain/kaia/asset/README.md

This file was deleted.

Binary file added chain/kaia/asset/klay.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 chain/kaia/asset/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions chain/kaia/assets_2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "native",
"denom": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"name" : "Kaia",
"symbol": "KLAY",
"description": "Kaia Native Coin",
"decimals": 18,
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/kaia/asset/klay.png",
"coinGeckoId": "klaytn"
}
]
1 change: 0 additions & 1 deletion chain/kaia/moniker/README.md

This file was deleted.

43 changes: 43 additions & 0 deletions chain/kaia/param.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"chain_id_evm" : "0x2019",
"chain_name": "Kaia",
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/kaia/resource/chain_kaia.png",
"symbol" : "KLAY",
"symbol_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/kaia/asset/klay.png",
"origin_genesis_time" : "",
"evm_fee" : {
"eip1559": true,
"simul_gas_multiply" : 1.3
},
"evm_rpc_endpoint" : [
{
"provider": "Kaia",
"url": "https://public-en.node.kaia.io"
},
{
"provider": "Kaia",
"url": "https://archive-en.node.kaia.io"
}
],
"explorer" : {
"name": "Kaiascan",
"url": "https://kaiascan.io/",
"account": "https://kaiascan.io/account/${address}",
"tx": "https://kaiascan.io/tx/${hash}"
},
"about" : {
"website" : "https://www.kaia.io/",
"docs": "https://docs.kaia.io/",
"github" : "https://github.com/kaiachain",
"blog" : "https://medium.com/kaiachain",
"medium": "",
"twitter" : "https://x.com/klaytn_official",
"discord" : "https://discord.com/invite/kaiachain",
"coingecko" : "https://www.coingecko.com/en/coins/klaytn"
},
"description" : {
"ko" : "Kaia는 엔터프라이즈급 신뢰성과 성능을 위해 최적화된 BFT 기반의 공공 블록체인으로, 확장성, 보안, 그리고 강력한 생태계를 갖추고 있습니다.",
"en" : "Kaia is a BFT-based public blockchain, optimized for enterprise-grade reliability and performance, with a focus on scalability, security, and a strong ecosystem.",
"ja" : "Kaiaは、エンタープライズ向けの信頼性とパフォーマンスを最適化したBFTベースのパブリックブロックチェーンで、拡張性、セキュリティ、強力なエコシステムを備えています。"
}
}
1 change: 1 addition & 0 deletions chain/supports.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"evmos",
"humans",
"kava",
"kaia",
"okc",
"polygon",
"xpla",
Expand Down

0 comments on commit 0a5846b

Please sign in to comment.