mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
b701e5bb4e
* 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>
23 lines
421 B
JSON
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"
|
|
}
|
|
]
|
|
}
|