mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add CNDL
This commit is contained in:
parent
75e057477f
commit
213f460675
|
@ -1,28 +1,24 @@
|
|||
{
|
||||
"name": "Polygon Mainnet",
|
||||
"chain": "Polygon",
|
||||
"name": "Candle Mainnet",
|
||||
"chain": "Candle",
|
||||
"rpc": [
|
||||
"https://polygon-rpc.com/",
|
||||
"https://rpc-mainnet.matic.network",
|
||||
"https://matic-mainnet.chainstacklabs.com",
|
||||
"https://rpc-mainnet.maticvigil.com",
|
||||
"https://rpc-mainnet.matic.quiknode.pro",
|
||||
"https://matic-mainnet-full-rpc.bwarelabs.com"
|
||||
"https://candle-rpc.com/",
|
||||
"https://rpc.cndlchain.com",
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "MATIC",
|
||||
"symbol": "MATIC",
|
||||
"name": "CANDLE",
|
||||
"symbol": "CNDL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://polygon.technology/",
|
||||
"shortName": "MATIC",
|
||||
"chainId": 137,
|
||||
"networkId": 137,
|
||||
"slip44": 966,
|
||||
"infoURL": "https://candlelabs.org/",
|
||||
"shortName": "CNDL",
|
||||
"chainId": 534,
|
||||
"networkId": 534,
|
||||
"slip44": 674,
|
||||
"explorers": [{
|
||||
"name": "polygonscan",
|
||||
"url": "https://polygonscan.com",
|
||||
"name": "candlescan",
|
||||
"url": "https://cndlchain.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
||||
|
|
8
_data/icons/candle.json
Normal file
8
_data/icons/candle.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmRVVjhK4rBgRNXNX46YJG7epbDYfGXL3ERomrBkuG8nAu",
|
||||
"width":1000,
|
||||
"height":1628,
|
||||
"format":"png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user