Deploy 09-15 (#1079)

pull/1081/head
Nam Chu Hoai 2 years ago committed by GitHub
parent 6660376d6c
commit a1ce16b425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      typescript/infra/config/environments/testnet2/agent.ts
  2. 4
      typescript/infra/config/environments/testnet2/helloworld.ts

@ -26,7 +26,7 @@ export const abacus: AgentConfig<TestnetChains> = {
context: Contexts.Abacus,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-f463c1a',
tag: 'sha-1c67fc9',
},
aws: {
region: 'us-east-1',
@ -118,7 +118,7 @@ export const releaseCandidate: AgentConfig<TestnetChains> = {
context: Contexts.ReleaseCandidate,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-ecabe2b',
tag: 'sha-1c67fc9',
},
aws: {
region: 'us-east-1',

@ -11,7 +11,7 @@ export const abacus: HelloWorldConfig<TestnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-48d7232',
tag: 'sha-1c67fc9',
},
chainsToSkip: [],
runEnv: environment,
@ -30,7 +30,7 @@ export const releaseCandidate: HelloWorldConfig<TestnetChains> = {
kathy: {
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-monorepo',
tag: 'sha-8b8fdde',
tag: 'sha-1c67fc9',
},
chainsToSkip: [],
runEnv: environment,

Loading…
Cancel
Save