Skip to content

Commit

Permalink
feat: update superchain registry deps (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Aug 28, 2024
1 parent f4a8e6a commit 90088c8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
21 changes: 15 additions & 6 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 @@ -20,7 +20,7 @@ op-alloy-consensus.workspace = true
hashbrown = "0.14.5"

# SCR Repo Primitives
superchain-primitives = { version = "0.2.2", default-features = false }
superchain-primitives = { version = "0.3.1", default-features = false }

# `serde` feature dependencies
serde = { version = "1.0.203", default-features = false, features = ["derive"], optional = true }
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 @@ -30,4 +30,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 = "0.2.6"
superchain = "0.3.1"
2 changes: 1 addition & 1 deletion examples/trusted-sync/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use anyhow::Result;
use clap::Parser;
use kona_derive::{errors::StageError, online::*};
use std::sync::Arc;
use superchain_registry::ROLLUP_CONFIGS;
use superchain::ROLLUP_CONFIGS;
use tracing::{debug, error, info, trace, warn};

mod cli;
Expand Down

0 comments on commit 90088c8

Please sign in to comment.