Skip to content

Commit

Permalink
Fix rust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Dec 7, 2023
1 parent 31eab30 commit e575380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/zks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ mod tests {

let result = node.estimate_fee(mock_request).await.unwrap();

assert_eq!(result.gas_limit, U256::from(746532));
assert_eq!(result.gas_limit, U256::from(743357));
assert_eq!(result.max_fee_per_gas, U256::from(250000000));
assert_eq!(result.max_priority_fee_per_gas, U256::from(0));
assert_eq!(result.gas_per_pubdata_limit, U256::from(4080));
Expand Down

0 comments on commit e575380

Please sign in to comment.