Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions _data/chains/eip155-333.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "Web3Q Mainnet",
"chain": "Web3Q",
"rpc": ["https://mainnet.web3q.io:8545"],
"name": "EthStorage Mainnet",
"chain": "EthStorage",
"rpc": ["https://rpc.mainnet.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Web3Q",
"symbol": "W3Q",
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://web3q.io/home.w3q/",
"shortName": "w3q",
"infoURL": "https://ethstorage.io/",
"shortName": "es-m",
"chainId": 333,
"networkId": 333,
"explorers": [
{
"name": "w3q-mainnet",
"url": "https://explorer.mainnet.web3q.io",
"standard": "EIP3091"
}
]
"slip44": 1,
"status": "incubating",
"parent": {
"type": "L2",
"chain": "eip155-1"
}
}
6 changes: 3 additions & 3 deletions _data/chains/eip155-3332.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EthStorage L2 Mainnet",
"chain": "EthStorage",
"rpc": ["http://mainnet.l2.ethstorage.io:9540"],
"chain": "EthStorage L2",
"rpc": ["https://rpc.mainnet.l2.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand All @@ -16,6 +16,6 @@
"status": "incubating",
"parent": {
"type": "L2",
"chain": "eip155-1"
"chain": "eip155-100011"
}
}
8 changes: 6 additions & 2 deletions _data/chains/eip155-3333.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EthStorage Testnet",
"chain": "EthStorage",
"rpc": ["http://testnet.ethstorage.io:9540"],
"rpc": ["https://rpc.testnet.ethstorage.io:9546"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand All @@ -12,5 +12,9 @@
"shortName": "es-t",
"chainId": 3333,
"networkId": 3333,
"slip44": 1
"slip44": 1,
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}
6 changes: 3 additions & 3 deletions _data/chains/eip155-3336.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EthStorage L2 Testnet",
"chain": "EthStorage",
"rpc": ["http://testnet.l2.ethstorage.io:9540"],
"chain": "EthStorage L2",
"rpc": ["https://rpc.testnet.l2.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand All @@ -16,6 +16,6 @@
"status": "incubating",
"parent": {
"type": "L2",
"chain": "eip155-11155111"
"chain": "eip155-110011"
}
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-3337.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "EthStorage Devnet",
"chain": "EthStorage",
"rpc": ["http://devnet.ethstorage.io:9540"],
"rpc": ["https://rpc.devnet.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
Expand Down
8 changes: 4 additions & 4 deletions _data/chains/eip155-3339.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "EthStorage Mainnet",
"chain": "EthStorage",
"rpc": ["http://mainnet.ethstorage.io:9540"],
"name": "EthStorage L2 Devnet",
"chain": "EthStorage L2",
"rpc": ["https://rpc.devnet.l2.ethstorage.io:9540"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ethstorage.io/",
"shortName": "es-m",
"shortName": "esl2-d",
"chainId": 3339,
"networkId": 3339,
"slip44": 1,
Expand Down