mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
537 B
JSON
27 lines
537 B
JSON
{
|
|
"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": 210425,
|
|
"networkId": 1,
|
|
"icon": "platon",
|
|
"explorers": [
|
|
{
|
|
"name": "PlatON explorer",
|
|
"url": "https://scan.platon.network",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
} |