mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
29 lines
625 B
JSON
29 lines
625 B
JSON
{
|
|
"name": "PlatON Dev Testnet",
|
|
"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",
|
|
"explorers": [
|
|
{
|
|
"name": "PlatON explorer",
|
|
"url": "https://devnetscan.platon.network",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|