mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@edf66cfab3 🚀
This commit is contained in:
parent
7697442716
commit
48060e5099
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1870,6 +1870,19 @@
|
||||||
"rpc": ["https://rpc-testnet.acuteangle.com"],
|
"rpc": ["https://rpc-testnet.acuteangle.com"],
|
||||||
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
|
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
|
||||||
"infoURL": "https://www.acuteangle.com/"
|
"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",
|
"name": "Vela1 Chain Mainnet",
|
||||||
"chainId": 555,
|
"chainId": 555,
|
||||||
|
|
|
@ -2594,6 +2594,26 @@
|
||||||
"url": "https://scan-testnet.acuteangle.com",
|
"url": "https://scan-testnet.acuteangle.com",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "Vela1 Chain Mainnet",
|
||||||
"chain": "VELA1",
|
"chain": "VELA1",
|
||||||
|
|
|
@ -143,6 +143,7 @@
|
||||||
"rupx": "eip155:499",
|
"rupx": "eip155:499",
|
||||||
"aac": "eip155:512",
|
"aac": "eip155:512",
|
||||||
"aact": "eip155:513",
|
"aact": "eip155:513",
|
||||||
|
"CNDL": "eip155:534",
|
||||||
"CLASS": "eip155:555",
|
"CLASS": "eip155:555",
|
||||||
"tao": "eip155:558",
|
"tao": "eip155:558",
|
||||||
"metis-stardust": "eip155:588",
|
"metis-stardust": "eip155:588",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user