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:
Calvin Lau 2021-10-19 01:55:33 +08:00 committed by GitHub
parent 31e9ae28b9
commit ae31f33437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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"
}]
}