Skip to content

Commit 92c03f0

Browse files
committed
Fix path in examples l2
1 parent 558fea8 commit 92c03f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/l2/cmd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bincode = "1.3.3"
1212
tokio = "1.44"
1313
dotenv = "0.15"
1414
l2 = { path = "../crates/l2/" }
15-
aligned-sdk = { path = "../../../batcher/aligned-sdk" }
15+
aligned-sdk = { path = "../../../crates/sdk" }
1616

1717
[lib]
1818
name = "l2_cmd"

examples/l2/crates/l2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
1414
rand = "0.8"
1515
sp1-sdk = "5.0.0"
1616
sp1_state_transition_program = { path = "./zkvm_programs/sp1" }
17-
aligned-sdk = { path = "../../../../batcher/aligned-sdk" }
17+
aligned-sdk = { path = "../../../../crates/sdk" }
1818
bincode = "1.3.3"
1919
futures-util = "0.3"
2020
tokio = "1.44"

0 commit comments

Comments
 (0)