Deploy kathy / key funder without nonce manager (#890)

* Deploy testnet2 kathy without nonce manager

* Deploy testnet2 key funder

* deploy on mainnet
pull/900/head
Trevor Porter 2 years ago committed by GitHub
parent 936afa74b5
commit b91134ccb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/mainnet/funding.ts
  2. 2
      typescript/infra/config/environments/testnet2/funding.ts
  3. 2
      typescript/infra/config/environments/testnet2/helloworld.ts

@ -7,7 +7,7 @@ import { environment } from './chains';
export const keyFunderConfig: KeyFunderConfig = {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-51b594b',
tag: 'sha-936afa7',
},
cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
namespace: environment,

@ -7,7 +7,7 @@ import { environment } from './chains';
export const keyFunderConfig: KeyFunderConfig = {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-51b594b',
tag: 'sha-936afa7',
},
cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
namespace: environment,

@ -8,7 +8,7 @@ export const helloWorld: HelloWorldConfig<TestnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-1f62484',
tag: 'sha-936afa7',
},
chainsToSkip: [],
runEnv: environment,

Loading…
Cancel
Save