Skip to content

Commit

Permalink
bundler folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Oct 4, 2023
1 parent 42a494b commit 2af19a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 33 deletions.
11 changes: 0 additions & 11 deletions bundlers/stackup-bundler/stakcup.yml

This file was deleted.

File renamed without changes.
22 changes: 0 additions & 22 deletions bundlers/voltaire-bundler/voltaire.yml

This file was deleted.

11 changes: 11 additions & 0 deletions bundlers/voltaire/voltaire.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# start a standlone bundler for testing.
# bring up a the bundler with its own geth instance

version: '2'

services:

bundler:
ports: [ '3000:3000' ]
image: sherifahmed990/voltaire-bundler:0.19
command: --entrypoint $ENTRYPOINT --bundler_secret 0xc6cbc5ffad570fdad0544d1b5358a36edeb98d163b6567912ac4754e144d4edb --rpc_url 0.0.0.0 --ethereum_node_url $ETH_RPC_URL --chain_id 1337 --bundle_interval 0 --verbose --debug

0 comments on commit 2af19a2

Please sign in to comment.