mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
473 B
JSON
24 lines
473 B
JSON
{
|
|
"name": "Candle",
|
|
"chain": "Candle",
|
|
"rpc": ["https://candle-rpc.com/", "https://rpc.cndlchain.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "CANDLE",
|
|
"symbol": "CNDL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://candlelabs.org/",
|
|
"shortName": "CNDL",
|
|
"chainId": 534,
|
|
"networkId": 534,
|
|
"slip44": 674,
|
|
"explorers": [
|
|
{
|
|
"name": "candleexplorer",
|
|
"url": "https://candleexplorer.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|