Deploy key funder with IGP claiming & higher kathy balances (#1906)

### Description

Deploys key funder on testnet3 and mainnet2 to include
https://github.com/hyperlane-xyz/hyperlane-monorepo/pull/1883

### Drive-by changes

none

### 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
pull/1918/head
Trevor Porter 2 years ago committed by GitHub
parent 319838e871
commit 61a09a6554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/mainnet2/funding.ts
  2. 2
      typescript/infra/config/environments/testnet3/funding.ts

@ -8,7 +8,7 @@ import { environment } from './chains';
export const keyFunderConfig: KeyFunderConfig = { export const keyFunderConfig: KeyFunderConfig = {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'a36e464-20230213-160312', tag: '07f9149-20230307-210217',
}, },
// We're currently using the same deployer key as mainnet. // We're currently using the same deployer key as mainnet.
// To minimize nonce clobbering we offset the key funder cron // To minimize nonce clobbering we offset the key funder cron

@ -8,7 +8,7 @@ import { environment } from './chains';
export const keyFunderConfig: KeyFunderConfig = { export const keyFunderConfig: KeyFunderConfig = {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'a36e464-20230213-160312', tag: '07f9149-20230307-210217',
}, },
// We're currently using the same deployer key as testnet2. // We're currently using the same deployer key as testnet2.
// To minimize nonce clobbering we offset the key funder cron // To minimize nonce clobbering we offset the key funder cron

Loading…
Cancel
Save