Skip to content

Commit

Permalink
Update sequencer rev
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Dec 6, 2024
1 parent 1ac30fc commit 45dddef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 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 = "ba98788435a204d39296496966499cd89ec9a146" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "ba98788435a204d39296496966499cd89ec9a146", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "ba98788435a204d39296496966499cd89ec9a146" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "ba98788435a204d39296496966499cd89ec9a146" } # replay
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", rev = "2760373771721b7f22d3117e5ee1a33d76b45127" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "2760373771721b7f22d3117e5ee1a33d76b45127", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "2760373771721b7f22d3117e5ee1a33d76b45127" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "2760373771721b7f22d3117e5ee1a33d76b45127" } # replay

0 comments on commit 45dddef

Please sign in to comment.