feat: add Pixie Chain Mainnet and Testnet (#609)

* feat: add Pixie Chain Mainnet and Testnet

* feat: add Pixie Chain Mainnet and Testnet
This commit is contained in:
Pixie 2021-11-29 17:35:12 +08:00 committed by GitHub
parent 6a93656ab6
commit 7a4f5cc6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "blockscout",
"url": "https://scan.chain.pixie.xyz",
"standard": "none"
}]
}

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
}