From ae6b35d5515becf7a01e7bd044cda15c45e8cf80 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Thu, 16 Mar 2023 17:36:21 +0000 Subject: [PATCH] Deploy key funder (#1948) ### Description Deployed to include #1945 ### Drive-by changes n/a ### Related issues n/a ### Backward compatibility _Are these changes backward compatible?_ Yes _Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling?_ None ### Testing _What kind of testing have these changes undergone?_ deployed --- typescript/infra/config/environments/mainnet2/funding.ts | 2 +- typescript/infra/config/environments/testnet3/funding.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/typescript/infra/config/environments/mainnet2/funding.ts b/typescript/infra/config/environments/mainnet2/funding.ts index 70f4baeaf..7f0ad2c94 100644 --- a/typescript/infra/config/environments/mainnet2/funding.ts +++ b/typescript/infra/config/environments/mainnet2/funding.ts @@ -8,7 +8,7 @@ import { environment } from './chains'; export const keyFunderConfig: KeyFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'd510a19-20230315-135233', + tag: '6e0c44a-20230316-115929', }, // We're currently using the same deployer key as mainnet. // To minimize nonce clobbering we offset the key funder cron diff --git a/typescript/infra/config/environments/testnet3/funding.ts b/typescript/infra/config/environments/testnet3/funding.ts index af26d480e..f15c5281a 100644 --- a/typescript/infra/config/environments/testnet3/funding.ts +++ b/typescript/infra/config/environments/testnet3/funding.ts @@ -8,7 +8,7 @@ import { environment } from './chains'; export const keyFunderConfig: KeyFunderConfig = { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: 'd510a19-20230315-135233', + tag: '6e0c44a-20230316-115929', }, // We're currently using the same deployer key as testnet2. // To minimize nonce clobbering we offset the key funder cron