chains/_data/chains/eip155-25.json
Anthea b701e5bb4e
Update the Outdated Details for Cronos Mainnet (#1389)
* Update the Outdated Details for Cronos Mainnet

Update to the latest Block explorer URL for Cronos Mainnet. Official Cronos RPC URLs page: https://docs.cronos.org/for-users/metamask

* Update _data/chains/eip155-25.json

* prettier formatting

Co-authored-by: ligi <ligi@ligi.de>
2022-10-26 19:47:45 +02:00

23 lines
421 B
JSON

{
"name": "Cronos Mainnet Beta",
"chain": "CRO",
"rpc": ["https://evm.cronos.org"],
"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"
}
]
}