Skip to content

Commit

Permalink
fix: bump superchain registry + primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 12, 2024
1 parent 32c4584 commit c2bd248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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 = "refcell/rust-granite", default-features = false }
superchain-primitives = { git = "https://github.com/ethereum-optimism/superchain-registry", branch = "main", 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 = "refcell/rust-granite" }
superchain-registry = { git = "https://github.com/ethereum-optimism/superchain-registry", branch = "main" }

0 comments on commit c2bd248

Please sign in to comment.