Skip to content

Commit c055632

Browse files
committed
Update versions
1 parent 9bda7e2 commit c055632

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "secretjs",
33
"description": "The JavaScript SDK for Secret Network",
4-
"version": "2.0.0-beta.7",
4+
"version": "1.15.0-beta.0",
55
"license": "MIT",
66
"author": "SCRT Labs",
77
"bugs": {

scripts/generate_protobuf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o errexit -o nounset -o pipefail
88
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
99

1010
rm -rf "${SCRIPT_PATH}/SecretNetwork"
11-
git clone --depth 1 --branch cosmos-sdk-0.50.x-merged https://github.com/scrtlabs/SecretNetwork "${SCRIPT_PATH}/SecretNetwork"
11+
git clone --depth 1 --branch v1.15.0-beta.0 https://github.com/scrtlabs/SecretNetwork "${SCRIPT_PATH}/SecretNetwork"
1212

1313
# plugins paths, note this must be an abolsute path on Windows
1414

test/docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.9"
22
services:
33
localsecret-1:
4-
image: "ghcr.io/scrtlabs/localsecret:v2.0.0-beta.10"
4+
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.2"
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:v2.0.0-beta.10"
16+
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.2"
1717
ports:
1818
- "36657:26657" # RPC
1919
- "36656:26656" # P2P

0 commit comments

Comments
 (0)