Add PlatON mainnet

This commit is contained in:
benbaley 2021-11-10 17:50:29 +08:00
parent f92616148d
commit 11e5ab58d3

View File

@ -0,0 +1,27 @@
{
"name": "PlatON Mainnet",
"chain": "PlatON",
"network": "mainnet",
"rpc": [
"https://openapi.platon.network/rpc",
"wss://openapi.platon.network/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"infoURL": "https://www.platon.network",
"shortName": "PlatON",
"chainId": 100,
"networkId": 1,
"icon": "platon",
"explorers": [
{
"name": "PlatON explorer",
"url": "https://scan.platon.network/",
"standard": "none"
}
]
}