added: Alaya&PlatON testnet (#529)

* added: Alaya&PlatON testnet

* add faucets

* update explorer url"
This commit is contained in:
alliswell 2021-11-02 10:13:36 +08:00 committed by GitHub
parent 45635a60f9
commit 85f31ea9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 0 deletions

View File

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

View File

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

8
_data/icons/alaya.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://Qmci6vPcWAwmq19j98yuQxjV6UPzHtThMdCAUDbKeb8oYu",
"width":1140,
"height":1140,
"format":"png"
}
]

8
_data/icons/platon.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmT7PSXBiVBma6E15hNkivmstqLu3JSnG1jXN5pTmcCGRC",
"width":200,
"height":200,
"format":"png"
}
]