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": [] "rpc": []
}, },
{ {
"name": "Rootstock Mainnet", "name": "RSK Mainnet",
"short_name": "rsk", "short_name": "rsk",
"chain": "RSK", "chain": "RSK",
"network": "mainnet", "network": "mainnet",
"chain_id": 30, "chain_id": 30,
"network_id": 1, "network_id": 775,
"rpc": ["https://mycrypto.rsk.co/"] "rpc": ["https://public-node.rsk.co/","https://mycrypto.rsk.co/"]
}, },
{ {
"name": "Rootstock Testnet", "name": "RSK Testnet",
"short_name": "trsk", "short_name": "trsk",
"chain": "RSK", "chain": "RSK",
"network": "testnet", "network": "testnet",
"chain_id": 30, "chain_id": 31,
"network_id": 2, "network_id": 8052,
"rpc": ["https://mycrypto.testnet.rsk.co/"] "rpc": ["https://public-node.testnet.rsk.co/","https://mycrypto.testnet.rsk.co/"]
}, },
{ {
"name": "Ethereum Testnet Kovan", "name": "Ethereum Testnet Kovan",