-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c060276
commit 0a5846b
Showing
7 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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ベースのパブリックブロックチェーンで、拡張性、セキュリティ、強力なエコシステムを備えています。" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"evmos", | ||
"humans", | ||
"kava", | ||
"kaia", | ||
"okc", | ||
"polygon", | ||
"xpla", | ||
|