Skip to content
Open
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
6 changes: 2 additions & 4 deletions runbundler/geth.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading