|
|
@ -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: 'sha-937fd14', |
|
|
|
tag: 'sha-d92ea51', |
|
|
|
}, |
|
|
|
}, |
|
|
|
cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
|
|
|
|
cronSchedule: '45 * * * *', // Every hour at the 45 minute mark
|
|
|
|
namespace: environment, |
|
|
|
namespace: environment, |
|
|
|