@steerprotocol/sdk 3.6.0 → 3.6.1

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.
@@ -9271,7 +9271,7 @@ const steerSubgraphConfig = {
9271
9271
  [Chain.Saga]: offlineSubgraphUrl("saga"),
9272
9272
  [Chain.Nibiru]: offlineSubgraphUrl("nibiru"),
9273
9273
  [Chain.Hyperevm]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-hyperevm/prod/gn",
9274
- [Chain.Bittensor]: "https://subgraph.35-247-158-26.sslip.io/subgraphs/name/steer-subgraph",
9274
+ [Chain.Bittensor]: "https://subgraphs.steer.finance/subgraphs/name/steer-subgraph/graphql",
9275
9275
  [Chain.Robinhood]: "https://api.goldsky.com/api/public/project_cm2k9xbkz4qg901vs51bm5uau/subgraphs/steer-protocol-robinhood/prod/gn"
9276
9276
  };
9277
9277
  /**
@@ -14917,7 +14917,7 @@ const nestVaultConfig = () => ({
14917
14917
  //#region src/const/amm/configs/protocols/bittensor-univ3.ts
14918
14918
  const bittensorUniV3Config = () => ({
14919
14919
  beaconContract: MultiPositionManagers.MultiPositionBittensorUniV3,
14920
- subgraph: { [Chain.Bittensor]: "https://subgraph.35-247-158-26.sslip.io/subgraphs/name/uniswap-v3-bittensor" },
14920
+ subgraph: { [Chain.Bittensor]: "https://subgraphs.steer.finance/subgraphs/name/uniswap-v3-bittensor/graphql" },
14921
14921
  factoryAddress: { [Chain.Bittensor]: "0xfB30AE7542a5E8A5BC134128c0c9dEb4646a2508" },
14922
14922
  NFTManagerAddress: { [Chain.Bittensor]: "0x32aF22F550bB1E9dd1382BEaBb0E3e6bb12fA549" },
14923
14923
  swapRouterAddress: { [Chain.Bittensor]: "0xa0a90ebB2A57083d06146D86d99a2eED3378359d" },