Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
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
5 changes: 5 additions & 0 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion addons/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ alloy-chains = "0.2.14"
alloy-primitives = { version = "1.4.1" }
alloy-provider = { version = "1.0.41", default-features = false, features = ["debug-api"] }
alloy-rpc-types = { version = "1.0.41", features = ["trace"] }
alloy-signer-local = { version = "1.0.41", features = ["mnemonic"] }
alloy-signer-local = { version = "1.0.41", features = ["mnemonic", "keystore"] }
eth-keystore = "0.5.0"
dirs = "5.0"
thiserror = "1.0.62"
toml = "0.5"
foundry-block-explorers = "0.22.0"
Expand All @@ -53,6 +55,10 @@ wasm = [
"txtx-addon-kit/wasm",
]

[dev-dependencies]
tempfile = "3"
rand = "0.8"

[lib]
crate-type = ["cdylib", "rlib"]
path = "src/lib.rs"
Loading
Loading