Deploying to gh-pages from @ ethereum-lists/chains@edf66cfab3 🚀

This commit is contained in:
ligi 2022-05-02 03:43:08 +00:00
parent 7697442716
commit 48060e5099
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1870,6 +1870,19 @@
"rpc": ["https://rpc-testnet.acuteangle.com"],
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
"infoURL": "https://www.acuteangle.com/"
}, {
"name": "Candle Mainnet",
"chainId": 534,
"shortName": "CNDL",
"networkId": 534,
"nativeCurrency": {
"name": "CANDLE",
"symbol": "CNDL",
"decimals": 18
},
"rpc": ["https://candle-rpc.com/", "https://rpc.cndlchain.com"],
"faucets": [],
"infoURL": "https://candlelabs.org/"
}, {
"name": "Vela1 Chain Mainnet",
"chainId": 555,

View File

@ -2594,6 +2594,26 @@
"url": "https://scan-testnet.acuteangle.com",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"name": "Vela1 Chain Mainnet",
"chain": "VELA1",

View File

@ -143,6 +143,7 @@
"rupx": "eip155:499",
"aac": "eip155:512",
"aact": "eip155:513",
"CNDL": "eip155:534",
"CLASS": "eip155:555",
"tao": "eip155:558",
"metis-stardust": "eip155:588",