Skip to content

Commit

Permalink
Added an example of a wrapper script to run the bundler.
Browse files Browse the repository at this point in the history
 Changes to be committed:
	new file:   runit.sh.example
  • Loading branch information
mmontour1306 committed May 9, 2024
1 parent ffc7af7 commit fbee761
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions runit.sh.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
RUST_BACKTRACE=1 target/debug/rundler \
--hc_helper_addr 0x1111111111111111111111111111111111111111 \
--hc_sys_account 0x2222222222222222222222222222222222222222 \
--hc_sys_owner 0x3333333333333333333333333333333333333333 \
--hc_sys_privkey 0x0101010101010101010101010101010101010101010101010101010101010101 \
node --entry_points 0x9999999999999999999999999999999999999999 \
--node_http http://192.0.2.100:9545 \
--chain_id 901 \
--builder.private_key 0x1234567812345678123456781234567812345678123456781234567812345678 \
--rpc.port 3300 \
--max_verification_gas 123321 \
2>&1

0 comments on commit fbee761

Please sign in to comment.