Deploy kathy to gnosis (#1700)

pull/1730/head
Nam Chu Hoai 2 years ago committed by GitHub
parent ba0cfaa9bf
commit 7eb61ab036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      typescript/infra/config/environments/mainnet2/helloworld.ts

@ -12,8 +12,7 @@ export const hyperlane: HelloWorldConfig<MainnetChains> = {
kathy: { kathy: {
docker: { docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
// TODO: Use an image built off of main tag: 'sha-19dc142',
tag: 'sha-507557e',
}, },
chainsToSkip: [], chainsToSkip: [],
runEnv: environment, runEnv: environment,

Loading…
Cancel
Save