Skip to content

Commit

Permalink
ci: update fhevm-solidity version that includes the run_tests.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Sep 7, 2023
1 parent 377a90e commit 609b30b
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 @@ -49,7 +49,7 @@ FHEVM_DECRYPTIONS_DB_VERSION ?= v0.2.0

FHEVM_SOLIDITY_PATH ?= $(WORKDIR)/fhevm-solidity
FHEVM_SOLIDITY_PATH_EXISTS := $(shell test -d $(FHEVM_SOLIDITY_PATH)/.git && echo "true" || echo "false")
FHEVM_SOLIDITY_VERSION ?= b0046e66b383f0880b94e36a55952144cc09d068
FHEVM_SOLIDITY_VERSION ?= petar/fhe-rand

ETHERMINT_VERSION := $(shell ./scripts/get_module_version.sh go.mod zama.ai/ethermint)
GO_ETHEREUM_VERSION := $(shell ./scripts/get_module_version.sh go.mod zama.ai/go-ethereum)
Expand Down

0 comments on commit 609b30b

Please sign in to comment.