mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Candle (CNDL) Chain (#1094)
* Create eip155-534.json * Add CNDL * Update _data/chains/eip155-534.json Co-authored-by: ligi <ligi@ligi.de> * Update candle.json * Update eip155-534.json * Update eip155-534.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
63592ea768
commit
edf66cfab3
24
_data/chains/eip155-534.json
Normal file
24
_data/chains/eip155-534.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Candle Mainnet",
|
||||||
|
"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": "candlescan",
|
||||||
|
"url": "https://cndlchain.com",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
|
}
|
8
_data/icons/candle.json
Normal file
8
_data/icons/candle.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://Qmbe3ChumXNRfHcLsNBY2APRrGxkFWP68Nb35MaKMRfPye",
|
||||||
|
"width":524,
|
||||||
|
"height":524,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user