Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Oct 29, 2024
1 parent 9bda7e2 commit c055632
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "secretjs",
"description": "The JavaScript SDK for Secret Network",
"version": "2.0.0-beta.7",
"version": "1.15.0-beta.0",
"license": "MIT",
"author": "SCRT Labs",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_protobuf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o errexit -o nounset -o pipefail
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"

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

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

Expand Down
4 changes: 2 additions & 2 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
localsecret-1:
image: "ghcr.io/scrtlabs/localsecret:v2.0.0-beta.10"
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.2"
ports:
- "26657:26657" # RPC
- "26656:26656" # P2P
Expand All @@ -13,7 +13,7 @@ services:
FAST_BLOCKS: "true"
LOG_LEVEL: "TRACE"
localsecret-2:
image: "ghcr.io/scrtlabs/localsecret:v2.0.0-beta.10"
image: "ghcr.io/scrtlabs/localsecret:v1.15.0-beta.2"
ports:
- "36657:26657" # RPC
- "36656:26656" # P2P
Expand Down

0 comments on commit c055632

Please sign in to comment.