chains/_data/chains/eip155-2206132.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

27 lines
590 B
JSON

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