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