Skip to content

Commit

Permalink
fix: fix superchain registry + primitives versions (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Aug 15, 2024
1 parent 3b07da3 commit 810638a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
22 changes: 12 additions & 10 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ alloy-primitives = { workspace = true, features = ["rlp"] }
alloy-eips.workspace = true
op-alloy-consensus.workspace = true

# Superchain Registry
# superchain-primitives = { version = "0.2", default-features = false }
superchain-primitives = { git = "https://github.com/ethereum-optimism/superchain-registry", branch = "main", default-features = false }
# SCR Repo Primitives
superchain-primitives = { version = "0.2.1", default-features = false }

# Alloy Types
alloy-sol-types = { version = "0.7.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion examples/trusted-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ serde = { version = "1.0.198", features = ["derive"] }
alloy-provider = { version = "0.2", default-features = false }
alloy-rpc-types = { version = "0.2" }
alloy-transport = { version = "0.2", default-features = false }
superchain-registry = { git = "https://github.com/ethereum-optimism/superchain-registry", branch = "main" }
superchain-registry = "0.2.3"

0 comments on commit 810638a

Please sign in to comment.