Update RSK info

Update RSK (formerly known as Rootstock) Mainnet and Testnet, chainId, networkId and rpc nodes.
This commit is contained in:
Alejandro Banzas 2019-03-20 15:41:52 +01:00 committed by GitHub
parent e81daffb6b
commit 39e7d6e771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,22 +85,22 @@
"rpc": []
},
{
"name": "Rootstock Mainnet",
"name": "RSK Mainnet",
"short_name": "rsk",
"chain": "RSK",
"network": "mainnet",
"chain_id": 30,
"network_id": 1,
"rpc": ["https://mycrypto.rsk.co/"]
"network_id": 775,
"rpc": ["https://public-node.rsk.co/","https://mycrypto.rsk.co/"]
},
{
"name": "Rootstock Testnet",
"name": "RSK Testnet",
"short_name": "trsk",
"chain": "RSK",
"network": "testnet",
"chain_id": 30,
"network_id": 2,
"rpc": ["https://mycrypto.testnet.rsk.co/"]
"chain_id": 31,
"network_id": 8052,
"rpc": ["https://public-node.testnet.rsk.co/","https://mycrypto.testnet.rsk.co/"]
},
{
"name": "Ethereum Testnet Kovan",