mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
478 B
JSON
25 lines
478 B
JSON
|
{
|
||
|
"name": "iExec Sidechain",
|
||
|
"chain": "Bellecour",
|
||
|
"icon": "rlc",
|
||
|
"rpc": ["https://bellecour.iex.ec"],
|
||
|
"faucets": [],
|
||
|
"nativeCurrency": {
|
||
|
"name": "xRLC",
|
||
|
"symbol": "xRLC",
|
||
|
"decimals": 18
|
||
|
},
|
||
|
"infoURL": "https://iex.ec",
|
||
|
"shortName": "rlc",
|
||
|
"chainId": 134,
|
||
|
"networkId": 134,
|
||
|
"explorers": [
|
||
|
{
|
||
|
"name": "blockscout",
|
||
|
"url": "https://blockscout.bellecour.iex.ec",
|
||
|
"icon": "blockscout",
|
||
|
"standard": "EIP3091"
|
||
|
}
|
||
|
]
|
||
|
}
|