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

This commit is contained in:
ligi 2022-03-10 09:46:24 +00:00
parent 523ea227db
commit 14c6736b0a
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

@ -1701,6 +1701,19 @@
"rpc": ["https://rpc.acuteangle.com"], "rpc": ["https://rpc.acuteangle.com"],
"faucets": [], "faucets": [],
"infoURL": "https://www.acuteangle.com/" "infoURL": "https://www.acuteangle.com/"
}, {
"name": "Double-A Chain Testnet",
"chainId": 513,
"shortName": "aact",
"networkId": 513,
"nativeCurrency": {
"name": "Acuteangle Native Token",
"symbol": "AAC",
"decimals": 18
},
"rpc": ["https://rpc-testnet.acuteangle.com"],
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
"infoURL": "https://www.acuteangle.com/"
}, { }, {
"name": "Vela1 Chain Mainnet", "name": "Vela1 Chain Mainnet",
"chainId": 555, "chainId": 555,

View File

@ -2318,6 +2318,26 @@
"standard": "EIP3091" "standard": "EIP3091"
}], }],
"icon": "aac" "icon": "aac"
}, {
"name": "Double-A Chain Testnet",
"chain": "AAC",
"icon": "aac",
"rpc": ["https://rpc-testnet.acuteangle.com"],
"faucets": ["https://scan-testnet.acuteangle.com/faucet"],
"nativeCurrency": {
"name": "Acuteangle Native Token",
"symbol": "AAC",
"decimals": 18
},
"infoURL": "https://www.acuteangle.com/",
"shortName": "aact",
"chainId": 513,
"networkId": 513,
"explorers": [{
"name": "aacscan-testnet",
"url": "https://scan-testnet.acuteangle.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Vela1 Chain Mainnet", "name": "Vela1 Chain Mainnet",
"chain": "VELA1", "chain": "VELA1",

View File

@ -130,6 +130,7 @@
"ogor": "eip155:420", "ogor": "eip155:420",
"rupx": "eip155:499", "rupx": "eip155:499",
"aac": "eip155:512", "aac": "eip155:512",
"aact": "eip155:513",
"CLASS": "eip155:555", "CLASS": "eip155:555",
"tao": "eip155:558", "tao": "eip155:558",
"metis-stardust": "eip155:588", "metis-stardust": "eip155:588",