Skip to content

Commit

Permalink
Deploy kathy with helloworld Sealevel fix (#2989)
Browse files Browse the repository at this point in the history
### Description

deploy with
#2981

### Drive-by changes

n/a

### Related issues

n/a

### Backward compatibility

ye

### Testing

deployed
  • Loading branch information
tkporter authored Nov 28, 2023
1 parent 66066f9 commit b4e5113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/mainnet2/helloworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const hyperlane: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand All @@ -34,7 +34,7 @@ export const releaseCandidate: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand Down
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/testnet3/helloworld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const hyperlaneHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand All @@ -33,7 +33,7 @@ export const releaseCandidateHelloworld: HelloWorldConfig = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: '01dcf5d-20231010-145824',
tag: '66066f9-20231128-113426',
},
chainsToSkip: [],
runEnv: environment,
Expand Down

0 comments on commit b4e5113

Please sign in to comment.