Skip to content
Draft
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
2 changes: 0 additions & 2 deletions pocket/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,10 @@ const mainnetChains = {
"0010": {"name": "BSC Archival", "type": "ethereum"},
"0021": {"name": "Ethereum", "type": "ethereum"},
"0022": {"name": "Ethereum Archival", "type": "ethereum"},
"0026": {"name": "Goerli", "type": "ethereum"},
"0027": {"name": "Gnosis Chain", "type": "ethereum"},
"0028": {"name": "Ethereum Archival Trace", "type": "ethereum"},
"0052": {"name": "NEAR", "type": "near"},
"0053": {"name": "Optimism", "type": "ethereum"},
"0063": {"name": "Goerli Archival", "type": "ethereum"},
"0066": {"name": "Arbitrum One", "type": "ethereum"},
"0077": {"name": "Sepolia", "type": "ethereum"},
"0078": {"name": "Sepolia Archival", "type": "ethereum"},
Expand Down
4 changes: 2 additions & 2 deletions pocket/chains/chains_mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
{
"id": "0021",
"url": "http://geth.dappnode:8545"
"url": "http://execution.mainnet.staker.dappnode:8545"
}
]
]
14 changes: 3 additions & 11 deletions pocket/chains/chains_mainnet_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@
},
{
"id": "0021",
"url": "http://geth.dappnode:8545"
"url": "http://execution.mainnet.staker.dappnode:8545"
},
{
"id": "0022",
"url": "http://erigon.dappnode:8545"
},
{
"id": "0026",
"url": "http://goerli-geth.dappnode:8545"
},
{
"id": "0027",
"url": "http://nethermind-xdai.dappnode:8545"
"url": "http://execution.gnosis.staker.dappnode:8545"
},
{
"id": "0028",
Expand All @@ -35,10 +31,6 @@
"id": "0053",
"url": "http://op-node.op-node.dappnode:9545"
},
{
"id": "0063",
"url": "http://goerli-erigon.dappnode:8545"
},
{
"id": "0066",
"url": "http://arbitrum-nitro.public.dappnode:8547"
Expand All @@ -53,7 +45,7 @@
},
{
"id": "0081",
"url": "http://holesky-geth.dappnode:8545"
"url": "http://execution.holesky.staker.dappnode:8545"
},
{
"id": "000C",
Expand Down
Loading