@steerprotocol/sdk 3.1.0-test-archived-subgraph-support.1 → 3.1.0-test-archived-subgraph-support.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -9145,7 +9145,7 @@ const deprecatedBundlesURL = "https://api.steer.finance/deprecated-bundles";
9145
9145
  * Each chain has a dedicated subgraph URL for querying protocol data.
9146
9146
  * Updated each chains for ormi and thegraph
9147
9147
  */
9148
- const offlineSubgraphBaseUrl = "https://steer-subgraph-archive.shine-lamb.workers.dev/graphql";
9148
+ const offlineSubgraphBaseUrl = "https://subgraph-archive.steer.finance/graphql";
9149
9149
  const offlineSubgraphUrl = (chain) => `${offlineSubgraphBaseUrl}/${chain}`;
9150
9150
  const steerSubgraphConfig = {
9151
9151
  [Chain.Polygon]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-polygon/prod/gn",