diff --git a/typescript/infra/config/environments/mainnet/agent.ts b/typescript/infra/config/environments/mainnet/agent.ts index e7789eec3..d5ea68dd2 100644 --- a/typescript/infra/config/environments/mainnet/agent.ts +++ b/typescript/infra/config/environments/mainnet/agent.ts @@ -23,7 +23,7 @@ export const abacus: AgentConfig = { context: Contexts.Abacus, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', @@ -80,7 +80,7 @@ export const releaseCandidate: AgentConfig = { context: Contexts.ReleaseCandidate, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', diff --git a/typescript/infra/config/environments/testnet2/agent.ts b/typescript/infra/config/environments/testnet2/agent.ts index 55be9a031..31e4d4f3b 100644 --- a/typescript/infra/config/environments/testnet2/agent.ts +++ b/typescript/infra/config/environments/testnet2/agent.ts @@ -26,7 +26,7 @@ export const abacus: AgentConfig = { context: Contexts.Abacus, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', @@ -92,7 +92,7 @@ export const flowcarbon: AgentConfig = { context: Contexts.Flowcarbon, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1', @@ -124,7 +124,7 @@ export const releaseCandidate: AgentConfig = { context: Contexts.ReleaseCandidate, docker: { repo: 'gcr.io/abacus-labs-dev/abacus-agent', - tag: 'sha-c2a948f', + tag: 'sha-f2bb187', }, aws: { region: 'us-east-1',