Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix: import SequencerDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Mar 26, 2024
1 parent c8e5e6f commit 3887d94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/rollup/src/mock_rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
//! StarterRollup provides a minimal self-contained rollup implementation

use async_trait::async_trait;
use sov_consensus_state_tracker::{MockAddress, MockDaConfig, MockDaService, MockDaSpec};
use sov_consensus_state_tracker::{MockDaConfig, MockDaService, MockDaSpec};

use sov_db::ledger_db::LedgerDB;
use sov_db::sequencer_db::SequencerDB;
use sov_modules_api::default_spec::{DefaultSpec, ZkDefaultSpec};
use sov_modules_api::Spec;
use sov_modules_rollup_blueprint::RollupBlueprint;
Expand Down
1 change: 1 addition & 0 deletions nix/rollup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ let
"risc0-cycle-utils-0.3.0" = "sha256-5dA62v1eqfyZBny4s3YlC2Tty7Yfd/OAVGfTlLBgypk=";
"ibc-app-transfer-0.51.0" = "sha256-Z3zgk29JLE+pygKsbmIntVQFvC56Rg35UKKDgZH8AS4=";
"sov-celestia-client-0.1.0" = "sha256-PLNKgZ92SqX5q9CXE9Hff5RZ9yU6JiaWpxSTNUvUBkI=";
"sov-celestia-adapter-0.3.0" = "";
};
};

Expand Down

0 comments on commit 3887d94

Please sign in to comment.