chains/_data/chains/eip155-2203181.json
alliswell 0b5df55043
Mark PlatON Devnet as deprecated (#1891)
* Change platon devnet's RPC

* Change PlatON's Mainnet RPCURL

* Add PlatON Devnet2

* update faucets‘ link

* Remove PlatON Devnet config that are no longer in use

* Mark PlatON Devnet as deprecated

Co-authored-by: ligi <ligi@ligi.de>
2022-11-18 10:39:51 +01:00

30 lines
662 B
JSON

{
"name": "PlatON Dev Testnet Deprecated",
"chain": "PlatON",
"rpc": [
"https://devnetopenapi2.platon.network/rpc",
"wss://devnetopenapi2.platon.network/ws"
],
"faucets": [
"https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"
],
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"infoURL": "https://www.platon.network",
"shortName": "platondev",
"chainId": 2203181,
"networkId": 1,
"icon": "platon",
"status": "deprecated",
"explorers": [
{
"name": "PlatON explorer",
"url": "https://devnetscan.platon.network",
"standard": "none"
}
]
}