pull/455/head
Mattie Conover 3 years ago committed by GitHub
parent 71ac4e7f8b
commit 630f7c2a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/infra/config/environments/dev/agent.ts
  2. 2
      typescript/infra/config/environments/testnet/agent.ts

@ -9,7 +9,7 @@ export const agent: AgentConfig<DevChains> = {
runEnv: 'dev',
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-3c312d7',
tag: 'sha-f78e79a',
},
chainNames,
validatorSets: validators,

@ -9,7 +9,7 @@ export const agent: AgentConfig<TestnetChains> = {
runEnv: 'testnet',
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-3c312d7',
tag: 'sha-f78e79a',
},
aws: {
region: 'us-east-1',

Loading…
Cancel
Save