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