From 9d0318e696544ca418d60f318510bed21036f004 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Mon, 18 Jul 2022 18:09:46 +0100 Subject: [PATCH] Deploy change to have arb and opt agents use 0 reorg period (#789) --- typescript/infra/config/environments/mainnet/agent.ts | 2 +- typescript/infra/config/environments/testnet2/agent.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet/agent.ts b/typescript/infra/config/environments/mainnet/agent.ts index 9e5284a0c..6e3d55dc1 100644 --- a/typescript/infra/config/environments/mainnet/agent.ts +++ b/typescript/infra/config/environments/mainnet/agent.ts @@ -12,7 +12,7 @@ export const abacus: AgentConfig = { context: Contexts.Abacus, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-8740021', + tag: 'sha-856dde4', }, aws: { region: 'us-east-1', diff --git a/typescript/infra/config/environments/testnet2/agent.ts b/typescript/infra/config/environments/testnet2/agent.ts index e818dbb35..9b7d7bd63 100644 --- a/typescript/infra/config/environments/testnet2/agent.ts +++ b/typescript/infra/config/environments/testnet2/agent.ts @@ -12,7 +12,7 @@ export const abacus: AgentConfig = { context: Contexts.Abacus, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-8740021', + tag: 'sha-856dde4', }, aws: { region: 'us-east-1', @@ -65,7 +65,7 @@ export const flowcarbon: AgentConfig = { context: Contexts.Flowcarbon, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-8740021', + tag: 'sha-856dde4', }, aws: { region: 'us-east-1',