mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge pull request #1 from QuarkChain/w3q
add w3q chain id to ethereum list
This commit is contained in:
commit
8c1b723a2d
23
_data/chains/eip155-333.json
Normal file
23
_data/chains/eip155-333.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Web3Q Mainnet",
|
||||||
|
"chain": "Web3Q",
|
||||||
|
"rpc": [
|
||||||
|
"https://mainnet.web3q.io:8545"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Web3Q",
|
||||||
|
"symbol": "W3Q",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://web3q.io/home.w3q/",
|
||||||
|
"shortName": "w3q",
|
||||||
|
"chainId": 333,
|
||||||
|
"networkId": 333,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "w3q-mainnet",
|
||||||
|
"url": "http://explorer.mainnet.web3q.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
23
_data/chains/eip155-3333.json
Normal file
23
_data/chains/eip155-3333.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Web3Q Testnet",
|
||||||
|
"chain": "Web3Q",
|
||||||
|
"rpc": [
|
||||||
|
"https://testnet.web3q.io:8545"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Web3Q",
|
||||||
|
"symbol": "W3Q",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://web3q.io/home.w3q/",
|
||||||
|
"shortName": "w3q-t",
|
||||||
|
"chainId": 3333,
|
||||||
|
"networkId": 3333,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "w3q-testnet",
|
||||||
|
"url": "http://explorer.testnet.web3q.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user