diff --git a/docker/addons/docker-compose.provisioner.yaml b/docker/addons/docker-compose.provisioner.yaml index 8c954d9..7da3677 100644 --- a/docker/addons/docker-compose.provisioner.yaml +++ b/docker/addons/docker-compose.provisioner.yaml @@ -9,8 +9,8 @@ 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" @@ -18,7 +18,7 @@ services: 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" diff --git a/scripts/node-create.sh b/scripts/node-create.sh index 5bceba7..f5ac83f 100755 --- a/scripts/node-create.sh +++ b/scripts/node-create.sh @@ -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/" @@ -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"