From 9427ddf5114f9fdc99489083acb96df393dc760f Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:24:24 +0100 Subject: [PATCH] safe me --- op-wheel.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 op-wheel.sh diff --git a/op-wheel.sh b/op-wheel.sh new file mode 100755 index 00000000..025ff182 --- /dev/null +++ b/op-wheel.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# USAGE: +# ./op-wheel.sh engine set-forkchoice --unsafe=0x111AC7F --safe=0x111AC7F --finalized=0x111AC7F --engine=http://op-lisk-sepolia:8551/ --engine.open=http://op-lisk-sepolia:8545 --engine.jwt-secret-path=/jwtsecret + +docker run -it --rm --network rpc_chains -v /root/rpc/.jwtsecret:/jwtsecret golang:latest bash -c 'git clone https://github.com/ethereum-optimism/optimism.git && cd optimism && go run ./op-wheel/cmd "$@"' -- "$@" +