mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
27 lines
528 B
JSON
27 lines
528 B
JSON
{
|
|
"name": "RSK Testnet",
|
|
"chain": "RSK",
|
|
"rpc": [
|
|
"https://public-node.testnet.rsk.co",
|
|
"https://mycrypto.testnet.rsk.co"
|
|
],
|
|
"faucets": ["https://faucet.rsk.co/"],
|
|
"nativeCurrency": {
|
|
"name": "Testnet Smart Bitcoin",
|
|
"symbol": "tRBTC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://rsk.co",
|
|
"shortName": "trsk",
|
|
"chainId": 31,
|
|
"networkId": 31,
|
|
|
|
"explorers": [
|
|
{
|
|
"name": "RSK Testnet Explorer",
|
|
"url": "https://explorer.testnet.rsk.co",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|