File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set -o errexit -o nounset -o pipefail
88SCRIPT_PATH=" $( cd -- " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
99
1010rm -rf " ${SCRIPT_PATH} /SecretNetwork"
11- git clone --depth 1 --branch revert-proto-changes https://github.com/scrtlabs/SecretNetwork " ${SCRIPT_PATH} /SecretNetwork"
11+ git clone --depth 1 --branch v1.15.0-rc.0 https://github.com/scrtlabs/SecretNetwork " ${SCRIPT_PATH} /SecretNetwork"
1212
1313# plugins paths, note this must be an abolsute path on Windows
1414
Original file line number Diff line number Diff line change 11version : " 3.9"
22services :
33 localsecret-1 :
4- image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15 "
4+ image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.19 "
55 ports :
66 - " 26657:26657" # RPC
77 - " 26656:26656" # P2P
@@ -13,7 +13,7 @@ services:
1313 FAST_BLOCKS : " true"
1414 LOG_LEVEL : " TRACE"
1515 localsecret-2 :
16- image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15 "
16+ image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.19 "
1717 ports :
1818 - " 36657:26657" # RPC
1919 - " 36656:26656" # P2P
You can’t perform that action at this time.
0 commit comments