From 6aaa33069926e5cf657dff426d45e27aec578b67 Mon Sep 17 00:00:00 2001 From: Voss Date: Thu, 5 Dec 2024 21:55:24 -0600 Subject: [PATCH 1/3] Update chains_mainnet.json --- pocket/chains/chains_mainnet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pocket/chains/chains_mainnet.json b/pocket/chains/chains_mainnet.json index 8887dc5..f4decd4 100644 --- a/pocket/chains/chains_mainnet.json +++ b/pocket/chains/chains_mainnet.json @@ -5,6 +5,6 @@ }, { "id": "0021", - "url": "http://geth.dappnode:8545" + "url": "http://execution.mainnet.staker.dappnode:8545" } -] \ No newline at end of file +] From 6cc9b759f1dc7ec6e4b43cf516b6abe3053dafb0 Mon Sep 17 00:00:00 2001 From: Voss Date: Thu, 5 Dec 2024 22:15:02 -0600 Subject: [PATCH 2/3] remove goerli chains + replace hardcoded execution clients with new stakers aliases --- pocket/chains/chains_mainnet_template.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pocket/chains/chains_mainnet_template.json b/pocket/chains/chains_mainnet_template.json index a576249..24fceec 100644 --- a/pocket/chains/chains_mainnet_template.json +++ b/pocket/chains/chains_mainnet_template.json @@ -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", @@ -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" @@ -53,7 +45,7 @@ }, { "id": "0081", - "url": "http://holesky-geth.dappnode:8545" + "url": "http://execution.holesky.staker.dappnode:8545" }, { "id": "000C", From a41a6d8903df13e6b9c832634fe2a2aa8f6110d8 Mon Sep 17 00:00:00 2001 From: Voss Date: Thu, 5 Dec 2024 22:15:51 -0600 Subject: [PATCH 3/3] remove goerli chains --- pocket/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pocket/app.js b/pocket/app.js index 328857f..bc6f1dc 100644 --- a/pocket/app.js +++ b/pocket/app.js @@ -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"},