mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update the Outdated Details for Cronos Testnet (#1391)
* 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>
This commit is contained in:
parent
8773aceaf9
commit
9d0ce81b2a
|
@ -1,24 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "Cronos Testnet",
|
"name": "Cronos Testnet",
|
||||||
"chain": "CRO",
|
"chain": "CRO",
|
||||||
"rpc": [
|
"rpc": ["https://evm-t3.cronos.org"],
|
||||||
"https://cronos-testnet-3.crypto.org:8545",
|
"faucets": ["https://cronos.org/faucet"],
|
||||||
"wss://cronos-testnet-3.crypto.org:8546"
|
|
||||||
],
|
|
||||||
"faucets": ["https://cronos.crypto.org/faucet"],
|
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Crypto.org Test Coin",
|
"name": "Cronos Test Coin",
|
||||||
"symbol": "TCRO",
|
"symbol": "TCRO",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://cronos.crypto.org",
|
"infoURL": "https://cronos.org",
|
||||||
"shortName": "tcro",
|
"shortName": "tcro",
|
||||||
"chainId": 338,
|
"chainId": 338,
|
||||||
"networkId": 338,
|
"networkId": 338,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "Cronos Testnet Explorer",
|
"name": "Cronos Testnet Explorer",
|
||||||
"url": "https://cronos.crypto.org/explorer/testnet3",
|
"url": "https://testnet.cronoscan.com",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user