Commit ca889438 authored by Sam Stokes's avatar Sam Stokes Committed by GitHub

ci: geth --netrestrict to local docker ips (#13555)

parent 7562e4c9
...@@ -62,6 +62,7 @@ participants: ...@@ -62,6 +62,7 @@ participants:
el_extra_params: el_extra_params:
- "--gcmode=archive" - "--gcmode=archive"
- "--rpc.txfeecap=0" - "--rpc.txfeecap=0"
- "--netrestrict=172.17.0.0/16"
cl_type: lighthouse cl_type: lighthouse
network_params: network_params:
prefunded_accounts: '{ "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266": { "balance": "1000000ETH" } }' prefunded_accounts: '{ "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266": { "balance": "1000000ETH" } }'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment