Skip to content

Commit

Permalink
Merge branch 'main' into rf/chore/update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Oct 19, 2024
2 parents fcde8ab + 2991b08 commit 75e631b
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 105 deletions.
230 changes: 223 additions & 7 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ alloy-rpc-client = { version = "0.5.2", default-features = false }
alloy-node-bindings = { version = "0.5.2", default-features = false }
alloy-transport-http = { version = "0.5.2", default-features = false }
alloy-rpc-types-engine = { version = "0.5.2", default-features = false }
alloy-rpc-types-beacon = { version = "0.5.2", default-features = false }

# OP Alloy
op-alloy-genesis = { version = "0.5.0", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions crates/providers-alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ alloy-rlp = { workspace = true, features = ["derive"] }
alloy-provider = { workspace = true, features = ["reqwest"] }
alloy-consensus = { workspace = true, features = ["k256", "serde", "std"] }
alloy-primitives = { workspace = true, features = ["rlp", "k256", "serde"] }
alloy-rpc-types-beacon.workspace = true

# OP Alloy
op-alloy-consensus = { workspace = true, features = ["k256"] }
Expand Down
Loading

0 comments on commit 75e631b

Please sign in to comment.