Skip to content

Commit

Permalink
Merge branch 'test/settlement-client' into settlement_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv authored Aug 20, 2024
2 parents f54fb3e + 30e8584 commit 062b54c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions crates/settlement-clients/ethereum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ impl EthereumSettlementClient {
.0
.into(),
filler_provider,

);

EthereumSettlementClient {
Expand Down
1 change: 0 additions & 1 deletion crates/settlement-clients/ethereum/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ async fn get_last_settled_block_typical_works(#[case] fork_block_no: u64) {
setup.rpc_url,
None,
);

assert_eq!(
ethereum_settlement_client.get_last_settled_block().await.expect("Could not get last settled block."),
666039
Expand Down

0 comments on commit 062b54c

Please sign in to comment.