@steerprotocol/sdk 3.0.6 → 3.0.8

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.
@@ -54,6 +54,7 @@ let Chain = /* @__PURE__ */ function(Chain) {
54
54
  Chain["Saga"] = "Saga";
55
55
  Chain["Nibiru"] = "Nibiru";
56
56
  Chain["Hyperevm"] = "Hyperevm";
57
+ Chain["Bittensor"] = "Bittensor";
57
58
  return Chain;
58
59
  }({});
59
60
  const ChainId = {
@@ -105,7 +106,8 @@ const ChainId = {
105
106
  Ronin: 2020,
106
107
  Saga: 5464,
107
108
  Nibiru: 6900,
108
- Hyperevm: 999
109
+ Hyperevm: 999,
110
+ Bittensor: 964
109
111
  };
110
112
  let Protocol = /* @__PURE__ */ function(Protocol) {
111
113
  Protocol["QuickSwap"] = "QuickSwap";
@@ -170,6 +172,8 @@ let Protocol = /* @__PURE__ */ function(Protocol) {
170
172
  Protocol["Cypher"] = "Cypher";
171
173
  Protocol["SparkIntegral"] = "SparkIntegral";
172
174
  Protocol["UniswapV4"] = "UniswapV4";
175
+ Protocol["Hydrex"] = "Hydrex";
176
+ Protocol["BittensorUniV3"] = "BittensorUniV3";
173
177
  return Protocol;
174
178
  }({});
175
179
  let StrykePositionManagers = /* @__PURE__ */ function(StrykePositionManagers) {
@@ -246,6 +250,8 @@ let MultiPositionManagers = /* @__PURE__ */ function(MultiPositionManagers) {
246
250
  MultiPositionManagers["MultiPositionSushiManaged"] = "MultiPositionSushiManaged";
247
251
  MultiPositionManagers["MultiPositionSparkIntegral"] = "MultiPositionSparkIntegral";
248
252
  MultiPositionManagers["MultiPositionHenjinAlgebraHook"] = "HenjinIntegralHook";
253
+ MultiPositionManagers["MultiPositionHydrex"] = "MultiPositionHydrex";
254
+ MultiPositionManagers["MultiPositionBittensorUniV3"] = "MultiPositionBittensorUniV3";
249
255
  return MultiPositionManagers;
250
256
  }({});
251
257
  const AlgebgraHookBeacons = [MultiPositionManagers.MultiPositionHenjinAlgebraHook, MultiPositionManagers.AlgebraHook];
@@ -7904,6 +7910,50 @@ const sagaAddresses = {
7904
7910
  }
7905
7911
  };
7906
7912
  //#endregion
7913
+ //#region src/const/deployments/bittensor.ts
7914
+ const bittensorAddresses = {
7915
+ KeeperRegistry: {
7916
+ address: "0x3B4cAD7D6cd045bD038697a4EaA3AD5A99E5Aa70",
7917
+ startBlock: 8081621
7918
+ },
7919
+ Orchestrator: {
7920
+ address: "0x588B34D2a9598497f481A9d31B4eD372C6135f32",
7921
+ startBlock: 8081627
7922
+ },
7923
+ StrategyRegistry: {
7924
+ address: "0xcE33017087582548c996581d1cde9549ea54221d",
7925
+ startBlock: 8081624
7926
+ },
7927
+ VaultRegistry: {
7928
+ address: "0x83966243D6055b1A1157f800cBC9f5084162b871",
7929
+ startBlock: 8081631
7930
+ },
7931
+ BundleRegistry: {
7932
+ address: "0x10b988Df6b17B4dF7Fe6DFf6De45346e8fa8376D",
7933
+ startBlock: 8081645
7934
+ },
7935
+ GasVault: {
7936
+ address: "0x4E4D0040AF576482E7757aD4aE47b4f4587807d6",
7937
+ startBlock: 8081637
7938
+ },
7939
+ SteerPeriphery: {
7940
+ address: "0x83ee3e4Bcac37f69C133f908E5a704eA9b7d74Eb",
7941
+ startBlock: 8081642
7942
+ },
7943
+ Helper: {
7944
+ address: "0xEe351402D6A89E4468D2E6fD0f702602AdeAde91",
7945
+ startBlock: 8081629
7946
+ },
7947
+ FeeManager: {
7948
+ address: "0xC347cB5492360aD29a9Cb14A11ecBF5aa23038C7",
7949
+ startBlock: 8081648
7950
+ },
7951
+ WhitelistRegistry: {
7952
+ address: "0x6511080422911D210681f5618DBd50DEC3e954de",
7953
+ startBlock: 8081628
7954
+ }
7955
+ };
7956
+ //#endregion
7907
7957
  //#region src/const/deployments/berachainbartio.ts
7908
7958
  const berachainbartioAddresses = {
7909
7959
  "Orchestrator_Proxy": {
@@ -8775,6 +8825,15 @@ const networks = {
8775
8825
  chainId: ChainId.Hyperevm,
8776
8826
  transactionType: 0,
8777
8827
  ...hyperevmAddresses
8828
+ },
8829
+ [Chain.Bittensor]: {
8830
+ address: "0x134f59E8B8637FD70ae12f263492B1dc73A25D1e",
8831
+ name: Chain.Bittensor,
8832
+ wrappedNativeToken: "WTAO",
8833
+ isWrappingEnabled: true,
8834
+ chainId: ChainId.Bittensor,
8835
+ transactionType: 0,
8836
+ ...bittensorAddresses
8778
8837
  }
8779
8838
  };
8780
8839
  for (const network of Object.values(networks)) {
@@ -8947,7 +9006,8 @@ const ALGEBRA_PROTOCOLS = [
8947
9006
  Protocol.Blackhole,
8948
9007
  Protocol.Nest,
8949
9008
  Protocol.Cypher,
8950
- Protocol.SparkIntegral
9009
+ Protocol.SparkIntegral,
9010
+ Protocol.Hydrex
8951
9011
  ];
8952
9012
  const SHADOW_PROTOCOLS = [Protocol.Shadow, Protocol.MachineX];
8953
9013
  /**
@@ -8975,7 +9035,8 @@ const ALGEBRA_INTEGRAL_PROTOCOLS = [
8975
9035
  Protocol.Blackhole,
8976
9036
  Protocol.Nest,
8977
9037
  Protocol.Cypher,
8978
- Protocol.SparkIntegral
9038
+ Protocol.SparkIntegral,
9039
+ Protocol.Hydrex
8979
9040
  ];
8980
9041
  const AERODROME_PROTOCOLS = [
8981
9042
  Protocol.Aerodrome,
@@ -8988,7 +9049,8 @@ const ALGEBRA_INTEGRAL_V_2_0_PROTOCOLS = [
8988
9049
  Protocol.KatanaIntegral,
8989
9050
  Protocol.Blackhole,
8990
9051
  Protocol.Cypher,
8991
- Protocol.SparkIntegral
9052
+ Protocol.SparkIntegral,
9053
+ Protocol.Hydrex
8992
9054
  ];
8993
9055
  /**
8994
9056
  * List of protocols that implement the Thick interface
@@ -9122,7 +9184,8 @@ const steerSubgraphConfig = {
9122
9184
  [Chain.Ronin]: "https://subgraph-proxy-server-xf2uthetka-as.a.run.app/gateway-arbitrum/793Lz5oiK51wdm9kCLtHqunkAPk2qjg7denpCrHqrLcA",
9123
9185
  [Chain.Saga]: "https://api.goldsky.com/api/public/project_clohj3ta78ok12nzs5m8yag0b/subgraphs/steer-protocol-saga-evm/prod/gn",
9124
9186
  [Chain.Nibiru]: "https://app.sentio.xyz//api/v1/graphql/rakesh/steer-protocol-nibiru",
9125
- [Chain.Hyperevm]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-hyperevm/prod/gn"
9187
+ [Chain.Hyperevm]: "https://api.subgraph.ormilabs.com/api/public/803c8c8c-be12-4188-8523-b9853e23051d/subgraphs/steer-protocol-hyperevm/prod/gn",
9188
+ [Chain.Bittensor]: "http://35.247.158.26/subgraphs/name/steer-subgraph/graphql"
9126
9189
  };
9127
9190
  /**
9128
9191
  * Retrieves the subgraph URL for a given chain ID.
@@ -14705,6 +14768,17 @@ const nestVaultConfig = () => ({
14705
14768
  QuoterV2Address: { [Chain.Hyperevm]: "0xBea20609A4772311c5b81F814Cd4f9ECaEF5DFAd" }
14706
14769
  });
14707
14770
  //#endregion
14771
+ //#region src/const/amm/configs/protocols/bittensor-univ3.ts
14772
+ const bittensorUniV3Config = () => ({
14773
+ beaconContract: MultiPositionManagers.MultiPositionBittensorUniV3,
14774
+ subgraph: { [Chain.Bittensor]: "http://35.247.158.26/subgraphs/name/uniswap-v3-bittensor/graphql" },
14775
+ factoryAddress: { [Chain.Bittensor]: "0xfB30AE7542a5E8A5BC134128c0c9dEb4646a2508" },
14776
+ NFTManagerAddress: { [Chain.Bittensor]: "0x32aF22F550bB1E9dd1382BEaBb0E3e6bb12fA549" },
14777
+ swapRouterAddress: { [Chain.Bittensor]: "0xa0a90ebB2A57083d06146D86d99a2eED3378359d" },
14778
+ TickLensAddress: { [Chain.Bittensor]: "0x40b628AE57f51E482C90AF0DBF8e2F2E124E5fc4" },
14779
+ QuoterV2Address: { [Chain.Bittensor]: "0xC52476b7e73789f45E8bDe1863653439f1170d01" }
14780
+ });
14781
+ //#endregion
14708
14782
  //#region src/const/amm/configs/protocols/blackhole.ts
14709
14783
  const blackholeConfig = () => ({
14710
14784
  beaconContract: MultiPositionManagers.MultiPositionBlackhole,
@@ -14910,6 +14984,17 @@ const uniswapV4Config = (theGraphApiKey) => ({
14910
14984
  Permit2: { [Chain.Unichain]: "0x000000000022D473030F116dDEE9F6B43aC78BA3" }
14911
14985
  });
14912
14986
  //#endregion
14987
+ //#region src/const/amm/configs/protocols/hydrex.ts
14988
+ const hydrexConfig = () => ({
14989
+ beaconContract: MultiPositionManagers.MultiPositionHydrex,
14990
+ beaconAlgebraHook: MultiPositionManagers.AlgebraHook,
14991
+ algebraHookSupportedChains: [Chain.Base],
14992
+ subgraph: { [Chain.Base]: "https://analytics-subgraph.hydrex.fi/" },
14993
+ factoryAddress: { [Chain.Base]: "0x36077D39cdC65E1e3FB65810430E5b2c4D5fA29E" },
14994
+ TickLensAddress: { [Chain.Base]: "0x0044e9642381607Eee1CCF06bae2378C3cB9B863" },
14995
+ QuoterV2Address: { [Chain.Base]: "0x08b46265643a5389529D6f6616FA4a0d66F13Fdb" }
14996
+ });
14997
+ //#endregion
14913
14998
  //#region src/const/amm/configs/ammConfig.ts
14914
14999
  const getAmmConfig = (theGraphApiKey) => {
14915
15000
  return {
@@ -14974,7 +15059,9 @@ const getAmmConfig = (theGraphApiKey) => {
14974
15059
  Nest: nestVaultConfig(),
14975
15060
  Cypher: cypherConfig(theGraphApiKey),
14976
15061
  SparkIntegral: sparkIntegralConfig(),
14977
- UniswapV4: uniswapV4Config(theGraphApiKey)
15062
+ UniswapV4: uniswapV4Config(theGraphApiKey),
15063
+ Hydrex: hydrexConfig(),
15064
+ BittensorUniV3: bittensorUniV3Config()
14978
15065
  };
14979
15066
  };
14980
15067
  //#endregion
@@ -14985,6 +15072,7 @@ const BEACON_TO_SUPPORTED_PROTOCOL_MAP = {
14985
15072
  maia: "Maia",
14986
15073
  sushi: "Sushi",
14987
15074
  uniswapv4: "UniswapV4",
15075
+ bittensoruniv3: "BittensorUniV3",
14988
15076
  uniswap: "Uniswap",
14989
15077
  pancake: "PancakeSwap",
14990
15078
  quickswapuniv3: "QuickSwapUniv3",
@@ -15039,13 +15127,15 @@ const BEACON_TO_SUPPORTED_PROTOCOL_MAP = {
15039
15127
  multiPositionAerodrome: "Aerodrome",
15040
15128
  aerodromeStakedPositionManager: "AerodromeV2",
15041
15129
  nest: "Nest",
15042
- cypher: "Cypher"
15130
+ cypher: "Cypher",
15131
+ hydrex: "Hydrex"
15043
15132
  };
15044
15133
  const BEACON_TO_PROTOCOL_MAP = {
15045
15134
  retro: Protocol.Retro,
15046
15135
  forge: Protocol.Forge,
15047
15136
  maia: Protocol.Maia,
15048
15137
  sushi: Protocol.Sushi,
15138
+ bittensoruniv3: Protocol.BittensorUniV3,
15049
15139
  uniswap: Protocol.Uniswap,
15050
15140
  pancake: Protocol.PancakeSwap,
15051
15141
  quickswapuniv3: Protocol.QuickSwapUniv3,
@@ -15097,7 +15187,8 @@ const BEACON_TO_PROTOCOL_MAP = {
15097
15187
  aerodromeStakedPositionManager: Protocol.AerodromeV2,
15098
15188
  nest: Protocol.Nest,
15099
15189
  cypher: Protocol.Cypher,
15100
- sparkintegral: Protocol.SparkIntegral
15190
+ sparkintegral: Protocol.SparkIntegral,
15191
+ hydrex: Protocol.Hydrex
15101
15192
  };
15102
15193
  const PROTOCOL_TO_BEACON_MAP = Object.fromEntries(Object.entries(BEACON_TO_SUPPORTED_PROTOCOL_MAP).map(([beacon, protocol]) => [protocol, beacon]));
15103
15194
  const CUSTOM_BEACON_TO_PROTOCOL_MAP = {
@@ -15113,7 +15204,8 @@ const CUSTOM_BEACON_TO_PROTOCOL_MAP = {
15113
15204
  [MultiPositionManagers.MultiPositionCypher]: Protocol.Cypher,
15114
15205
  [MultiPositionManagers.MultiPositionSushiManaged]: Protocol.Sushi,
15115
15206
  [MultiPositionManagers.MultiPositionSparkIntegral]: Protocol.SparkIntegral,
15116
- [MultiPositionManagers.MultiPositionHenjinAlgebraHook]: Protocol.Henjin
15207
+ [MultiPositionManagers.MultiPositionHenjinAlgebraHook]: Protocol.Henjin,
15208
+ [MultiPositionManagers.MultiPositionBittensorUniV3]: Protocol.BittensorUniV3
15117
15209
  };
15118
15210
  /**`
15119
15211
  * Retrieves the beacon name associated with a given protocol.
@@ -19411,7 +19503,12 @@ var VaultClient = class extends SubgraphClient {
19411
19503
  })) return true;
19412
19504
  const expectedBeacon = resolvedProtocol ? getBeaconNameByProtocol(resolvedProtocol) : protocolFilter;
19413
19505
  const normalizedExpectedBeacon = this.normalizeProtocolValue(expectedBeacon);
19414
- return normalizedExpectedBeacon.length > 0 && normalizedBeaconName.includes(normalizedExpectedBeacon);
19506
+ if (normalizedExpectedBeacon.length > 0 && normalizedBeaconName.includes(normalizedExpectedBeacon)) return true;
19507
+ if (!resolvedProtocol) return false;
19508
+ return this.getProtocolBeaconNames(resolvedProtocol).some((beacon) => {
19509
+ const normalizedBeacon = this.normalizeProtocolValue(beacon);
19510
+ return normalizedBeacon.length > 0 && normalizedBeaconName === normalizedBeacon;
19511
+ });
19415
19512
  }
19416
19513
  applyProtocolFilter(vaultsConnection, protocol) {
19417
19514
  if (!protocol) return vaultsConnection;
@@ -23323,6 +23420,6 @@ var FeeManagerClient = class extends SubgraphClient {
23323
23420
  * See {@link SmartRewards} for detailed API documentation.
23324
23421
  */
23325
23422
  //#endregion
23326
- export { AERODROME_PROTOCOLS, ALGEBRA_INTEGRAL_PROTOCOLS, ALGEBRA_INTEGRAL_V_2_0_PROTOCOLS, ALGEBRA_PROTOCOLS, AMMType, API_URLS, AlgebgraHookBeacons, Chain, ChainId, DIRECTIONAL_ALGEBRA_PROTOCOLS, FEE_MANAGER_ABI, FeeManagerClient, MultiPositionManagers, POOLSHARK_PROTOCOLS, PoolClient, Protocol, QuickSwapQuoterV2, QuoterV2AlgebgraIntegral, QuoterV2AlgebgraIntegral21, QuoterV2Factory, QuoterV2Shadow, QuoterV2Thick, SHADOW_PROTOCOLS, SingleAssetDepositClient, SmartRewards, StakingClient, StakingProtocol, SteerClient, StrykePositionManagers, SubgraphClient, SubgraphVaultClient, UniswapHookBeacons, UniswapV3PoolABI, UniswapV3QuoterABI, VAULT_FEES_ABI, VaultClient, abis, apechainAddresses, arbitrumAddresses, arbitrumgoerliAddresses, arthswapConfig, astarAddresses, astarzkevmAddresses, avalancheAddresses, bartiotestAddresses, baseAddresses, baseSwapConfig, basexConfig, beraAddresses, blastAddresses, bscAddresses, calculateLimitPrice, calculateSwapAmount, camelotConfig, celoAddresses, chainIdToName, chainNameToId, crustConfig, deprecatedBundlesURL, determineSwapDirection, equilibreConfig, erc1155Abi, erc20Abi, erc721Abi, estimateLpTokens, ethAddresses, evmosAddresses, fantomAddresses, fenixConfig, filecoinAddresses, flareAddresses, forgeConfig, fusionxConfig, getAmmConfig, getAmmConfigByChainId, getApiUrl, getBeaconNameByProtocol, getContractAddressByChainIdAndContractName, getExpectedParamType, getFactoryAddress, getInitCodeHash, getNFTManagerAddress, getNetworkByChainId, getPoolHelperByChainId, getPoolSlot0, getProtcolTypeByAmmType, getProtocolBySubgraph, getProtocolConfigByBeacon, getProtocolContractAddresses, getProtocolInfoByChainId, getProtocolInfoByName, getProtocolSubgraphURL, getProtocolTypeByBeacon, getProtocolsForChainId, getQuoterV2Address, getStabilityVaultsPeripheryAddress, getStabilityVaultsSubgraphUrl, getSubgraphUrlByChainId, getSupportedChainByChainId, getSupportedChainIds, getSupportedChains, getSwapRouterAddress, getTheGraphResolverUrl, getTickLensAddress, getVaultReserves, glyphConfig, goerliAddresses, hemiAddresses, henjinConfig, herculesConfig, horizaConfig, isAerodromeVault, isAlgebraDirectionProtocol, isAlgebraIntegral21QuoteParams, isAlgebraIntegralProtocol, isAlgebraIntegralV2Protocol, isAlgebraProtocol, isAlgebraProtocolBySubgraph, isAlgebraQuoteParams, isPoolSharkProtocol, isShadowProtocol, isShadowQuoteParams, isSingleAssetDepositSupported, isThickQuoteParams, isThickV2Protocol, isUniswapQuoteParams, isValidStakingProtocol, katanaAddresses, katanaConfig, kavaAddresses, kimConfig, kinetixConfig, lineaAddresses, linehubConfig, localhostAddresses, lynexConfig, maiaConfig, mantaAddresses, mantleAddresses, metaVaultConfig, metisAddresses, modeAddresses, moonbeamAddresses, mumbaiAddresses, nestVaultConfig, networks, normalizeProtocol, novaswapConfig, okxtestnetAddresses, optimismAddresses, optimismgoerliAddresses, pancakeSwapConfig, polygonAddresses, polyzkevmAddresses, poolsharkConfig, quickSwapAlgebraConfig, quickSwapConfig, quickSwapIntegralConfig, quickSwapUniv3Config, retroConfig, rootstockAddresses, sagaAddresses, scrollAddresses, seiAddresses, shadowConfig, simulateSwap, singleTokenDepositAbi, soneiumAddresses, sonicAddresses, spark32Config, sparkConfig, stabilityVaultsConfig, steerSubgraphConfig, supswapConfig, sushiConfig, swapmodeConfig, swapsicleConfig, taikoAddresses, telosAddresses, thenaConfig, thickConfig, thrusterConfig, thundercoreAddresses, uniAddresses, uniswapConfig, validateQuoteParams, validateSwapParams, xlayerAddresses, zetaAddresses, zircuitAddresses };
23423
+ export { AERODROME_PROTOCOLS, ALGEBRA_INTEGRAL_PROTOCOLS, ALGEBRA_INTEGRAL_V_2_0_PROTOCOLS, ALGEBRA_PROTOCOLS, AMMType, API_URLS, AlgebgraHookBeacons, Chain, ChainId, DIRECTIONAL_ALGEBRA_PROTOCOLS, FEE_MANAGER_ABI, FeeManagerClient, MultiPositionManagers, POOLSHARK_PROTOCOLS, PoolClient, Protocol, QuickSwapQuoterV2, QuoterV2AlgebgraIntegral, QuoterV2AlgebgraIntegral21, QuoterV2Factory, QuoterV2Shadow, QuoterV2Thick, SHADOW_PROTOCOLS, SingleAssetDepositClient, SmartRewards, StakingClient, StakingProtocol, SteerClient, StrykePositionManagers, SubgraphClient, SubgraphVaultClient, UniswapHookBeacons, UniswapV3PoolABI, UniswapV3QuoterABI, VAULT_FEES_ABI, VaultClient, abis, apechainAddresses, arbitrumAddresses, arbitrumgoerliAddresses, arthswapConfig, astarAddresses, astarzkevmAddresses, avalancheAddresses, bartiotestAddresses, baseAddresses, baseSwapConfig, basexConfig, beraAddresses, bittensorAddresses, bittensorUniV3Config, blastAddresses, bscAddresses, calculateLimitPrice, calculateSwapAmount, camelotConfig, celoAddresses, chainIdToName, chainNameToId, crustConfig, deprecatedBundlesURL, determineSwapDirection, equilibreConfig, erc1155Abi, erc20Abi, erc721Abi, estimateLpTokens, ethAddresses, evmosAddresses, fantomAddresses, fenixConfig, filecoinAddresses, flareAddresses, forgeConfig, fusionxConfig, getAmmConfig, getAmmConfigByChainId, getApiUrl, getBeaconNameByProtocol, getContractAddressByChainIdAndContractName, getExpectedParamType, getFactoryAddress, getInitCodeHash, getNFTManagerAddress, getNetworkByChainId, getPoolHelperByChainId, getPoolSlot0, getProtcolTypeByAmmType, getProtocolBySubgraph, getProtocolConfigByBeacon, getProtocolContractAddresses, getProtocolInfoByChainId, getProtocolInfoByName, getProtocolSubgraphURL, getProtocolTypeByBeacon, getProtocolsForChainId, getQuoterV2Address, getStabilityVaultsPeripheryAddress, getStabilityVaultsSubgraphUrl, getSubgraphUrlByChainId, getSupportedChainByChainId, getSupportedChainIds, getSupportedChains, getSwapRouterAddress, getTheGraphResolverUrl, getTickLensAddress, getVaultReserves, glyphConfig, goerliAddresses, hemiAddresses, henjinConfig, herculesConfig, horizaConfig, isAerodromeVault, isAlgebraDirectionProtocol, isAlgebraIntegral21QuoteParams, isAlgebraIntegralProtocol, isAlgebraIntegralV2Protocol, isAlgebraProtocol, isAlgebraProtocolBySubgraph, isAlgebraQuoteParams, isPoolSharkProtocol, isShadowProtocol, isShadowQuoteParams, isSingleAssetDepositSupported, isThickQuoteParams, isThickV2Protocol, isUniswapQuoteParams, isValidStakingProtocol, katanaAddresses, katanaConfig, kavaAddresses, kimConfig, kinetixConfig, lineaAddresses, linehubConfig, localhostAddresses, lynexConfig, maiaConfig, mantaAddresses, mantleAddresses, metaVaultConfig, metisAddresses, modeAddresses, moonbeamAddresses, mumbaiAddresses, nestVaultConfig, networks, normalizeProtocol, novaswapConfig, okxtestnetAddresses, optimismAddresses, optimismgoerliAddresses, pancakeSwapConfig, polygonAddresses, polyzkevmAddresses, poolsharkConfig, quickSwapAlgebraConfig, quickSwapConfig, quickSwapIntegralConfig, quickSwapUniv3Config, retroConfig, rootstockAddresses, sagaAddresses, scrollAddresses, seiAddresses, shadowConfig, simulateSwap, singleTokenDepositAbi, soneiumAddresses, sonicAddresses, spark32Config, sparkConfig, stabilityVaultsConfig, steerSubgraphConfig, supswapConfig, sushiConfig, swapmodeConfig, swapsicleConfig, taikoAddresses, telosAddresses, thenaConfig, thickConfig, thrusterConfig, thundercoreAddresses, uniAddresses, uniswapConfig, validateQuoteParams, validateSwapParams, xlayerAddresses, zetaAddresses, zircuitAddresses };
23327
23424
 
23328
23425
  //# sourceMappingURL=index.browser.mjs.map