Skip to content

Commit e6e7de8

Browse files
authored
chore: update key funder image tag (#3291)
1 parent 9a83eb4 commit e6e7de8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

typescript/infra/config/environments/mainnet3/funding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { environment } from './chains';
99
export const keyFunderConfig: KeyFunderConfig = {
1010
docker: {
1111
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
12-
tag: 'af21f03-20240212-175700',
12+
tag: 'c037206-20240220-152500',
1313
},
1414
// We're currently using the same deployer key as mainnet.
1515
// To minimize nonce clobbering we offset the key funder cron

typescript/infra/config/environments/testnet4/funding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { environment } from './chains';
99
export const keyFunderConfig: KeyFunderConfig = {
1010
docker: {
1111
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
12-
tag: '8507211-20240219-124301',
12+
tag: 'c037206-20240220-152500',
1313
},
1414
// We're currently using the same deployer key as testnet2.
1515
// To minimize nonce clobbering we offset the key funder cron

0 commit comments

Comments
 (0)