Skip to content

Commit

Permalink
change sequencer to replay branch
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 2, 2024
1 parent 09c01c2 commit ed77512
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ serde_with = "3.11.0"
serde = "1.0.197"
cairo-native = "0.2.4"
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2", features = ["cairo_native"] } # main
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", branch = "replay" } # main
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", branch = "replay", features = ["cairo_native"] } # main
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", branch = "replay" } # main
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", branch = "replay" } # main

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = "=0.2.4"

0 comments on commit ed77512

Please sign in to comment.