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