Skip to content

Commit

Permalink
chore: remove use of mnemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Sep 3, 2024
1 parent 0947c8e commit 5f4b4e9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 407 deletions.
5 changes: 4 additions & 1 deletion crates/yttrium/src/sign_service.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
use crate::error::YttriumError;
use alloy::{
primitives::Address,
signers::local::{coins_bip39::English, MnemonicBuilder},
signers::{
k256::ecdsa::SigningKey,
local::{coins_bip39::English, LocalSigner, MnemonicBuilder},
},
};
use std::sync::Arc;
use tokio::sync::Mutex;
Expand Down
1 change: 0 additions & 1 deletion crates/yttrium/src/transaction/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use core::fmt;
use std::sync::Arc;
use tokio::sync::Mutex;

mod safe_test;
mod simple_account_test;

#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)]
Expand Down
330 changes: 0 additions & 330 deletions crates/yttrium/src/transaction/send/safe_test.rs

This file was deleted.

Loading

0 comments on commit 5f4b4e9

Please sign in to comment.