Add Cronos mainnet beta and Update testnet

This commit is contained in:
Calvin Lau 2021-11-08 11:58:35 +08:00
parent 7c83beda57
commit 27687b05aa
No known key found for this signature in database
GPG Key ID: 3C44D7B43EEE9E17
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,23 @@
{
"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"
}]
}

View File

@ -20,7 +20,7 @@
"networkId": 338,
"explorers": [{
"name": "Cronos Testnet Explorer",
"url": "https://cronos.crypto.org/explorer",
"url": "https://cronos.crypto.org/explorer/testnet3",
"standard": "none"
}]
}