Skip to content

Commit

Permalink
Merge pull request #19 from InjectiveLabs/f/script-update
Browse files Browse the repository at this point in the history
Updates release versions
  • Loading branch information
albertchon authored Feb 3, 2022
2 parents 02d4a9d + 50ac2c1 commit 890d9c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/addons/docker-compose.provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ services:
environment:
TZ: America/New_York
DEBIAN_FRONTEND: noninteractive
GIT_TESTNET_TAG: "v0.4.17-1640702850"
GIT_MAINNET_TAG: "v1.1.1-1640627705"
GIT_TESTNET_TAG: "v0.4.19-1642706097"
GIT_MAINNET_TAG: "v1.4.0-1642928125"
GIT_INJ_ORG: "https://github.com/InjectiveLabs"
GIT_NETWORK_CONFIG: "mainnet-config"
GIT_RELEASE_REPO: "https://github.com/InjectiveLabs/injective-chain-releases/releases/download"
RELEASE_ARCH: "linux-amd64.zip"
GIT_API_LATEST_RELEASE: "https://api.github.com/repos/InjectiveLabs/injective-chain-releases/releases/latest"
MAINNET_CONFIG: "mainnet-config"
MAINNET_CONFIG_LATEST: "10001"
TEST_NET_CONFIG_LATEST: "staking/40017"
TESTNET_CONFIG_LATEST: "staking/40019"
TESTNET_CONFIG: "testnet-config"
VOLUMES_PATH: "/home/ubuntu/volumes"
SYNC_CORE_SNAPSHOT: "true"
Expand Down
6 changes: 3 additions & 3 deletions scripts/node-create.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GIT_TESTNET_TAG="v0.4.17-1640702850"
GIT_MAINNET_TAG="v1.1.1-1640627705"
GIT_TESTNET_TAG="v0.4.19-1642706097"
GIT_MAINNET_TAG="v1.4.0-1642928125"
GIT_INJ_ORG="https://github.com/InjectiveLabs"
GIT_NETWORK_CONFIG="mainnet-config"
GIT_RELEASE_REPO="https://github.com/InjectiveLabs/injective-chain-releases/releases/download/"
Expand All @@ -11,7 +11,7 @@ MONIKER=""
MAIN_CHAIN_ID="injective-1"
MAINNET_CONFIG="mainnet-config"
MAINNET_CONFIG_LATEST="10001"
TEST_NET_CONFIG_LATEST="staking/40014"
TESTNET_CONFIG_LATEST="staking/40019"
TESTNET_CONFIG="testnet-config"
TEST_CHAIN_ID="injective-888"
NETWORK="mainnet"
Expand Down

0 comments on commit 890d9c8

Please sign in to comment.