chains/_data/chains/eip155-210309.json
alliswell 85f31ea9e4
added: Alaya&PlatON testnet (#529)
* added: Alaya&PlatON testnet

* add faucets

* update explorer url"
2021-11-02 03:13:36 +01:00

29 lines
638 B
JSON

{
"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"
}
]
}