mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@7a4f5cc6ab 🚀
This commit is contained in:
parent
6b2ca74676
commit
c73a1facc2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1480,6 +1480,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"infoURL": "https://acala.network"
|
||||
}, {
|
||||
"name": "Pixie Chain Testnet",
|
||||
"chainId": 666,
|
||||
"shortName": "pixie-chain-testnet",
|
||||
"networkId": 666,
|
||||
"nativeCurrency": {
|
||||
"name": "Pixie Chain Testnet Native Token",
|
||||
"symbol": "PCTT",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://http-testnet.chain.pixie.xyz", "wss://ws-testnet.chain.pixie.xyz"],
|
||||
"faucets": ["https://chain.pixie.xyz/faucet"],
|
||||
"infoURL": "https://scan-testnet.chain.pixie.xyz"
|
||||
}, {
|
||||
"name": "Karura Network",
|
||||
"chainId": 686,
|
||||
|
@ -2130,6 +2143,19 @@
|
|||
"rpc": ["https://proxy.wegochain.io", "http://wallet.wegochain.io:7764"],
|
||||
"faucets": [],
|
||||
"infoURL": "http://wegochain.io"
|
||||
}, {
|
||||
"name": "Pixie Chain Mainnet",
|
||||
"chainId": 6626,
|
||||
"shortName": "pixie-chain",
|
||||
"networkId": 6626,
|
||||
"nativeCurrency": {
|
||||
"name": "Pixie Chain Native Token",
|
||||
"symbol": "PIX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://http-mainnet.chain.pixie.xyz", "wss://ws-mainnet.chain.pixie.xyz"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://chain.pixie.xyz"
|
||||
}, {
|
||||
"name": "Hazlor Testnet",
|
||||
"chainId": 7878,
|
||||
|
|
|
@ -2035,6 +2035,21 @@
|
|||
"shortName": "maca",
|
||||
"chainId": 595,
|
||||
"networkId": 595
|
||||
}, {
|
||||
"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
|
||||
}, {
|
||||
"name": "Karura Network",
|
||||
"chain": "KAR",
|
||||
|
@ -2879,6 +2894,26 @@
|
|||
"shortName": "rbd",
|
||||
"chainId": 5869,
|
||||
"networkId": 5869
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Hazlor Testnet",
|
||||
"chain": "SCAS",
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
"tao": "eip155:558",
|
||||
"metis-stardust": "eip155:588",
|
||||
"maca": "eip155:595",
|
||||
"pixie-chain-testnet": "eip155:666",
|
||||
"kar": "eip155:686",
|
||||
"tfeth": "eip155:721",
|
||||
"cth": "eip155:777",
|
||||
|
@ -163,6 +164,7 @@
|
|||
"tsys": "eip155:5700",
|
||||
"Ontology Testnet": "eip155:5851",
|
||||
"rbd": "eip155:5869",
|
||||
"pixie-chain": "eip155:6626",
|
||||
"hazlor-hatlas": "eip155:7878",
|
||||
"mdgl": "eip155:8029",
|
||||
"GeneChainAdn": "eip155:8080",
|
||||
|
|
Loading…
Reference in New Issue
Block a user