Skip to content

Commit

Permalink
geth 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Apr 24, 2024
1 parent c93efeb commit b6441a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runbundler/geth.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
services:

eth-node:
container_name: geth-1.10
container_name: geth-1.13
ports: [ '8545:8545' ]
image: ethereum/client-go:release-1.10
image: ethereum/client-go:release-1.13
command: --verbosity 1
--http.vhosts '*,localhost,host.docker.internal'
--http
--http.api personal,eth,net,web3,debug
--http.api eth,net,web3,debug
--http.corsdomain '*'
--http.addr "0.0.0.0"
--networkid 1337
Expand Down

0 comments on commit b6441a7

Please sign in to comment.