Deploy agents & key funder (#1055)

* Deploy

* Deploy key funder

Co-authored-by: Nam Chu Hoai <nambrot@googlemail.com>
pull/1061/head
Trevor Porter 2 years ago committed by GitHub
parent 8a03b10332
commit f3509ace3f
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/testnet2/agent.ts
  4. 2
      typescript/infra/config/environments/testnet2/funding.ts

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

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

@ -26,7 +26,7 @@ export const abacus: AgentConfig<TestnetChains> = {
context: Contexts.Abacus,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-f19110f',
tag: 'sha-a067a62',
},
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-f19110f',
tag: 'sha-a067a62',
},
aws: {
region: 'us-east-1',

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

Loading…
Cancel
Save