From ca889438dc82a3356766f87534fdba24360ef4fd Mon Sep 17 00:00:00 2001 From: Sam Stokes <35908605+bitwiseguy@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:32:56 -0500 Subject: [PATCH] ci: geth --netrestrict to local docker ips (#13555) --- op-deployer/pkg/deployer/integration_test/apply_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/op-deployer/pkg/deployer/integration_test/apply_test.go b/op-deployer/pkg/deployer/integration_test/apply_test.go index 4d3b1b47b56c..9e1c7a24ecc7 100644 --- a/op-deployer/pkg/deployer/integration_test/apply_test.go +++ b/op-deployer/pkg/deployer/integration_test/apply_test.go @@ -62,6 +62,7 @@ participants: el_extra_params: - "--gcmode=archive" - "--rpc.txfeecap=0" + - "--netrestrict=172.17.0.0/16" cl_type: lighthouse network_params: prefunded_accounts: '{ "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266": { "balance": "1000000ETH" } }'