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@4624419291 🚀
This commit is contained in:
parent
90b9e35668
commit
6e6b927512
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user