From 33e1323487e9e262901c1f88305d69c5a09abcbe Mon Sep 17 00:00:00 2001 From: Samuel Tay Date: Sun, 27 Feb 2022 00:40:40 +0000 Subject: [PATCH] Update Cronos name and URLs Inline with rename: https://medium.com/cronos-chain/cro-is-now-cronos-bf103c257bd Details found here: https://cronos.org/docs/getting-started/metamask.html#connecting-to-the-cronos-mainnet-beta --- _data/chains/eip155-25.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-25.json b/_data/chains/eip155-25.json index 145025fd..7d1b2871 100644 --- a/_data/chains/eip155-25.json +++ b/_data/chains/eip155-25.json @@ -2,21 +2,21 @@ "name": "Cronos Mainnet Beta", "chain": "CRO", "rpc": [ - "https://evm-cronos.crypto.org" + "https://evm.cronos.org" ], "faucets": [], "nativeCurrency": { - "name": "Crypto.org Coin", + "name": "Cronos", "symbol": "CRO", "decimals": 18 }, - "infoURL": "https://cronos.crypto.org", + "infoURL": "https://cronos.org/", "shortName": "cro", "chainId": 25, "networkId": 25, "explorers": [{ "name": "Cronos Explorer", - "url": "https://cronos.crypto.org/explorer", + "url": "https://cronos.org/explorer", "standard": "none" }] }