mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
feat: add Pixie Chain Mainnet and Testnet
This commit is contained in:
parent
0875bb85b2
commit
2d4d1efe97
24
_data/chains/eip155-6626.json
Normal file
24
_data/chains/eip155-6626.json
Normal 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"
|
||||
}]
|
||||
}
|
21
_data/chains/eip155-666.json
Normal file
21
_data/chains/eip155-666.json
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user