Skip to content

Commit

Permalink
ci: use last version of fhevm to allow npm run test:inband
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Oct 5, 2023
1 parent d25e7d6 commit c25d99f
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 ?= v0.1.12
FHEVM_SOLIDITY_VERSION ?= f45a320a302fbb0ff3fec4736365a1ffba448201
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)
UPDATE_GO_MOD = go.mod.updated
Expand Down

0 comments on commit c25d99f

Please sign in to comment.