Deploy nov 10 (#1262)

pull/1271/head
Trevor Porter 2 years ago committed by GitHub
parent 7956ff077f
commit 19f6cd0a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      typescript/infra/config/environments/mainnet/agent.ts
  2. 2
      typescript/infra/config/environments/mainnet/funding.ts
  3. 4
      typescript/infra/config/environments/mainnet/helloworld.ts
  4. 6
      typescript/infra/config/environments/testnet2/agent.ts
  5. 2
      typescript/infra/config/environments/testnet2/funding.ts
  6. 4
      typescript/infra/config/environments/testnet2/helloworld.ts

@ -23,7 +23,7 @@ export const abacus: AgentConfig<MainnetChains> = {
context: Contexts.Abacus,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-53bd2c8',
tag: 'sha-7956ff0',
},
aws: {
region: 'us-east-1',
@ -93,7 +93,7 @@ export const releaseCandidate: AgentConfig<MainnetChains> = {
context: Contexts.ReleaseCandidate,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-53bd2c8',
tag: 'sha-7956ff0',
},
aws: {
region: 'us-east-1',

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

@ -12,7 +12,7 @@ export const abacus: HelloWorldConfig<MainnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-a290b07',
tag: 'sha-7956ff0',
},
chainsToSkip: [],
runEnv: environment,
@ -32,7 +32,7 @@ export const releaseCandidate: HelloWorldConfig<MainnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-a290b07',
tag: 'sha-7956ff0',
},
chainsToSkip: [],
runEnv: environment,

@ -26,7 +26,7 @@ export const abacus: AgentConfig<TestnetChains> = {
context: Contexts.Abacus,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-53bd2c8',
tag: 'sha-7956ff0',
},
aws: {
region: 'us-east-1',
@ -83,7 +83,7 @@ export const flowcarbon: AgentConfig<TestnetChains> = {
context: Contexts.Flowcarbon,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-53bd2c8',
tag: 'sha-7956ff0',
},
aws: {
region: 'us-east-1',
@ -115,7 +115,7 @@ export const releaseCandidate: AgentConfig<TestnetChains> = {
context: Contexts.ReleaseCandidate,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-53bd2c8',
tag: 'sha-7956ff0',
},
aws: {
region: 'us-east-1',

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

@ -12,7 +12,7 @@ export const abacus: HelloWorldConfig<TestnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-701920a',
tag: 'sha-7956ff0',
},
chainsToSkip: [],
runEnv: environment,
@ -32,7 +32,7 @@ export const releaseCandidate: HelloWorldConfig<TestnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'sha-701920a',
tag: 'sha-7956ff0',
},
chainsToSkip: [],
runEnv: environment,

Loading…
Cancel
Save