feat: add Pixie Chain Mainnet and Testnet

This commit is contained in:
pixie-chain-team 2021-11-29 11:40:11 +08:00
parent 0875bb85b2
commit 2d4d1efe97
2 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "Pixie Chain Mainnet",
"chain": "PixieChain",
"network": "mainnet",
"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": "pixie-chain",
"url": "https://scan.chain.pixie.xyz",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,21 @@
{
"name": "Pixie Chain Testnet",
"chain": "PixieChain",
"network": "testnet",
"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
}