Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
1,847 changes: 1,140 additions & 707 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions crates/anvil-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ rand_08.workspace = true
eyre.workspace = true
lru = "0.16.0"
indexmap = "2.0"
log = { version = "0.4.21", default-features = false }
hex-literal = { version = "0.4.1", default-features = false }
polkadot-core-primitives = "18.0.0"

# cli
clap = { version = "4", features = [
Expand Down
Loading
Loading