mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "RSK Testnet",
|
|
"short_name": "trsk",
|
|
"chain": "RSK",
|
|
"network": "testnet",
|
|
"chain_id": 31,
|
|
"network_id": 8052,
|
|
"rpc": [
|
|
"https://public-node.testnet.rsk.co",
|
|
"https://mycrypto.testnet.rsk.co"
|
|
],
|
|
"faucets": ["https://faucet.testnet.rsk.co"],
|
|
"info_url": "https://rsk.co"
|
|
}
|