From 2d4d1efe9753db6d217e2c4ef4a94ff589f8c4ee Mon Sep 17 00:00:00 2001 From: pixie-chain-team Date: Mon, 29 Nov 2021 11:40:11 +0800 Subject: [PATCH] feat: add Pixie Chain Mainnet and Testnet --- _data/chains/eip155-6626.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-666.json | 21 +++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 _data/chains/eip155-6626.json create mode 100644 _data/chains/eip155-666.json diff --git a/_data/chains/eip155-6626.json b/_data/chains/eip155-6626.json new file mode 100644 index 00000000..75b32fbe --- /dev/null +++ b/_data/chains/eip155-6626.json @@ -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" + }] +} diff --git a/_data/chains/eip155-666.json b/_data/chains/eip155-666.json new file mode 100644 index 00000000..c91fb23c --- /dev/null +++ b/_data/chains/eip155-666.json @@ -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 +}