Skip to content

Commit

Permalink
missing kzg
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Nov 25, 2024
1 parent 0409538 commit d92c496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/providers-alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ kona-derive.workspace = true
# Alloy
alloy-rlp.workspace = true
alloy-serde.workspace = true
alloy-eips.workspace = true
alloy-eips = { workspace = true, features = ["kzg"] }
alloy-transport.workspace = true
alloy-consensus.workspace = true
alloy-rpc-types-beacon.workspace = true
alloy-provider = { workspace = true, features = ["ipc", "ws", "reqwest"] }
alloy-primitives = { workspace = true, features = ["map"] }
alloy-rpc-types-beacon.workspace = true

# Op Alloy
op-alloy-genesis.workspace = true
Expand Down

0 comments on commit d92c496

Please sign in to comment.