mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
28 lines
624 B
JSON
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"
|
|
}
|
|
]
|
|
}
|