mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add ChainID for Klaytn Klaytn is an enterprise-grade, service-centric blockchain platform developed by Ground X, the blockchain subsidiary of Korea's largest mobile platform Kakao. Klaytn uses two chain IDs: - 8217 for Klaytn Mainnet Cypress - 1001 for Klaytn Testnet Baobab * Fix duplicated shortName
21 lines
414 B
JSON
21 lines
414 B
JSON
{
|
|
"name": "Klaytn Testnet Baobab",
|
|
"chain": "KLAY",
|
|
"network": "baobab",
|
|
"rpc": [
|
|
"https://node-api.klaytnapi.com/v1/klaytn"
|
|
],
|
|
"faucets": [
|
|
"https://baobab.wallet.klaytn.com/access?next=faucet"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "KLAY",
|
|
"symbol": "KLAY",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.klaytn.com/",
|
|
"shortName": "Baobab",
|
|
"chainId": 1001,
|
|
"networkId": 1001
|
|
}
|