mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Cronos Testnet (#491)
* Add Cronos Testnet (ChainId: 338) * Update _data/chains/eip155-338.json Co-authored-by: ligi <ligi@ligi.de> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
31e9ae28b9
commit
ae31f33437
26
_data/chains/eip155-338.json
Normal file
26
_data/chains/eip155-338.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Cronos Testnet",
|
||||
"chain": "CRO",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://cronos-testnet-3.crypto.org:8545",
|
||||
"wss://cronos-testnet-3.crypto.org:8546"
|
||||
],
|
||||
"faucets": [
|
||||
"https://cronos.crypto.org/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Crypto.org Test Coin",
|
||||
"symbol": "TCRO",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://cronos.crypto.org",
|
||||
"shortName": "tcro",
|
||||
"chainId": 338,
|
||||
"networkId": 338,
|
||||
"explorers": [{
|
||||
"name": "Cronos Testnet Explorer",
|
||||
"url": "https://cronos.crypto.org/explorer",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user