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

19 lines
454 B
JSON

{
"name": "Pixie Chain Testnet",
"chain": "PixieChain",
"rpc": [
"https://http-testnet.chain.pixie.xyz",
"wss://ws-testnet.chain.pixie.xyz"
],
"faucets": ["https://chain.pixie.xyz/faucet"],
"nativeCurrency": {
"name": "Pixie Chain Testnet Native Token",
"symbol": "PCTT",
"decimals": 18
},
"infoURL": "https://scan-testnet.chain.pixie.xyz",
"shortName": "pixie-chain-testnet",
"chainId": 666,
"networkId": 666
}