Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ foundry-evm-sancov = { path = "crates/evm/sancov" }
foundry-evm-traces = { path = "crates/evm/traces" }
foundry-macros = { path = "crates/macros" }
foundry-test-utils = { path = "crates/test-utils" }
foundry-wallets = { path = "crates/wallets" }
foundry-linking = { path = "crates/linking" }
foundry-primitives = { path = "crates/primitives" }

Expand All @@ -355,6 +354,9 @@ svm = { package = "svm-rs", version = "0.5", default-features = false, features
"rustls",
] }

## foundry-core
foundry-wallets = { git = "https://github.com/foundry-rs/foundry-core", rev = "5a61865efb2bfe76912211a293a96fe6f4d5480e", default-features = false }

## alloy
alloy-consensus = { version = "2.0.0", default-features = false }
alloy-contract = { version = "2.0.0", default-features = false }
Expand Down
69 changes: 0 additions & 69 deletions crates/wallets/Cargo.toml

This file was deleted.

75 changes: 0 additions & 75 deletions crates/wallets/src/error.rs

This file was deleted.

31 changes: 0 additions & 31 deletions crates/wallets/src/lib.rs

This file was deleted.

Loading
Loading