mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
472 B
JSON
24 lines
472 B
JSON
{
|
|
"name": "Cronos Mainnet Beta",
|
|
"chain": "CRO",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://evm-cronos.crypto.org"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Crypto.org Coin",
|
|
"symbol": "CRO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cronos.crypto.org",
|
|
"shortName": "cro",
|
|
"chainId": 25,
|
|
"networkId": 25,
|
|
"explorers": [{
|
|
"name": "Cronos Explorer",
|
|
"url": "https://cronos.crypto.org/explorer",
|
|
"standard": "none"
|
|
}]
|
|
}
|