Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrxlz committed Oct 1, 2024
1 parent a5f9433 commit b37a43a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/kos-sdk/src/chains/ethereum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use kos_types::number::BigNumber;
use alloy_dyn_abi::TypedData;
use rlp::Rlp;
use secp256k1::ecdsa::{RecoverableSignature, RecoveryId};
use serde::{Deserialize, Serialize};
use std::{ops::Div, str::FromStr};
use wasm_bindgen::prelude::*;
use web3::ethabi;
Expand Down

0 comments on commit b37a43a

Please sign in to comment.