Merge pull request #39 from alebanzas/patch-1

Update RSK info
This commit is contained in:
Pedro Gomes 2019-03-20 16:03:53 +01:00 committed by GitHub
commit 7e842930bd
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",