From 94a4547b0eaab38cb20e9ef126ceb81d901b1980 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:42:56 +0100 Subject: [PATCH] fix --- op-bnb/scripts/op-node-start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/op-bnb/scripts/op-node-start.sh b/op-bnb/scripts/op-node-start.sh index 48c8a617..5e779996 100755 --- a/op-bnb/scripts/op-node-start.sh +++ b/op-bnb/scripts/op-node-start.sh @@ -36,7 +36,8 @@ exec op-node \ --pprof.enabled \ --rpc.enable-admin \ --l1=$OP_NODE__RPC_ENDPOINT \ - --l1.kind=$OP_NODE__RPC_ENDPOINT_KIND \ + --l1.rpckind=$OP_NODE__RPC_ENDPOINT_KIND \ + --l1.trustrpc=true \ --l2=http://${OP_L2_HOST:-op-bnb}:8551 \ --l2.jwt-secret=/jwtsecret \ --l2.skip-sync-start-check=true \