Skip to content

Commit

Permalink
change to the right sequencer commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 11, 2024
1 parent 4869d6a commit 5b1dfb4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
48 changes: 24 additions & 24 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,7 +14,7 @@ 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", rev = "7329a11e9151276ed3189399ae568a163add747f" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "7329a11e9151276ed3189399ae568a163add747f", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "7329a11e9151276ed3189399ae568a163add747f" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "7329a11e9151276ed3189399ae568a163add747f" } # replay
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", rev = "d89c06bfe0c25f121f95bffc01ddf69264ddbff3" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "d89c06bfe0c25f121f95bffc01ddf69264ddbff3", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "d89c06bfe0c25f121f95bffc01ddf69264ddbff3" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "d89c06bfe0c25f121f95bffc01ddf69264ddbff3" } # replay

0 comments on commit 5b1dfb4

Please sign in to comment.