Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ctoyan committed Nov 14, 2024
1 parent f5cf357 commit 6b76a37
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions contracts/multisig-prover/src/encoding/starknet_abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,14 @@ pub fn encode_execute_data(

#[cfg(test)]
mod tests {
use std::str::FromStr;

use assert_ok::assert_ok;
use cosmwasm_std::{Addr, HexBinary};
use elliptic_curve::consts::U32;
use ethers_core::types::Signature as EthersSignature;
use evm_gateway::{evm_address, CommandType};
use generic_array::GenericArray;
use hex::FromHex;
use itertools::Itertools;
use k256::ecdsa::{RecoveryId, Signature as K256Signature};
use multisig::key::{KeyType, KeyTyped, Signature};
use multisig::msg::{Signer, SignerWithSig};
use cosmwasm_std::HexBinary;

use crate::encoding::abi::tests::signers_with_sigs;
use crate::encoding::starknet_abi::{encode_execute_data, payload_digest};
use crate::payload::Payload;
use crate::test::test_data::{
curr_verifier_set, domain_separator, messages, new_verifier_set, verifier_set_from_pub_keys,
curr_verifier_set, domain_separator, messages, verifier_set_from_pub_keys,
};

#[test]
Expand Down

0 comments on commit 6b76a37

Please sign in to comment.