Skip to content

Commit

Permalink
fix: update compile_locally.sh with relayer version v0.1.6 (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
omritoptix committed Nov 1, 2023
1 parent a68e655 commit a56ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARCH=$(uname -m)
# The list of projects to be installed
PROJECTS=("dymension" "dymension-relayer" "rollapp-evm")
REPOS=("" "" "")
VERSIONS=("v1.0.0-rc2" "v0.1.5-relayer-v0.2.0" "v0.1.0-rc10")
VERSIONS=("v1.0.0-rc2" "v0.1.6-relayer-v0.2.0" "v0.1.0-rc10")
BUILDCOMMANDS=("" "" "")
BINARYNAME=("dymd" "rly" "rollapp-evm")

Expand Down

0 comments on commit a56ad7b

Please sign in to comment.