Skip to content

Commit efd9294

Browse files
fix errors in cargo toml and imports
1 parent 44cec84 commit efd9294

3 files changed

Lines changed: 1 addition & 24 deletions

File tree

aggregation_mode/Cargo.lock

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aggregation_mode/gateway/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ serde_json = { workspace = true }
99
serde_yaml = { workspace = true }
1010
agg_mode_sdk = { workspace = true }
1111
prometheus = { workspace = true }
12-
aligned-sdk = { workspace = true }
1312
sp1-sdk = { workspace = true }
1413
db = { workspace = true }
1514
tracing = { version = "0.1", features = ["log"] }

aggregation_mode/gateway/src/http.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ use actix_web::{
1010
App, HttpRequest, HttpResponse, HttpServer, Responder,
1111
};
1212
use actix_web_prometheus::PrometheusMetricsBuilder;
13-
use agg_mode_sdk::types::types::Network;
14-
use aligned_sdk::aggregation_layer::AggregationModeProvingSystem;
13+
use agg_mode_sdk::{blockchain::AggregationModeProvingSystem, types::Network};
1514
use alloy::signers::Signature;
1615
use sp1_sdk::{SP1ProofWithPublicValues, SP1VerifyingKey};
1716
use sqlx::types::BigDecimal;

0 commit comments

Comments
 (0)