diff --git a/rust/config/mainnet3_config.json b/rust/config/mainnet3_config.json index fc06c4c8d5..6b36f35fbe 100644 --- a/rust/config/mainnet3_config.json +++ b/rust/config/mainnet3_config.json @@ -625,7 +625,8 @@ "mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7", "validatorAnnounce": "0xd83A4F747fE80Ed98839e05079B1B7Fe037b1638", "index": { - "from": 426670 + "from": 426670, + "chunk": 999 } } }, diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index d2922ebc96..f190ad7731 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -42,14 +42,14 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '2e1db12-20231025-013013', + tag: '1bee32a-20231121-121303', }, gasPaymentEnforcement, }, validators: { docker: { repo, - tag: '2e1db12-20231025-013013', + tag: '1bee32a-20231121-121303', }, rpcConsensusType: RpcConsensusType.Quorum, chains: validatorChainConfig(Contexts.Hyperlane), @@ -58,7 +58,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '2e1db12-20231025-013013', + tag: '1bee32a-20231121-121303', }, }, }; diff --git a/typescript/infra/config/environments/testnet4/agent.ts b/typescript/infra/config/environments/testnet4/agent.ts index f3406d1421..4d1019d648 100644 --- a/typescript/infra/config/environments/testnet4/agent.ts +++ b/typescript/infra/config/environments/testnet4/agent.ts @@ -49,7 +49,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'fd890d2-20231024-132022', + tag: '1bee32a-20231121-121303', }, blacklist: [ ...releaseCandidateHelloworldMatchingList, @@ -66,7 +66,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'fd890d2-20231024-132022', + tag: '1bee32a-20231121-121303', }, chains: validatorChainConfig(Contexts.Hyperlane), }, @@ -74,7 +74,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'fd890d2-20231024-132022', + tag: '1bee32a-20231121-121303', }, }, };