Skip to content

Commit

Permalink
chore(l1): update hive revision to point to our latest commit (#1739)
Browse files Browse the repository at this point in the history
**Motivation**

The Makefile had an outdated version of hive.

**Description**

Updates hive revision to point to our latest commit of the `main` branch
of our hive fork

Closes None
  • Loading branch information
MarcosNicolau authored Jan 17, 2025
1 parent 3a797b3 commit 9642e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ stop-localnet-silent:
@kurtosis enclave stop $(ENCLAVE) >/dev/null 2>&1 || true
@kurtosis enclave rm $(ENCLAVE) --force >/dev/null 2>&1 || true

HIVE_REVISION := df7d5103d4ddc772307f9947be4ad1f20ce03ed0
HIVE_REVISION := 37bde6deee7044b86fff88a39a52b33be460ae9c
# Shallow clones can't specify a single revision, but at least we avoid working
# the whole history by making it shallow since a given date (one day before our
# target revision).
Expand Down

0 comments on commit 9642e1c

Please sign in to comment.