@continuumdao/ctm-mpc-defi 0.2.19 → 0.2.22

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.
Files changed (94) hide show
  1. package/dist/agent/catalog.cjs +303 -93
  2. package/dist/agent/catalog.cjs.map +1 -1
  3. package/dist/agent/catalog.d.ts +985 -709
  4. package/dist/agent/catalog.js +299 -94
  5. package/dist/agent/catalog.js.map +1 -1
  6. package/dist/agent/skills/hyperliquid/SKILL.md +24 -20
  7. package/dist/agent/skills/uniswap-v4/SKILL.md +58 -0
  8. package/dist/chains/evm/index.cjs +6 -2
  9. package/dist/chains/evm/index.cjs.map +1 -1
  10. package/dist/chains/evm/index.d.ts +4 -4
  11. package/dist/chains/evm/index.js +6 -2
  12. package/dist/chains/evm/index.js.map +1 -1
  13. package/dist/chains/near/index.d.ts +1 -1
  14. package/dist/chains/solana/index.d.ts +1 -1
  15. package/dist/core/index.cjs +95 -1
  16. package/dist/core/index.cjs.map +1 -1
  17. package/dist/core/index.d.ts +44 -4
  18. package/dist/core/index.js +91 -2
  19. package/dist/core/index.js.map +1 -1
  20. package/dist/{envelope-CpBUh9eP.d.ts → envelope-C_bfuKab.d.ts} +3 -1
  21. package/dist/index.cjs +96 -2
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.ts +5 -5
  24. package/dist/index.js +93 -4
  25. package/dist/index.js.map +1 -1
  26. package/dist/protocols/evm/aave-v4/index.cjs +6 -2
  27. package/dist/protocols/evm/aave-v4/index.cjs.map +1 -1
  28. package/dist/protocols/evm/aave-v4/index.d.ts +1 -1
  29. package/dist/protocols/evm/aave-v4/index.js +6 -2
  30. package/dist/protocols/evm/aave-v4/index.js.map +1 -1
  31. package/dist/protocols/evm/circle-cctp/index.cjs +6 -2
  32. package/dist/protocols/evm/circle-cctp/index.cjs.map +1 -1
  33. package/dist/protocols/evm/circle-cctp/index.d.ts +2 -2
  34. package/dist/protocols/evm/circle-cctp/index.js +6 -2
  35. package/dist/protocols/evm/circle-cctp/index.js.map +1 -1
  36. package/dist/protocols/evm/curve-dao/index.cjs +6 -2
  37. package/dist/protocols/evm/curve-dao/index.cjs.map +1 -1
  38. package/dist/protocols/evm/curve-dao/index.d.ts +2 -2
  39. package/dist/protocols/evm/curve-dao/index.js +6 -2
  40. package/dist/protocols/evm/curve-dao/index.js.map +1 -1
  41. package/dist/protocols/evm/ethena/index.cjs +6 -2
  42. package/dist/protocols/evm/ethena/index.cjs.map +1 -1
  43. package/dist/protocols/evm/ethena/index.d.ts +1 -1
  44. package/dist/protocols/evm/ethena/index.js +6 -2
  45. package/dist/protocols/evm/ethena/index.js.map +1 -1
  46. package/dist/protocols/evm/euler-v2/index.cjs +6 -2
  47. package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
  48. package/dist/protocols/evm/euler-v2/index.d.ts +1 -1
  49. package/dist/protocols/evm/euler-v2/index.js +6 -2
  50. package/dist/protocols/evm/euler-v2/index.js.map +1 -1
  51. package/dist/protocols/evm/gmx/index.cjs +54 -22
  52. package/dist/protocols/evm/gmx/index.cjs.map +1 -1
  53. package/dist/protocols/evm/gmx/index.d.ts +22 -8
  54. package/dist/protocols/evm/gmx/index.js +53 -23
  55. package/dist/protocols/evm/gmx/index.js.map +1 -1
  56. package/dist/protocols/evm/hyperliquid/index.cjs +467 -2
  57. package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
  58. package/dist/protocols/evm/hyperliquid/index.d.ts +189 -3
  59. package/dist/protocols/evm/hyperliquid/index.js +447 -4
  60. package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
  61. package/dist/protocols/evm/lido/index.cjs +6 -2
  62. package/dist/protocols/evm/lido/index.cjs.map +1 -1
  63. package/dist/protocols/evm/lido/index.d.ts +1 -1
  64. package/dist/protocols/evm/lido/index.js +6 -2
  65. package/dist/protocols/evm/lido/index.js.map +1 -1
  66. package/dist/protocols/evm/maple/index.cjs +6 -2
  67. package/dist/protocols/evm/maple/index.cjs.map +1 -1
  68. package/dist/protocols/evm/maple/index.d.ts +1 -1
  69. package/dist/protocols/evm/maple/index.js +6 -2
  70. package/dist/protocols/evm/maple/index.js.map +1 -1
  71. package/dist/protocols/evm/morpho/index.cjs +6 -2
  72. package/dist/protocols/evm/morpho/index.cjs.map +1 -1
  73. package/dist/protocols/evm/morpho/index.d.ts +1 -1
  74. package/dist/protocols/evm/morpho/index.js +6 -2
  75. package/dist/protocols/evm/morpho/index.js.map +1 -1
  76. package/dist/protocols/evm/permit2/index.cjs +206 -0
  77. package/dist/protocols/evm/permit2/index.cjs.map +1 -0
  78. package/dist/protocols/evm/permit2/index.d.ts +43 -0
  79. package/dist/protocols/evm/permit2/index.js +203 -0
  80. package/dist/protocols/evm/permit2/index.js.map +1 -0
  81. package/dist/protocols/evm/sky/index.cjs +6 -2
  82. package/dist/protocols/evm/sky/index.cjs.map +1 -1
  83. package/dist/protocols/evm/sky/index.d.ts +1 -1
  84. package/dist/protocols/evm/sky/index.js +6 -2
  85. package/dist/protocols/evm/sky/index.js.map +1 -1
  86. package/dist/protocols/evm/uniswap-v4/index.cjs +685 -2
  87. package/dist/protocols/evm/uniswap-v4/index.cjs.map +1 -1
  88. package/dist/protocols/evm/uniswap-v4/index.d.ts +180 -3
  89. package/dist/protocols/evm/uniswap-v4/index.js +663 -3
  90. package/dist/protocols/evm/uniswap-v4/index.js.map +1 -1
  91. package/dist/{registry-Bv5o37_w.d.ts → registry-DxDSPQ-p.d.ts} +1 -1
  92. package/dist/{types-BfjWdw1j.d.ts → types-PZrvtjv8.d.ts} +2 -0
  93. package/dist/{types-DUeNJLr9.d.ts → types-RZWOTm8c.d.ts} +1 -1
  94. package/package.json +8 -2
@@ -1,7 +1,7 @@
1
- import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-BfjWdw1j.js';
1
+ import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-PZrvtjv8.js';
2
2
  import { Address, createPublicClient, TransactionReceipt } from 'viem';
3
3
  import { NodeReadAuth } from '@continuumdao/continuum-node-sdk';
4
- import { E as EvmChainDetail } from '../../../types-DUeNJLr9.js';
4
+ import { E as EvmChainDetail } from '../../../types-RZWOTm8c.js';
5
5
 
6
6
  /** Canonical Uniswap token-allowance contract on most EVM chains. */
7
7
  declare const PERMIT2_ADDRESS: Address;
@@ -660,6 +660,183 @@ declare function swapExactInput(args: SwapExactInputArgs & {
660
660
  messageToSign: string;
661
661
  }>;
662
662
 
663
+ /** Node env var for The Graph decentralized gateway (optional but recommended for OHLCV). */
664
+ declare const THE_GRAPH_API_KEY_ENV = "THE_GRAPH_API_KEY";
665
+ declare const THE_GRAPH_API_KEY_SIGNUP_URL = "https://thegraph.com/studio/apikeys/";
666
+ declare const THE_GRAPH_API_KEY_DOCS_URL = "https://thegraph.com/docs/en/subgraphs/querying/managing-api-keys/";
667
+ declare function isTheGraphRateLimitOrAuthError(message: string): boolean;
668
+ /** Brief hint for UI / MCP tool errors (no secret values). */
669
+ declare function theGraphApiKeyVariablesHint(): string;
670
+ declare function theGraphRateLimitErrorMessage(baseError: string): string;
671
+
672
+ /** @deprecated Import from `./theGraphApiKey.js` */
673
+
674
+ /**
675
+ * Public Uniswap V4 subgraph deployment IDs on The Graph.
676
+ * Quality/freshness varies by deployment; Uniswap production UI uses private indexers.
677
+ * @see https://github.com/Uniswap/v4-subgraph/issues/41
678
+ */
679
+ declare const UNISWAP_V4_SUBGRAPH_ID_BY_CHAIN_ID: Readonly<Record<number, string>>;
680
+ type UniswapV4SubgraphPoolHourRow = {
681
+ periodStartUnix: number;
682
+ open: string;
683
+ high: string;
684
+ low: string;
685
+ close: string;
686
+ volumeUSD: string;
687
+ };
688
+ type UniswapV4SubgraphPoolDayRow = {
689
+ date: number;
690
+ open: string;
691
+ high: string;
692
+ low: string;
693
+ close: string;
694
+ volumeUSD: string;
695
+ };
696
+ type UniswapV4SubgraphSwapRow = {
697
+ timestamp: string;
698
+ amountUSD: string;
699
+ token0Price?: string;
700
+ sqrtPriceX96?: string;
701
+ };
702
+ type UniswapV4SubgraphPoolMeta = {
703
+ id: string;
704
+ token0?: {
705
+ symbol?: string;
706
+ };
707
+ token1?: {
708
+ symbol?: string;
709
+ };
710
+ };
711
+ declare function uniswapV4SubgraphIdForChain(chainId: number): string | undefined;
712
+ declare function uniswapV4SubgraphSupportedChainIds(): number[];
713
+ declare function uniswapV4SubgraphUrlForChain(chainId: number, apiKey?: string): string;
714
+ declare function resolveTheGraphApiKey(override?: string): string | undefined;
715
+ declare function fetchUniswapV4PoolHourDatas(args: {
716
+ chainId: number;
717
+ poolReference: string;
718
+ fromSec: number;
719
+ toSec: number;
720
+ maxPages?: number;
721
+ }): Promise<{
722
+ rows: UniswapV4SubgraphPoolHourRow[];
723
+ truncated: boolean;
724
+ }>;
725
+ declare function fetchUniswapV4PoolDayDatas(args: {
726
+ chainId: number;
727
+ poolReference: string;
728
+ fromSec: number;
729
+ toSec: number;
730
+ maxPages?: number;
731
+ }): Promise<{
732
+ rows: UniswapV4SubgraphPoolDayRow[];
733
+ truncated: boolean;
734
+ }>;
735
+ declare function fetchUniswapV4Swaps(args: {
736
+ chainId: number;
737
+ poolReference: string;
738
+ fromSec: number;
739
+ toSec: number;
740
+ maxPages?: number;
741
+ }): Promise<{
742
+ rows: UniswapV4SubgraphSwapRow[];
743
+ truncated: boolean;
744
+ }>;
745
+ declare function fetchUniswapV4PoolMeta(args: {
746
+ chainId: number;
747
+ poolReference: string;
748
+ }): Promise<UniswapV4SubgraphPoolMeta | null>;
749
+
750
+ declare const UNISWAP_V4_OHLCV_INTERVALS: readonly ["1m", "5m", "15m", "30m", "1h", "2h", "4h", "6h", "8h", "12h", "1d", "2d", "3d", "1w", "1M"];
751
+ type UniswapV4OhlcvInterval = (typeof UNISWAP_V4_OHLCV_INTERVALS)[number];
752
+ type UniswapV4OhlcvDataTier = {
753
+ kind: 'subgraph_native';
754
+ entity: 'hourly' | 'daily';
755
+ bucketSec: number;
756
+ interval: UniswapV4OhlcvInterval;
757
+ } | {
758
+ kind: 'subgraph_aggregate';
759
+ baseEntity: 'hourly' | 'daily';
760
+ bucketSec: number;
761
+ interval: UniswapV4OhlcvInterval;
762
+ } | {
763
+ kind: 'swaps';
764
+ bucketSec: number;
765
+ interval: UniswapV4OhlcvInterval;
766
+ };
767
+ declare function assertUniswapV4OhlcvInterval(interval: string): UniswapV4OhlcvInterval;
768
+ declare function uniswapV4OhlcvIntervalToBucketSec(interval: UniswapV4OhlcvInterval): number;
769
+ declare function resolveUniswapV4OhlcvDataTier(intervalRaw: string): UniswapV4OhlcvDataTier;
770
+
771
+ type UniswapV4OhlcvCandleRow = {
772
+ timestampMs: number;
773
+ open: string;
774
+ high: string;
775
+ low: string;
776
+ close: string;
777
+ volume?: string;
778
+ };
779
+ declare function bucketUniswapV4SwapsIntoCandles(args: {
780
+ swaps: UniswapV4SubgraphSwapRow[];
781
+ bucketSec: number;
782
+ }): UniswapV4OhlcvCandleRow[];
783
+
784
+ type UniswapV4OhlcvQuoteToken = 'token0' | 'token1';
785
+ type UniswapV4OhlcvFetchResult = {
786
+ symbol: string;
787
+ timeframe: UniswapV4OhlcvInterval;
788
+ chainId: number;
789
+ poolReference: string;
790
+ dataSource: 'subgraph_native' | 'subgraph_aggregate' | 'swaps';
791
+ baseSubgraphEntity?: 'hourly' | 'daily';
792
+ priceQuote: 'token0PerToken1' | 'token1PerToken0';
793
+ startTimeMs?: number;
794
+ endTimeMs?: number;
795
+ candleCount: number;
796
+ candles: UniswapV4OhlcvCandleRow[];
797
+ fetchedAtMs: number;
798
+ warnings?: string[];
799
+ };
800
+ type ResolvedPool = {
801
+ poolReference: string;
802
+ pairLabel: string;
803
+ token0Symbol?: string;
804
+ token1Symbol?: string;
805
+ };
806
+ declare function aggregateOhlcvCandles(bars: UniswapV4OhlcvCandleRow[], bucketSec: number): UniswapV4OhlcvCandleRow[];
807
+ declare function resolveUniswapV4OhlcvPool(args: {
808
+ chainId: number | string;
809
+ poolPreset?: string;
810
+ poolReference?: string;
811
+ existingPool?: {
812
+ token0Address: string;
813
+ token1Address: string;
814
+ poolReference?: string;
815
+ fee?: number;
816
+ tickSpacing?: number;
817
+ hooks?: string;
818
+ };
819
+ }): Promise<ResolvedPool>;
820
+ declare function uniswapV4FetchOhlcv(args: {
821
+ chainId: number | string;
822
+ interval?: string;
823
+ poolPreset?: string;
824
+ poolReference?: string;
825
+ existingPool?: {
826
+ token0Address: string;
827
+ token1Address: string;
828
+ poolReference?: string;
829
+ fee?: number;
830
+ tickSpacing?: number;
831
+ hooks?: string;
832
+ };
833
+ quoteToken?: UniswapV4OhlcvQuoteToken;
834
+ lookbackDays?: number;
835
+ lookbackHours?: number;
836
+ startTimeMs?: number;
837
+ endTimeMs?: number;
838
+ }): Promise<UniswapV4OhlcvFetchResult>;
839
+
663
840
  declare const UNISWAP_V4_PROTOCOL_ID = "uniswap-v4";
664
841
  declare const uniswapV4ProtocolModule: ProtocolModule;
665
842
 
@@ -682,4 +859,4 @@ declare const uniswapV4: {
682
859
  isChainSupported: typeof isUniswapV4ChainSupported;
683
860
  };
684
861
 
685
- export { MAX_UINT160, MAX_UINT48, PERMIT2_ADDRESS, type SwapExactInputArgs, UNISWAP_LP_API_BASE_DEFAULT, UNISWAP_LP_DEFAULT_DEADLINE_SEC_OFFSET, UNISWAP_LP_DEFAULT_EXPIRY_MINUTES, UNISWAP_LP_DEFAULT_SLIPPAGE_PERCENT, UNISWAP_SWAP_DEFAULT_DEADLINE_SEC_OFFSET, UNISWAP_SWAP_DEFAULT_EXPIRY_MINUTES, UNISWAP_TRADE_BASE_DEFAULT, UNISWAP_UNIVERSAL_ROUTER_DEFAULT_GAS_UNITS, UNISWAP_UNIVERSAL_ROUTER_VERSION_DEFAULT, UNISWAP_V4_LP_COLLECT_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_DECREASE_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_ERC20_APPROVE_FALLBACK, UNISWAP_V4_LP_INCREASE_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_LOG_CHUNK_SIZE_DEFAULT, UNISWAP_V4_LP_LOG_CHUNK_SIZE_MIN, UNISWAP_V4_LP_MINT_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_POOL_LOOKUP_HINT, UNISWAP_V4_LP_POSITION_REGISTRY_HINT, UNISWAP_V4_LP_WETH_DEPOSIT_FALLBACK, UNISWAP_V4_PROTOCOL_ID, type UniswapLpAction, type UniswapLpExistingPool, type UniswapLpIndependentToken, type UniswapLpNewPool, type UniswapLpPriceBounds, type UniswapLpProtocol, type UniswapLpTickBounds, type UniswapLpTokenAmount, type UniswapLpTransactionRequest, type UniswapQuoteTradeType, type UniswapTradeQuoteParams, type UniswapV4PoolKeyInput, type UniswapV4PositionRow, type UniswapV4PositionScanProgress, type UniswapV4RegistryErc721Row, type UniswapV4SessionPayload, type UniswapV4StandardLpPoolRow, applySlippagePercentToApproveWei, buildEvmMultisignBodyUniswapV4CollectFeesBatch, buildEvmMultisignBodyUniswapV4DecreaseLiquidityBatch, buildEvmMultisignBodyUniswapV4IncreaseLiquidityBatch, buildEvmMultisignBodyUniswapV4MintLiquidityBatch, buildEvmMultisignBodyUniswapV4SkipPermit2Batch, buildUniswapQuoteRequestBody, buildUniswapV4PurposePrefill, computeUniswapV4PoolReference, computeUniswapV4Session, createSwap, errorMessageFromUniswapJsonBody, extractUniswapLpTokenAmounts, extractUniswapLpTransaction, fetchEthereumAddressForKeyGen, formatUniswapAmountFieldFromWei, formatUniswapLpAmountHuman, formatUniswapPercentForUi, formatUniswapQuoteForDisplay, formatUniswapV4PositionNotFoundError, getClassicQuoteFromStoredUniswapResponse, getUniswapUniversalRouterSpenderOrThrow, getUniswapV4PositionManagerDeployBlock, getUniswapV4PositionManagerOrThrow, isEthGetLogsBlockRangeTooLargeError, isNativeUniswapLpTokenAddress, isUniswapFullQuoteResponseNativeIn, isUniswapTokenInAddressNative, isUniswapV4ChainSupported, isUniswapV4LiquidityEvmSignRequest, isUniswapV4SwapEvmSignRequest, listUniswapV4PositionsForWallet, listUniswapV4StandardLpPools, messageFromUniswapHttpResponseBody, parseUniswapChainId, parseUniswapLpApiSnapshot, parseUniswapQuoteClassicInOut, parseUniswapQuoteSlippageInfo, parseUniswapV4ScanFromDateYmd, quoteSwap, readUniswapV4PositionInfoRaw, resolveBlockAtOrAfterUnixTime, resolveRouterSwapGasUnitsFromSignRequest, resolveUniswapV4LpExistingPoolFromKey, resolveUniswapV4LpPoolPreset, resolveUniswapV4PositionScanFromDate, sortUniswapV4PoolCurrencies, swapExactInput, swapFromQuote, swapTransactionDeadlineUnixFromExpiryMinutes, tryGetUniswapV4PositionManager, uniswapCreateSwap, uniswapLpClaimFees, uniswapLpCreatePosition, uniswapLpDecreasePosition, uniswapLpIncreasePosition, uniswapLpTxFieldForAction, uniswapQuoteToJsonQuoteOneLine, uniswapTradeQuote, uniswapV4, uniswapV4ListPositionsForMcp, uniswapV4ListPositionsFromRegistryForMcp, uniswapV4ListPositionsRegistryMcpPlaceholder, uniswapV4ListStandardLpPools, uniswapV4PositionMintedTokenIdsFromReceipt, uniswapV4ProtocolModule, uniswapV4RegisterPositionFromMintTxPlaceholder, uniswapV4RegisterPositionNftPlaceholder };
862
+ export { MAX_UINT160, MAX_UINT48, PERMIT2_ADDRESS, type SwapExactInputArgs, THE_GRAPH_API_KEY_DOCS_URL, THE_GRAPH_API_KEY_ENV, THE_GRAPH_API_KEY_SIGNUP_URL, UNISWAP_LP_API_BASE_DEFAULT, UNISWAP_LP_DEFAULT_DEADLINE_SEC_OFFSET, UNISWAP_LP_DEFAULT_EXPIRY_MINUTES, UNISWAP_LP_DEFAULT_SLIPPAGE_PERCENT, UNISWAP_SWAP_DEFAULT_DEADLINE_SEC_OFFSET, UNISWAP_SWAP_DEFAULT_EXPIRY_MINUTES, UNISWAP_TRADE_BASE_DEFAULT, UNISWAP_UNIVERSAL_ROUTER_DEFAULT_GAS_UNITS, UNISWAP_UNIVERSAL_ROUTER_VERSION_DEFAULT, UNISWAP_V4_LP_COLLECT_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_DECREASE_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_ERC20_APPROVE_FALLBACK, UNISWAP_V4_LP_INCREASE_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_LOG_CHUNK_SIZE_DEFAULT, UNISWAP_V4_LP_LOG_CHUNK_SIZE_MIN, UNISWAP_V4_LP_MINT_DEFAULT_GAS_UNITS, UNISWAP_V4_LP_POOL_LOOKUP_HINT, UNISWAP_V4_LP_POSITION_REGISTRY_HINT, UNISWAP_V4_LP_WETH_DEPOSIT_FALLBACK, UNISWAP_V4_OHLCV_INTERVALS, UNISWAP_V4_PROTOCOL_ID, UNISWAP_V4_SUBGRAPH_ID_BY_CHAIN_ID, type UniswapLpAction, type UniswapLpExistingPool, type UniswapLpIndependentToken, type UniswapLpNewPool, type UniswapLpPriceBounds, type UniswapLpProtocol, type UniswapLpTickBounds, type UniswapLpTokenAmount, type UniswapLpTransactionRequest, type UniswapQuoteTradeType, type UniswapTradeQuoteParams, type UniswapV4OhlcvCandleRow, type UniswapV4OhlcvDataTier, type UniswapV4OhlcvFetchResult, type UniswapV4OhlcvInterval, type UniswapV4OhlcvQuoteToken, type UniswapV4PoolKeyInput, type UniswapV4PositionRow, type UniswapV4PositionScanProgress, type UniswapV4RegistryErc721Row, type UniswapV4SessionPayload, type UniswapV4StandardLpPoolRow, type UniswapV4SubgraphPoolDayRow, type UniswapV4SubgraphPoolHourRow, type UniswapV4SubgraphPoolMeta, type UniswapV4SubgraphSwapRow, aggregateOhlcvCandles, applySlippagePercentToApproveWei, assertUniswapV4OhlcvInterval, bucketUniswapV4SwapsIntoCandles, buildEvmMultisignBodyUniswapV4CollectFeesBatch, buildEvmMultisignBodyUniswapV4DecreaseLiquidityBatch, buildEvmMultisignBodyUniswapV4IncreaseLiquidityBatch, buildEvmMultisignBodyUniswapV4MintLiquidityBatch, buildEvmMultisignBodyUniswapV4SkipPermit2Batch, buildUniswapQuoteRequestBody, buildUniswapV4PurposePrefill, computeUniswapV4PoolReference, computeUniswapV4Session, createSwap, errorMessageFromUniswapJsonBody, extractUniswapLpTokenAmounts, extractUniswapLpTransaction, fetchEthereumAddressForKeyGen, fetchUniswapV4PoolDayDatas, fetchUniswapV4PoolHourDatas, fetchUniswapV4PoolMeta, fetchUniswapV4Swaps, formatUniswapAmountFieldFromWei, formatUniswapLpAmountHuman, formatUniswapPercentForUi, formatUniswapQuoteForDisplay, formatUniswapV4PositionNotFoundError, getClassicQuoteFromStoredUniswapResponse, getUniswapUniversalRouterSpenderOrThrow, getUniswapV4PositionManagerDeployBlock, getUniswapV4PositionManagerOrThrow, isEthGetLogsBlockRangeTooLargeError, isNativeUniswapLpTokenAddress, isTheGraphRateLimitOrAuthError, isUniswapFullQuoteResponseNativeIn, isUniswapTokenInAddressNative, isUniswapV4ChainSupported, isUniswapV4LiquidityEvmSignRequest, isUniswapV4SwapEvmSignRequest, listUniswapV4PositionsForWallet, listUniswapV4StandardLpPools, messageFromUniswapHttpResponseBody, parseUniswapChainId, parseUniswapLpApiSnapshot, parseUniswapQuoteClassicInOut, parseUniswapQuoteSlippageInfo, parseUniswapV4ScanFromDateYmd, quoteSwap, readUniswapV4PositionInfoRaw, resolveBlockAtOrAfterUnixTime, resolveRouterSwapGasUnitsFromSignRequest, resolveTheGraphApiKey, resolveUniswapV4LpExistingPoolFromKey, resolveUniswapV4LpPoolPreset, resolveUniswapV4OhlcvDataTier, resolveUniswapV4OhlcvPool, resolveUniswapV4PositionScanFromDate, sortUniswapV4PoolCurrencies, swapExactInput, swapFromQuote, swapTransactionDeadlineUnixFromExpiryMinutes, theGraphApiKeyVariablesHint, theGraphRateLimitErrorMessage, tryGetUniswapV4PositionManager, uniswapCreateSwap, uniswapLpClaimFees, uniswapLpCreatePosition, uniswapLpDecreasePosition, uniswapLpIncreasePosition, uniswapLpTxFieldForAction, uniswapQuoteToJsonQuoteOneLine, uniswapTradeQuote, uniswapV4, uniswapV4FetchOhlcv, uniswapV4ListPositionsForMcp, uniswapV4ListPositionsFromRegistryForMcp, uniswapV4ListPositionsRegistryMcpPlaceholder, uniswapV4ListStandardLpPools, uniswapV4OhlcvIntervalToBucketSec, uniswapV4PositionMintedTokenIdsFromReceipt, uniswapV4ProtocolModule, uniswapV4RegisterPositionFromMintTxPlaceholder, uniswapV4RegisterPositionNftPlaceholder, uniswapV4SubgraphIdForChain, uniswapV4SubgraphSupportedChainIds, uniswapV4SubgraphUrlForChain };