Deploy agents (#1329)

pull/1332/head
Trevor Porter 2 years ago committed by GitHub
parent 3fd68c1ee4
commit bc26ebb996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      typescript/infra/config/environments/mainnet/agent.ts
  2. 6
      typescript/infra/config/environments/testnet2/agent.ts

@ -23,7 +23,7 @@ export const abacus: AgentConfig<MainnetChains> = {
context: Contexts.Abacus,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-7956ff0',
tag: 'sha-9b17834',
},
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-7956ff0',
tag: 'sha-9b17834',
},
aws: {
region: 'us-east-1',

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

Loading…
Cancel
Save