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": [] "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",