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

This commit is contained in:
ligi 2022-03-09 07:43:36 +00:00
parent 0c2f0d0528
commit 34819d1f97
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

@ -1688,6 +1688,19 @@
"rpc": [],
"faucets": [],
"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",
"chainId": 555,

View File

@ -2297,6 +2297,26 @@
"chainId": 499,
"networkId": 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",
"chain": "VELA1",

View File

@ -129,6 +129,7 @@
"lisinski": "eip155:385",
"ogor": "eip155:420",
"rupx": "eip155:499",
"aac": "eip155:512",
"CLASS": "eip155:555",
"tao": "eip155:558",
"metis-stardust": "eip155:588",