From b2e8957b33a34036e53c4f832b0e230e12e6b92b Mon Sep 17 00:00:00 2001 From: Connor McEwen Date: Mon, 27 Jan 2020 10:28:48 -0800 Subject: [PATCH] Deployed integration --- .env.integration | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.integration b/.env.integration index 373a751b1fe..36613ac0917 100644 --- a/.env.integration +++ b/.env.integration @@ -11,13 +11,13 @@ CLUSTER_DOMAIN_NAME="celo-testnet" TESTNET_PROJECT_NAME="celo-testnet" BLOCKSCOUT_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/blockscout" -BLOCKSCOUT_DOCKER_IMAGE_TAG="d7569f6951deffb47cc2730b1ba1355eb02f6f17" +BLOCKSCOUT_DOCKER_IMAGE_TAG="f2262dd393323d4c19000984b6784963d695e1cf" BLOCKSCOUT_WEB_REPLICAS=3 BLOCKSCOUT_DB_SUFFIX="30" BLOCKSCOUT_SUBNETWORK_NAME="Integration" ETHSTATS_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/ethstats" -ETHSTATS_DOCKER_IMAGE_TAG="cd037ea1e18848466452ba9890c1f1bcd3f61009" +ETHSTATS_DOCKER_IMAGE_TAG="9ff1e3836ba427e91d45df31b24ba66756d19dee" ETHSTATS_TRUSTED_ADDRESSES="" ETHSTATS_BANNED_ADDRESSES="" ETHSTATS_RESERVED_ADDRESSES="" @@ -27,12 +27,12 @@ FAUCET_GENESIS_ACCOUNTS=2 GETH_NODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/geth" # When upgrading change this to latest commit hash from the master of the geth repo # `geth $ git show | head -n 1` -GETH_NODE_DOCKER_IMAGE_TAG="166e4bd8112d73c5fe0ed3b98840af2a090ce1ab" +GETH_NODE_DOCKER_IMAGE_TAG="45859e59b2c9335e383e2a997eb2a0fd13056235" GETH_BOOTNODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/geth-all" # When upgrading change this to latest commit hash from the master of the geth repo # `geth $ git show | head -n 1` -GETH_BOOTNODE_DOCKER_IMAGE_TAG="166e4bd8112d73c5fe0ed3b98840af2a090ce1ab" +GETH_BOOTNODE_DOCKER_IMAGE_TAG="45859e59b2c9335e383e2a997eb2a0fd13056235" CELOTOOL_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo" CELOTOOL_DOCKER_IMAGE_TAG="celotool-2638298f25d0c68ad5eb5a5c6ed2e398c65bbede"