From 852b8d806bf6c0f98ba470bfbd7800dc9269bcea Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 1 Dec 2023 11:04:37 +0000 Subject: [PATCH] Deploy new agent release (#3004) ### Description Deploying with new release ### Drive-by changes ### Related issues ### Backward compatibility ### Testing --- .../infra/config/environments/mainnet3/agent.ts | 12 ++++++------ .../infra/config/environments/testnet4/agent.ts | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index 7542f9b5e6..841b1c4086 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -43,14 +43,14 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, gasPaymentEnforcement, }, validators: { docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, rpcConsensusType: RpcConsensusType.Quorum, chains: validatorChainConfig(Contexts.Hyperlane), @@ -59,7 +59,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, }, }; @@ -72,7 +72,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, // whitelist: releaseCandidateHelloworldMatchingList, gasPaymentEnforcement, @@ -84,7 +84,7 @@ const releaseCandidate: RootAgentConfig = { validators: { docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, rpcConsensusType: RpcConsensusType.Quorum, chains: validatorChainConfig(Contexts.ReleaseCandidate), @@ -108,7 +108,7 @@ const neutron: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, gasPaymentEnforcement: [ { diff --git a/typescript/infra/config/environments/testnet4/agent.ts b/typescript/infra/config/environments/testnet4/agent.ts index 7692d08fe4..bf7bd85a7d 100644 --- a/typescript/infra/config/environments/testnet4/agent.ts +++ b/typescript/infra/config/environments/testnet4/agent.ts @@ -50,7 +50,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, blacklist: [ ...releaseCandidateHelloworldMatchingList, @@ -67,7 +67,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, chains: validatorChainConfig(Contexts.Hyperlane), }, @@ -75,7 +75,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, }, }; @@ -88,7 +88,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, whitelist: [...releaseCandidateHelloworldMatchingList], gasPaymentEnforcement, @@ -101,7 +101,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, chains: validatorChainConfig(Contexts.ReleaseCandidate), }, @@ -120,7 +120,7 @@ const neutron: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'c2288eb-20231129-115257', + tag: 'f44589e-20231130-114734', }, gasPaymentEnforcement, transactionGasLimit: 750000,