chains/_data/chains/eip155-2203181.json
alliswell cfb2341442
Modify platon devnet's faucet (#2416)
* 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

* modify platon devnet faucet

* prettier js

* rm unused files

* prettier write

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-03-14 09:36:13 +01:00

28 lines
624 B
JSON

{
"name": "PlatON Dev Testnet Deprecated",
"chain": "PlatON",
"rpc": [
"https://devnetopenapi2.platon.network/rpc",
"wss://devnetopenapi2.platon.network/ws"
],
"faucets": ["https://devnet2faucet.platon.network/faucet"],
"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"
}
]
}