mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
521 B
JSON
26 lines
521 B
JSON
{
|
|
"name": "RSK Mainnet",
|
|
"chain": "RSK",
|
|
"rpc": [
|
|
"https://public-node.rsk.co",
|
|
"https://mycrypto.rsk.co"
|
|
],
|
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
|
"nativeCurrency": {
|
|
"name": "RSK Mainnet Ether",
|
|
"symbol": "RBTC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://rsk.co",
|
|
"shortName": "rsk",
|
|
"chainId": 30,
|
|
"networkId": 30,
|
|
"slip44": 137,
|
|
|
|
"explorers": [{
|
|
"name": "blockscout",
|
|
"url": "https://explorer.rsk.co",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|