From e1a2dec38a8dbaa42ea562120e4c678e9e4f3b79 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:45:20 +0100 Subject: [PATCH] fix --- op-bnb/scripts/op-node-start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/op-bnb/scripts/op-node-start.sh b/op-bnb/scripts/op-node-start.sh index 5e779996..e4cc1fdf 100755 --- a/op-bnb/scripts/op-node-start.sh +++ b/op-bnb/scripts/op-node-start.sh @@ -37,7 +37,6 @@ exec op-node \ --rpc.enable-admin \ --l1=$OP_NODE__RPC_ENDPOINT \ --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 \