chains/_data/chains/eip155-2099156.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

24 lines
482 B
JSON

{
"name": "Plian Mainnet Main",
"chain": "Plian",
"network": "mainnet",
"rpc": ["https://mainnet.plian.io/pchain"],
"faucets": [],
"nativeCurrency": {
"name": "Plian Token",
"symbol": "PI",
"decimals": 18
},
"infoURL": "https://plian.org/",
"shortName": "plian-mainnet",
"chainId": 2099156,
"networkId": 2099156,
"explorers": [
{
"name": "piscan",
"url": "https://piscan.plian.org/pchain",
"standard": "EIP3091"
}
]
}