Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Dec 4, 2024
1 parent 2cf41a8 commit 702f0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node/zks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,10 @@ mod tests {

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

assert_eq!(result.gas_limit, U256::from(279779));
assert_eq!(result.gas_limit, U256::from(409123));
assert_eq!(result.max_fee_per_gas, U256::from(45250000));
assert_eq!(result.max_priority_fee_per_gas, U256::from(0));
assert_eq!(result.gas_per_pubdata_limit, U256::from(1658));
assert_eq!(result.gas_per_pubdata_limit, U256::from(3143));
}

#[tokio::test]
Expand Down

0 comments on commit 702f0e8

Please sign in to comment.