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

26 lines
526 B
JSON

{
"name": "Pixie Chain Mainnet",
"chain": "PixieChain",
"rpc": [
"https://http-mainnet.chain.pixie.xyz",
"wss://ws-mainnet.chain.pixie.xyz"
],
"faucets": [],
"nativeCurrency": {
"name": "Pixie Chain Native Token",
"symbol": "PIX",
"decimals": 18
},
"infoURL": "https://chain.pixie.xyz",
"shortName": "pixie-chain",
"chainId": 6626,
"networkId": 6626,
"explorers": [
{
"name": "blockscout",
"url": "https://scan.chain.pixie.xyz",
"standard": "none"
}
]
}