From e791336115aecb020025020b4991ec7f1bfd465b Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:51:07 +0000 Subject: [PATCH] Deploy relayer balance metrics (#3027) --- .../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 841b1c4086..7349a155cb 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: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, gasPaymentEnforcement, }, validators: { docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, rpcConsensusType: RpcConsensusType.Quorum, chains: validatorChainConfig(Contexts.Hyperlane), @@ -59,7 +59,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, }, }; @@ -72,7 +72,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, // whitelist: releaseCandidateHelloworldMatchingList, gasPaymentEnforcement, @@ -84,7 +84,7 @@ const releaseCandidate: RootAgentConfig = { validators: { docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, rpcConsensusType: RpcConsensusType.Quorum, chains: validatorChainConfig(Contexts.ReleaseCandidate), @@ -108,7 +108,7 @@ const neutron: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, gasPaymentEnforcement: [ { diff --git a/typescript/infra/config/environments/testnet4/agent.ts b/typescript/infra/config/environments/testnet4/agent.ts index bf7bd85a7d..433147125e 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: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, blacklist: [ ...releaseCandidateHelloworldMatchingList, @@ -67,7 +67,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, chains: validatorChainConfig(Contexts.Hyperlane), }, @@ -75,7 +75,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, }, }; @@ -88,7 +88,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, whitelist: [...releaseCandidateHelloworldMatchingList], gasPaymentEnforcement, @@ -101,7 +101,7 @@ const releaseCandidate: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, chains: validatorChainConfig(Contexts.ReleaseCandidate), }, @@ -120,7 +120,7 @@ const neutron: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'f44589e-20231130-114734', + tag: '36de5bc-20231205-145629', }, gasPaymentEnforcement, transactionGasLimit: 750000,