mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
9d0ce81b2a
* Update the Outdated Details for Cronos Testnet Update to the latest Block explorer URL for Cronos Testnet. Official Cronos RPC URLs page: https://docs.cronos.org/for-users/metamask * Update _data/chains/eip155-338.json * prettier formatting Co-authored-by: ligi <ligi@ligi.de>
23 lines
475 B
JSON
23 lines
475 B
JSON
{
|
|
"name": "Cronos Testnet",
|
|
"chain": "CRO",
|
|
"rpc": ["https://evm-t3.cronos.org"],
|
|
"faucets": ["https://cronos.org/faucet"],
|
|
"nativeCurrency": {
|
|
"name": "Cronos Test Coin",
|
|
"symbol": "TCRO",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cronos.org",
|
|
"shortName": "tcro",
|
|
"chainId": 338,
|
|
"networkId": 338,
|
|
"explorers": [
|
|
{
|
|
"name": "Cronos Testnet Explorer",
|
|
"url": "https://testnet.cronoscan.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|