From b2d57fc4aca599ad8493477b5fa00c1470986659 Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Tue, 14 Feb 2023 12:04:55 -0500 Subject: [PATCH] Deploy key-funder (#1809) --- 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 934e4116c..22527136f 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: 'sha-3ff9c8b', + tag: 'a36e464-20230213-160312', }, // 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 c711658ba..34f0d7ac3 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: 'sha-3ff9c8b', + tag: 'a36e464-20230213-160312', }, // We're currently using the same deployer key as testnet2. // To minimize nonce clobbering we offset the key funder cron