diff --git a/runbundler/geth.yml b/runbundler/geth.yml index 004a490..2e7f5b2 100644 --- a/runbundler/geth.yml +++ b/runbundler/geth.yml @@ -1,17 +1,15 @@ services: eth-node: - container_name: geth-1.15 + container_name: geth-1.16 + image: ethereum/client-go:release-1.16 ports: [ '8545:8545' ] - #image: ethereum/client-go:release-1.14 - image: accountabstraction/geth-with-erc7562-tracer command: --verbosity 1 --http.vhosts '*,localhost,host.docker.internal' --http --http.api eth,net,web3,debug --http.corsdomain '*' --http.addr "0.0.0.0" - --networkid 1337 --dev --dev.period 0 --allow-insecure-unlock