mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
568 B
JSON
26 lines
568 B
JSON
{
|
|
"name": "Cronos Testnet",
|
|
"chain": "CRO",
|
|
"rpc": [
|
|
"https://cronos-testnet-3.crypto.org:8545",
|
|
"wss://cronos-testnet-3.crypto.org:8546"
|
|
],
|
|
"faucets": [
|
|
"https://cronos.crypto.org/faucet"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Crypto.org Test Coin",
|
|
"symbol": "TCRO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cronos.crypto.org",
|
|
"shortName": "tcro",
|
|
"chainId": 338,
|
|
"networkId": 338,
|
|
"explorers": [{
|
|
"name": "Cronos Testnet Explorer",
|
|
"url": "https://cronos.crypto.org/explorer/testnet3",
|
|
"standard": "none"
|
|
}]
|
|
}
|