nambrot/loop-with-sleep
Trevor Porter 2 years ago committed by GitHub
parent 4b323473f3
commit 6941a97cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      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-329d259',
tag: 'sha-53bd2c8',
},
aws: {
region: 'us-east-1',
@ -37,8 +37,7 @@ export const abacus: AgentConfig<MainnetChains> = {
// 'ethereum',
// 'polygon',
// 'avalanche',
// // Gelato is having issues with Arbitrum, so not using for now.
// // 'arbitrum',
// 'arbitrum',
// 'optimism',
],
},
@ -94,7 +93,7 @@ export const releaseCandidate: AgentConfig<MainnetChains> = {
context: Contexts.ReleaseCandidate,
docker: {
repo: 'gcr.io/abacus-labs-dev/abacus-agent',
tag: 'sha-329d259',
tag: 'sha-53bd2c8',
},
aws: {
region: 'us-east-1',
@ -104,12 +103,12 @@ export const releaseCandidate: AgentConfig<MainnetChains> = {
validatorSets: validators,
gelato: {
enabledChains: [
'bsc',
'ethereum',
'polygon',
'avalanche',
'arbitrum',
'optimism',
// 'bsc',
// 'ethereum',
// 'polygon',
// 'avalanche',
// 'arbitrum',
// 'optimism',
],
},
connectionType: ConnectionType.HttpQuorum,

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

Loading…
Cancel
Save