mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* added: Alaya&PlatON testnet * add faucets * update explorer url" * add alaya mainnet * Add PlatON mainnet * rm eip155-201018.json * change platon devnet's shortname to platondev * change platon devnet's shortname to platondev * add PlatON mainnet * Remove extra slash Co-authored-by: ligi <ligi@ligi.de>
27 lines
534 B
JSON
27 lines
534 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"
|
|
}
|
|
]
|
|
} |