Skip to content

Commit

Permalink
doc: update zbc-solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Jun 26, 2023
1 parent d6a0540 commit fe43f10
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 @@ -48,7 +48,7 @@ ZBC_ORACLE_DB_VERSION ?= main

ZBC_SOLIDITY_PATH ?= $(WORKDIR)/zbc-solidity
ZBC_SOLIDITY_PATH_EXISTS := $(shell test -d $(ZBC_SOLIDITY_PATH)/.git && echo "true" || echo "false")
ZBC_SOLIDITY_VERSION ?= v0.1.1
ZBC_SOLIDITY_VERSION ?= ci/update-fhe-keys-from-s3

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 fe43f10

Please sign in to comment.