Disable gelato for now (#1197)

pull/1201/head
Nam Chu Hoai 2 years ago committed by GitHub
parent 57d84c91f6
commit 2af933cdac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      typescript/infra/config/environments/mainnet/agent.ts

@ -33,13 +33,13 @@ export const abacus: AgentConfig<MainnetChains> = {
validatorSets: validators,
gelato: {
enabledChains: [
'bsc',
'ethereum',
'polygon',
'avalanche',
// Gelato is having issues with Arbitrum, so not using for now.
// 'arbitrum',
'optimism',
// 'bsc',
// 'ethereum',
// 'polygon',
// 'avalanche',
// // Gelato is having issues with Arbitrum, so not using for now.
// // 'arbitrum',
// 'optimism',
],
},
connectionType: ConnectionType.HttpQuorum,

Loading…
Cancel
Save