chains/_data/chains/eip155-30.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

25 lines
491 B
JSON

{
"name": "RSK Mainnet",
"chain": "RSK",
"rpc": ["https://public-node.rsk.co", "https://mycrypto.rsk.co"],
"faucets": ["https://faucet.rsk.co/"],
"nativeCurrency": {
"name": "Smart Bitcoin",
"symbol": "RBTC",
"decimals": 18
},
"infoURL": "https://rsk.co",
"shortName": "rsk",
"chainId": 30,
"networkId": 30,
"slip44": 137,
"explorers": [
{
"name": "RSK Explorer",
"url": "https://explorer.rsk.co",
"standard": "EIP3091"
}
]
}