From fbee761301d09b1187699c21718b1ff7389bf710 Mon Sep 17 00:00:00 2001 From: Michael Montour Date: Wed, 8 May 2024 17:40:29 -0700 Subject: [PATCH] Added an example of a wrapper script to run the bundler. Changes to be committed: new file: runit.sh.example --- runit.sh.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 runit.sh.example diff --git a/runit.sh.example b/runit.sh.example new file mode 100755 index 0000000..306d6a1 --- /dev/null +++ b/runit.sh.example @@ -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