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

This commit is contained in:
ligi 2021-11-02 02:15:45 +00:00
parent be860d76e0
commit 4637fab87c
5 changed files with 72 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

@ -2650,6 +2650,32 @@
"rpc": ["https://remote.akroma.io"],
"faucets": [],
"infoURL": "https://akroma.io"
}, {
"name": "Alaya Dev Testnet",
"chainId": 201030,
"shortName": "alaya",
"networkId": 1,
"nativeCurrency": {
"name": "ATP",
"symbol": "atp",
"decimals": 18
},
"rpc": ["https://devnetopenapi.alaya.network/rpc", "wss://devnetopenapi.alaya.network/ws"],
"faucets": ["https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"],
"infoURL": "https://www.alaya.network/"
}, {
"name": "PlatON Dev Testnet",
"chainId": 210309,
"shortName": "PlatON",
"networkId": 1,
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"rpc": ["https://devnetopenapi.platon.network/rpc", "wss://devnetopenapi.platon.network/ws"],
"faucets": ["https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"],
"infoURL": "https://www.platon.network"
}, {
"name": "ARTIS sigma1",
"chainId": 246529,

View File

@ -3619,6 +3619,48 @@
"chainId": 200625,
"networkId": 200625,
"slip44": 200625
}, {
"name": "Alaya Dev Testnet",
"chain": "Alaya",
"network": "testnet",
"rpc": ["https://devnetopenapi.alaya.network/rpc", "wss://devnetopenapi.alaya.network/ws"],
"faucets": ["https://faucet.alaya.network/faucet/?id=f93426c0887f11eb83b900163e06151c"],
"nativeCurrency": {
"name": "ATP",
"symbol": "atp",
"decimals": 18
},
"infoURL": "https://www.alaya.network/",
"shortName": "alaya",
"chainId": 201030,
"networkId": 1,
"icon": "alaya",
"explorers": [{
"name": "alaya explorer",
"url": "https://devnetscan.alaya.network",
"standard": "none"
}]
}, {
"name": "PlatON Dev Testnet",
"chain": "PlatON",
"network": "testnet",
"rpc": ["https://devnetopenapi.platon.network/rpc", "wss://devnetopenapi.platon.network/ws"],
"faucets": ["https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"],
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"infoURL": "https://www.platon.network",
"shortName": "PlatON",
"chainId": 210309,
"networkId": 1,
"icon": "platon",
"explorers": [{
"name": "PlatON explorer",
"url": "https://devnetscan.platon.network/",
"standard": "none"
}]
}, {
"name": "ARTIS sigma1",
"chain": "ARTIS",

View File

@ -203,6 +203,8 @@
"qkc-d-s6": "eip155:110007",
"qkc-d-s7": "eip155:110008",
"aka": "eip155:200625",
"alaya": "eip155:201030",
"PlatON": "eip155:210309",
"ats": "eip155:246529",
"atstau": "eip155:246785",
"sparta": "eip155:333888",