Skip to content

Commit

Permalink
chore: bump docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
jatZama committed Apr 23, 2024
1 parent 8959616 commit f79ec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch-fhevm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ORACLE_CONTRACT_PREDEPLOY_ADDRESS=$(grep ORACLE_CONTRACT_PREDEPLOY_ADDRESS oracl
docker run -d -i -p 8545:8545 --rm --name fhevm \
-e PRIVATE_KEY_ORACLE_RELAYER="$PRIVATE_KEY_ORACLE_RELAYER" \
-e ORACLE_CONTRACT_PREDEPLOY_ADDRESS="$ORACLE_CONTRACT_PREDEPLOY_ADDRESS" \
ghcr.io/zama-ai/ethermint-dev-node:v0.4.1
ghcr.io/zama-ai/ethermint-dev-node:v0.4.2

sleep 10

Expand Down

0 comments on commit f79ec73

Please sign in to comment.