Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Jan 17, 2025
1 parent efb6c29 commit f9febdd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions crates/integration-tests/src/shielder/calls/withdraw_native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,11 @@ mod tests {
use evm_utils::SuccessResult;
use halo2_proofs::halo2curves::ff::PrimeField;
use rstest::rstest;
use shielder_account::ShielderAccount;
use shielder_circuits::F;
use shielder_rust_sdk::{
account::ShielderAccount,
contract::ShielderContract::{
withdrawNativeCall, ShielderContractErrors, ShielderContractEvents, WithdrawNative,
WrongContractVersion,
},
use shielder_contract::ShielderContract::{
withdrawNativeCall, ShielderContractErrors, ShielderContractEvents, WithdrawNative,
WrongContractVersion,
};

use crate::{
Expand Down

0 comments on commit f9febdd

Please sign in to comment.