Skip to content

Commit

Permalink
Add bridge daemon eth rpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwik committed Oct 26, 2023
1 parent d67100b commit e688197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocol/testutil/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e688197

Please sign in to comment.