Skip to content

Commit

Permalink
Voltaire: support for v0.07 entrypoint (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 authored Jul 22, 2024
1 parent 7ae2e79 commit 7e318cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bundlers/voltaire/voltaire.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
services:
bundler:
image: ghcr.io/candidelabs/voltaire/voltaire-bundler:latest
ports: [ '3000:3000' ]
command: >
--bundler_secret 0xc6cbc5ffad570fdad0544d1b5358a36edeb98d163b6567912ac4754e144d4edb
--rpc_url 0.0.0.0
--ethereum_node_url $ETH_RPC_URL
--chain_id 1337
--verbose
--debug
--disable_p2p
--disable_v6

0 comments on commit 7e318cb

Please sign in to comment.