diff --git a/config/arbitrum.ts b/config/arbitrum.ts index 04355eb8..c7387fe9 100644 --- a/config/arbitrum.ts +++ b/config/arbitrum.ts @@ -13,8 +13,8 @@ export default { subgraphs: { startDate: '2021-08-23', balancer: [ - `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmPbjY6L1NhPjpBv7wDTfG9EPx5FpCuBqeg1XxByzBTLcs`, `https://subgraph.satsuma-prod.com/${env.SATSUMA_API_KEY}/balancer/balancer-v2-arbitrum/api`, + `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmPbjY6L1NhPjpBv7wDTfG9EPx5FpCuBqeg1XxByzBTLcs`, ], cowAmm: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmTSU862YAXb5XMhGsE7JCajuvf5FPiZjrdvC9nnbzd86x`, beetsBar: 'https://', diff --git a/config/fantom.ts b/config/fantom.ts index 57c4607d..ff43ffe9 100644 --- a/config/fantom.ts +++ b/config/fantom.ts @@ -14,8 +14,8 @@ export default { subgraphs: { startDate: '2021-10-08', balancer: [ - `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_FANTOM}/deployments/id/QmYN8qV7PEokFeQvhhWMinYD5wsspP1Sc87pGKEvAmjSCJ`, `https://subgraph.satsuma-prod.com/${env.SATSUMA_API_KEY}/balancer/balancer-v2-fantom/api`, + `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_FANTOM}/deployments/id/QmYN8qV7PEokFeQvhhWMinYD5wsspP1Sc87pGKEvAmjSCJ`, ], beetsBar: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_FANTOM}/deployments/id/QmXcxzZioHXV5ts2UcG6gNNEayoaZ9ip7D9JvPS88K2HXe`, blocks: `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_FANTOM}/subgraphs/id/3drjZDpA9hAuYGA19ttEkhW432mVe2XHy5YarBDVYHbz`, diff --git a/config/fraxtal.ts b/config/fraxtal.ts index 2da5b2f5..ece71af6 100644 --- a/config/fraxtal.ts +++ b/config/fraxtal.ts @@ -17,6 +17,7 @@ export default { beetsBar: '', blocks: 'https://api.goldsky.com/api/public/project_clwhu1vopoigi01wmbn514m1z/subgraphs/fraxtal-blocks/1.0.0/gn', gauge: 'https://api.goldsky.com/api/public/project_clwhu1vopoigi01wmbn514m1z/subgraphs/balancer-gauges-fraxtal/latest/gn', + aura: 'https://data.aura.finance/graphql', }, eth: { address: '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee', diff --git a/config/optimism.ts b/config/optimism.ts index 0bb6bb4d..1f287887 100644 --- a/config/optimism.ts +++ b/config/optimism.ts @@ -14,8 +14,8 @@ export default { subgraphs: { startDate: '2022-01-01', balancer: [ - `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmWUgkiUM5c3BW1Z51DUkZfnyQfyfesE8p3BRnEtA9vyPL`, `https://subgraph.satsuma-prod.com/${env.SATSUMA_API_KEY}/balancer/balancer-v2-optimism/api`, + `https://gateway-arbitrum.network.thegraph.com/api/${env.THEGRAPH_API_KEY_BALANCER}/deployments/id/QmWUgkiUM5c3BW1Z51DUkZfnyQfyfesE8p3BRnEtA9vyPL`, ], beetsBar: 'https://', blocks: 'https://api.studio.thegraph.com/query/48427/optimism-blocks/version/latest',