Deploying to gh-pages from @ ethereum-lists/chains@2f41d37e76 🚀

This commit is contained in:
ligi 2022-03-23 03:44:31 +00:00
parent fd6ca7738c
commit 35f61d216f
5 changed files with 37 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2545,7 +2545,20 @@
},
"rpc": ["https://testnet.web3q.io:8545"],
"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",
"chainId": 3400,

View File

@ -3431,7 +3431,7 @@
"symbol": "W3Q",
"decimals": 18
},
"infoURL": "https://web3q.io/home.w3q/",
"infoURL": "https://testnet.web3q.io/home.w3q/",
"shortName": "w3q-t",
"chainId": 3333,
"networkId": 3333,
@ -3440,6 +3440,25 @@
"url": "https://explorer.testnet.web3q.io",
"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",
"chain": "PRB",

View File

@ -195,6 +195,7 @@
"ktoc": "eip155:2559",
"zcrbeach": "eip155:3331",
"w3q-t": "eip155:3333",
"w3q-g": "eip155:3334",
"prb": "eip155:3400",
"prbtestnet": "eip155:3500",
"btx": "eip155:3690",