From e688197192aebab24775f44c7875be9d2bfef918 Mon Sep 17 00:00:00 2001 From: Lukasz Cwik Date: Thu, 26 Oct 2023 14:46:19 -0700 Subject: [PATCH] Add bridge daemon eth rpc endpoint --- protocol/testutil/app/app.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol/testutil/app/app.go b/protocol/testutil/app/app.go index 1095855a1a..b00bea6f51 100644 --- a/protocol/testutil/app/app.go +++ b/protocol/testutil/app/app.go @@ -761,6 +761,8 @@ func launchValidator( "false", "--liquidation-daemon-enabled", "false", + "--bridge-daemon-eth-rpc-endpoint", + "https://eth-sepolia.g.alchemy.com/v2/demo", }) ctx := svrcmd.CreateExecuteContext(parentCtx)