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@2f41d37e76 🚀
This commit is contained in:
parent
fd6ca7738c
commit
35f61d216f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2545,7 +2545,20 @@
|
||||||
},
|
},
|
||||||
"rpc": ["https://testnet.web3q.io:8545"],
|
"rpc": ["https://testnet.web3q.io:8545"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://web3q.io/home.w3q/"
|
"infoURL": "https://testnet.web3q.io/home.w3q/"
|
||||||
|
}, {
|
||||||
|
"name": "Web3Q Galileo",
|
||||||
|
"chainId": 3334,
|
||||||
|
"shortName": "w3q-g",
|
||||||
|
"networkId": 3334,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Web3Q",
|
||||||
|
"symbol": "W3Q",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://galileo.web3q.io:8545"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://galileo.web3q.io/home.w3q/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Paribu Net Mainnet",
|
"name": "Paribu Net Mainnet",
|
||||||
"chainId": 3400,
|
"chainId": 3400,
|
||||||
|
|
|
@ -3431,7 +3431,7 @@
|
||||||
"symbol": "W3Q",
|
"symbol": "W3Q",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://web3q.io/home.w3q/",
|
"infoURL": "https://testnet.web3q.io/home.w3q/",
|
||||||
"shortName": "w3q-t",
|
"shortName": "w3q-t",
|
||||||
"chainId": 3333,
|
"chainId": 3333,
|
||||||
"networkId": 3333,
|
"networkId": 3333,
|
||||||
|
@ -3440,6 +3440,25 @@
|
||||||
"url": "https://explorer.testnet.web3q.io",
|
"url": "https://explorer.testnet.web3q.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Web3Q Galileo",
|
||||||
|
"chain": "Web3Q",
|
||||||
|
"rpc": ["https://galileo.web3q.io:8545"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Web3Q",
|
||||||
|
"symbol": "W3Q",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://galileo.web3q.io/home.w3q/",
|
||||||
|
"shortName": "w3q-g",
|
||||||
|
"chainId": 3334,
|
||||||
|
"networkId": 3334,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "w3q-galileo",
|
||||||
|
"url": "https://explorer.galileo.web3q.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Paribu Net Mainnet",
|
"name": "Paribu Net Mainnet",
|
||||||
"chain": "PRB",
|
"chain": "PRB",
|
||||||
|
|
|
@ -195,6 +195,7 @@
|
||||||
"ktoc": "eip155:2559",
|
"ktoc": "eip155:2559",
|
||||||
"zcrbeach": "eip155:3331",
|
"zcrbeach": "eip155:3331",
|
||||||
"w3q-t": "eip155:3333",
|
"w3q-t": "eip155:3333",
|
||||||
|
"w3q-g": "eip155:3334",
|
||||||
"prb": "eip155:3400",
|
"prb": "eip155:3400",
|
||||||
"prbtestnet": "eip155:3500",
|
"prbtestnet": "eip155:3500",
|
||||||
"btx": "eip155:3690",
|
"btx": "eip155:3690",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user