mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
513 B
JSON
24 lines
513 B
JSON
{
|
|
"name": "CloudTx Testnet",
|
|
"chain": "CloudTx",
|
|
"icon": "cloudtx",
|
|
"rpc": ["https://testnet-rpc.cloudtx.finance"],
|
|
"faucets": ["https://faucet.cloudtx.finance"],
|
|
"nativeCurrency": {
|
|
"name": "CloudTx",
|
|
"symbol": "CLD",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cloudtx.finance/",
|
|
"shortName": "CLD",
|
|
"chainId": 31224,
|
|
"networkId": 31224,
|
|
"explorers": [
|
|
{
|
|
"name": "cloudtxexplorer",
|
|
"url": "https://explorer.cloudtx.finance",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|