mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
19 lines
454 B
JSON
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
|
|
}
|