From 0cf7b2e6cc6be03af0c67ec2ac15462a4267e677 Mon Sep 17 00:00:00 2001 From: pbio <10051819+paulbalaji@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:15:59 +0000 Subject: [PATCH] deploy kf+agents --- typescript/infra/config/environments/testnet4/agent.ts | 6 +++--- .../environments/testnet4/aw-validators/hyperlane.json | 6 +++--- typescript/infra/config/environments/testnet4/funding.ts | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/typescript/infra/config/environments/testnet4/agent.ts b/typescript/infra/config/environments/testnet4/agent.ts index e25d6f2024..b6c5d9e9eb 100644 --- a/typescript/infra/config/environments/testnet4/agent.ts +++ b/typescript/infra/config/environments/testnet4/agent.ts @@ -215,7 +215,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'aabb26d-20241106-134038', + tag: 'b8add3c-20241106-190246', }, blacklist: [...releaseCandidateHelloworldMatchingList, ...relayBlacklist], gasPaymentEnforcement, @@ -237,7 +237,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'aabb26d-20241106-134038', + tag: 'b8add3c-20241106-190246', }, chains: validatorChainConfig(Contexts.Hyperlane), resources: validatorResources, @@ -246,7 +246,7 @@ const hyperlane: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: 'aabb26d-20241106-134038', + tag: 'b8add3c-20241106-190246', }, resources: scraperResources, }, diff --git a/typescript/infra/config/environments/testnet4/aw-validators/hyperlane.json b/typescript/infra/config/environments/testnet4/aw-validators/hyperlane.json index bac14fd6c2..8f210c9b70 100644 --- a/typescript/infra/config/environments/testnet4/aw-validators/hyperlane.json +++ b/typescript/infra/config/environments/testnet4/aw-validators/hyperlane.json @@ -53,6 +53,9 @@ "holesky": { "validators": ["0x7ab28ad88bb45867137ea823af88e2cb02359c03"] }, + "inksepolia": { + "validators": ["0xe61c846aee275070207fcbf43674eb254f06097a"] + }, "odysseytestnet": { "validators": ["0xcc0a6e2d6aa8560b45b384ced7aa049870b66ea3"] }, @@ -90,8 +93,5 @@ }, "unichaintestnet": { "validators": ["0x5e99961cf71918308c3b17ef21b5f515a4f86fe5"] - }, - "inksepolia": { - "validators": ["0xe61c846aee275070207fcbf43674eb254f06097a"] } } diff --git a/typescript/infra/config/environments/testnet4/funding.ts b/typescript/infra/config/environments/testnet4/funding.ts index 9b55b913ff..a1d96ef3f4 100644 --- a/typescript/infra/config/environments/testnet4/funding.ts +++ b/typescript/infra/config/environments/testnet4/funding.ts @@ -10,7 +10,7 @@ export const keyFunderConfig: KeyFunderConfig< > = { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'aabb26d-20241106-134029', + tag: 'b8add3c-20241106-190239', }, // We're currently using the same deployer key as testnet2. // To minimize nonce clobbering we offset the key funder cron