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

This commit is contained in:
ligi 2021-12-07 20:00:01 +00:00
parent 90b9e35668
commit 6e6b927512
5 changed files with 40 additions and 5 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

@ -3014,10 +3014,23 @@
"rpc": ["https://remote.akroma.io"], "rpc": ["https://remote.akroma.io"],
"faucets": [], "faucets": [],
"infoURL": "https://akroma.io" "infoURL": "https://akroma.io"
}, {
"name": "Alaya Mainnet",
"chainId": 201018,
"shortName": "alaya",
"networkId": 1,
"nativeCurrency": {
"name": "ATP",
"symbol": "atp",
"decimals": 18
},
"rpc": ["https://openapi.alaya.network/rpc", "wss://openapi.alaya.network/ws"],
"faucets": [],
"infoURL": "https://www.alaya.network/"
}, { }, {
"name": "Alaya Dev Testnet", "name": "Alaya Dev Testnet",
"chainId": 201030, "chainId": 201030,
"shortName": "alaya", "shortName": "alayadev",
"networkId": 1, "networkId": 1,
"nativeCurrency": { "nativeCurrency": {
"name": "ATP", "name": "ATP",

View File

@ -4185,6 +4185,27 @@
"chainId": 200625, "chainId": 200625,
"networkId": 200625, "networkId": 200625,
"slip44": 200625 "slip44": 200625
}, {
"name": "Alaya Mainnet",
"chain": "Alaya",
"network": "mainnet",
"rpc": ["https://openapi.alaya.network/rpc", "wss://openapi.alaya.network/ws"],
"faucets": [],
"nativeCurrency": {
"name": "ATP",
"symbol": "atp",
"decimals": 18
},
"infoURL": "https://www.alaya.network/",
"shortName": "alaya",
"chainId": 201018,
"networkId": 1,
"icon": "alaya",
"explorers": [{
"name": "alaya explorer",
"url": "https://scan.alaya.network/",
"standard": "none"
}]
}, { }, {
"name": "Alaya Dev Testnet", "name": "Alaya Dev Testnet",
"chain": "Alaya", "chain": "Alaya",
@ -4197,7 +4218,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://www.alaya.network/", "infoURL": "https://www.alaya.network/",
"shortName": "alaya", "shortName": "alayadev",
"chainId": 201030, "chainId": 201030,
"networkId": 1, "networkId": 1,
"icon": "alaya", "icon": "alaya",

View File

@ -231,7 +231,8 @@
"qkc-d-s6": "eip155:110007", "qkc-d-s6": "eip155:110007",
"qkc-d-s7": "eip155:110008", "qkc-d-s7": "eip155:110008",
"aka": "eip155:200625", "aka": "eip155:200625",
"alaya": "eip155:201030", "alaya": "eip155:201018",
"alayadev": "eip155:201030",
"PlatON": "eip155:210309", "PlatON": "eip155:210309",
"ats": "eip155:246529", "ats": "eip155:246529",
"atstau": "eip155:246785", "atstau": "eip155:246785",