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@71e377e338 🚀
This commit is contained in:
parent
0c2f0d0528
commit
34819d1f97
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1688,6 +1688,19 @@
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.rupx.io"
|
"infoURL": "https://www.rupx.io"
|
||||||
|
}, {
|
||||||
|
"name": "Double-A Chain Mainnet",
|
||||||
|
"chainId": 512,
|
||||||
|
"shortName": "aac",
|
||||||
|
"networkId": 512,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Acuteangle Native Token",
|
||||||
|
"symbol": "AAC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.acuteangle.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.acuteangle.com/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Vela1 Chain Mainnet",
|
"name": "Vela1 Chain Mainnet",
|
||||||
"chainId": 555,
|
"chainId": 555,
|
||||||
|
|
|
@ -2297,6 +2297,26 @@
|
||||||
"chainId": 499,
|
"chainId": 499,
|
||||||
"networkId": 499,
|
"networkId": 499,
|
||||||
"slip44": 499
|
"slip44": 499
|
||||||
|
}, {
|
||||||
|
"name": "Double-A Chain Mainnet",
|
||||||
|
"chain": "AAC",
|
||||||
|
"rpc": ["https://rpc.acuteangle.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Acuteangle Native Token",
|
||||||
|
"symbol": "AAC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.acuteangle.com/",
|
||||||
|
"shortName": "aac",
|
||||||
|
"chainId": 512,
|
||||||
|
"networkId": 512,
|
||||||
|
"slip44": 1512,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "aacscan",
|
||||||
|
"url": "https://scan.acuteangle.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Vela1 Chain Mainnet",
|
"name": "Vela1 Chain Mainnet",
|
||||||
"chain": "VELA1",
|
"chain": "VELA1",
|
||||||
|
|
|
@ -129,6 +129,7 @@
|
||||||
"lisinski": "eip155:385",
|
"lisinski": "eip155:385",
|
||||||
"ogor": "eip155:420",
|
"ogor": "eip155:420",
|
||||||
"rupx": "eip155:499",
|
"rupx": "eip155:499",
|
||||||
|
"aac": "eip155:512",
|
||||||
"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