Deploy to testnet2 and mainnet (#1082)

* Deploy testnet2

* Deploy to testnet2 and mainnet
pull/1086/head
Trevor Porter 2 years ago committed by GitHub
parent 58984b56d2
commit 27183b13e3
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-a067a62',
tag: 'sha-58984b5',
},
aws: {
region: 'us-east-1',
@ -80,7 +80,7 @@ export const releaseCandidate: AgentConfig<MainnetChains> = {
context: Contexts.ReleaseCandidate,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-a067a62',
tag: 'sha-58984b5',
},
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-1c67fc9',
tag: 'sha-58984b5',
},
aws: {
region: 'us-east-1',
@ -89,7 +89,7 @@ export const flowcarbon: AgentConfig<TestnetChains> = {
context: Contexts.Flowcarbon,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-a067a62',
tag: 'sha-58984b5',
},
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-1c67fc9',
tag: 'sha-58984b5',
},
aws: {
region: 'us-east-1',

Loading…
Cancel
Save