Skip to content

Commit

Permalink
fix: Pin Redis version in prep for package catalog version upgrade (#180
Browse files Browse the repository at this point in the history
)

Co-authored-by: mieubrisse <mieubrisse@gmail.com>
  • Loading branch information
mieubrisse and mieubrisse authored Sep 4, 2023
1 parent 6831bc6 commit 09b235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mev_relay/mev_relay_launcher.star
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
redis_module = import_module("github.com/kurtosis-tech/redis-package/main.star")
redis_module = import_module("github.com/kurtosis-tech/redis-package/main.star@0503b6d727015d85c498c4602c93e18c7c992445") # TODO when Kurtosis has proper version-pinning, use that!!!
postgres_module = import_module("github.com/kurtosis-tech/postgres-package/main.star@83d05e639096fe58109b8574eb74ecd27688fc95") # TODO When Kurtosis has proper version-pinning, use that!!!

DUMMY_SECRET_KEY = "0x607a11b45a7219cc61a3d9c5fd08c7eebd602a6a19a977f8d3771d5711a550f2"
Expand Down

0 comments on commit 09b235a

Please sign in to comment.