Changed the shortname of Alaya testnet to 'alayadev' and add Alaya mainnet (#631)

* added: Alaya&PlatON testnet

* add faucets

* update explorer url"

* add alaya mainnet

* Add PlatON mainnet

* rm eip155-201017.json

* update alaya testnet's shortname to alayadev
This commit is contained in:
alliswell 2021-12-08 03:58:21 +08:00 committed by GitHub
parent d0d42c030a
commit 4624419291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,27 @@
{
"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"
}
]
}

View File

@ -15,7 +15,7 @@
"decimals": 18
},
"infoURL": "https://www.alaya.network/",
"shortName": "alaya",
"shortName": "alayadev",
"chainId": 201030,
"networkId": 1,
"icon": "alaya",