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",
|
"name": "Candle Mainnet",
|
||||||
"chain": "Polygon",
|
"chain": "Candle",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://polygon-rpc.com/",
|
"https://candle-rpc.com/",
|
||||||
"https://rpc-mainnet.matic.network",
|
"https://rpc.cndlchain.com",
|
||||||
"https://matic-mainnet.chainstacklabs.com",
|
|
||||||
"https://rpc-mainnet.maticvigil.com",
|
|
||||||
"https://rpc-mainnet.matic.quiknode.pro",
|
|
||||||
"https://matic-mainnet-full-rpc.bwarelabs.com"
|
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "MATIC",
|
"name": "CANDLE",
|
||||||
"symbol": "MATIC",
|
"symbol": "CNDL",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://polygon.technology/",
|
"infoURL": "https://candlelabs.org/",
|
||||||
"shortName": "MATIC",
|
"shortName": "CNDL",
|
||||||
"chainId": 137,
|
"chainId": 534,
|
||||||
"networkId": 137,
|
"networkId": 534,
|
||||||
"slip44": 966,
|
"slip44": 674,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "polygonscan",
|
"name": "candlescan",
|
||||||
"url": "https://polygonscan.com",
|
"url": "https://cndlchain.com",
|
||||||
"standard": "EIP3091"
|
"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