From 15316f9bc6f3502759030acb0c6a2aaf92319644 Mon Sep 17 00:00:00 2001 From: alliswell <45843736+benbaley@users.noreply.github.com> Date: Mon, 13 Jun 2022 14:55:10 +0800 Subject: [PATCH] Add PlatON Devnet2 (#1254) * Change platon devnet's RPC * Change PlatON's Mainnet RPCURL * Add PlatON Devnet2 --- _data/chains/eip155-2206132.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-2206132.json diff --git a/_data/chains/eip155-2206132.json b/_data/chains/eip155-2206132.json new file mode 100644 index 00000000..6aa4207d --- /dev/null +++ b/_data/chains/eip155-2206132.json @@ -0,0 +1,28 @@ +{ + "name": "PlatON Dev Testnet2", + "chain": "PlatON", + "rpc": [ + "https://devnet2openapi.platon.network/rpc", + "wss://devnet2openapi.platon.network/ws" + ], + "faucets": [ + "https://devnet2faucet.platon.network/faucet" + ], + "nativeCurrency": { + "name": "LAT", + "symbol": "lat", + "decimals": 18 + }, + "infoURL": "https://www.platon.network", + "shortName": "platondev2", + "chainId": 2206132, + "networkId": 1, + "icon": "platon", + "explorers": [ + { + "name": "PlatON explorer", + "url": "https://devnet2scan.platon.network", + "standard": "none" + } + ] +}