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
pull/1954/head
Trevor Porter 2 years ago committed by GitHub
parent 81ad2295fe
commit ae6b35d551
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: 'd510a19-20230315-135233', tag: '6e0c44a-20230316-115929',
}, },
// 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: 'd510a19-20230315-135233', tag: '6e0c44a-20230316-115929',
}, },
// 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