File tree 2 files changed +3
-3
lines changed
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
8
8
SCRIPT_PATH=" $( cd -- " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
9
9
10
10
rm -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"
12
12
13
13
# plugins paths, note this must be an abolsute path on Windows
14
14
Original file line number Diff line number Diff line change 1
1
version : " 3.9"
2
2
services :
3
3
localsecret-1 :
4
- image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15 "
4
+ image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.19 "
5
5
ports :
6
6
- " 26657:26657" # RPC
7
7
- " 26656:26656" # P2P
@@ -13,7 +13,7 @@ services:
13
13
FAST_BLOCKS : " true"
14
14
LOG_LEVEL : " TRACE"
15
15
localsecret-2 :
16
- image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.15 "
16
+ image : " ghcr.io/scrtlabs/localsecret:v1.15.0-beta.19 "
17
17
ports :
18
18
- " 36657:26657" # RPC
19
19
- " 36656:26656" # P2P
You can’t perform that action at this time.
0 commit comments