Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bridge-withdrawer): better grpc client construction (#1528)
## Summary Added error context to sequencer GRPC client construction. ## Background https://github.com/astriaorg/astria/pull/1510/files#r1766478324 ## Changes - Added helper function for constructing the sequencer GRPC client and switched from using `Endpoint::new()` to `connect_lazy()`. - Added error context to sequencer GRPC client construction. ## Testing Passing all tests ## Related Issues closes #1527 closes #1542
- Loading branch information