@skip-go/client 1.5.0 → 1.5.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.
Files changed (140) hide show
  1. package/dist/cjs/api/getAssets.cjs +4 -4
  2. package/dist/cjs/api/getAssetsBetweenChains.cjs +3 -3
  3. package/dist/cjs/api/getBridges.cjs +3 -3
  4. package/dist/cjs/api/getChains.cjs +3 -3
  5. package/dist/cjs/api/getVenues.cjs +3 -3
  6. package/dist/cjs/api/postAssetsFromSource.cjs +4 -4
  7. package/dist/cjs/api/postBalances.cjs +3 -3
  8. package/dist/cjs/api/postIbcOriginAssets.cjs +3 -3
  9. package/dist/cjs/api/postMessages.cjs +3 -3
  10. package/dist/cjs/api/postMessagesDirect.cjs +3 -3
  11. package/dist/cjs/api/postRecommendAssets.cjs +3 -3
  12. package/dist/cjs/api/postRoute.cjs +3 -3
  13. package/dist/cjs/api/postSubmitTransaction.cjs +3 -3
  14. package/dist/cjs/api/postTrackTransaction.cjs +3 -3
  15. package/dist/cjs/api/postTransactionStatus.cjs +3 -3
  16. package/dist/cjs/{chunk-LUVMRHAJ.cjs → chunk-2MAYN27U.cjs} +2 -2
  17. package/dist/cjs/{chunk-JBKNEFXB.cjs → chunk-3IWLZ562.cjs} +3 -3
  18. package/dist/cjs/{chunk-N4UW74AG.cjs → chunk-5HZLL5KD.cjs} +4 -4
  19. package/dist/cjs/{chunk-RCGCQD6T.cjs → chunk-5RP766TT.cjs} +8 -6
  20. package/dist/cjs/{chunk-X22PL5T7.cjs → chunk-66VIHDGM.cjs} +13 -13
  21. package/dist/cjs/{chunk-UIQML2XG.cjs → chunk-7D433NQ5.cjs} +30 -17
  22. package/dist/cjs/{chunk-X5AJHZ2J.cjs → chunk-AJYZ5GAD.cjs} +2 -2
  23. package/dist/cjs/{chunk-VF65UG3E.cjs → chunk-D57TNRV3.cjs} +14 -14
  24. package/dist/cjs/{chunk-5HDKZVOL.cjs → chunk-EI4ZWAEU.cjs} +2 -2
  25. package/dist/cjs/{chunk-W3KF3V57.cjs → chunk-GO4BJ6G2.cjs} +6 -6
  26. package/dist/cjs/{chunk-HHZGD62Y.cjs → chunk-HEYFLFKD.cjs} +57 -57
  27. package/dist/cjs/{chunk-A26H4FVN.cjs → chunk-JUKPQLLQ.cjs} +4 -4
  28. package/dist/cjs/{chunk-5AYPH3ZR.cjs → chunk-KPV3PGBG.cjs} +2 -2
  29. package/dist/cjs/chunk-KSJ5QYMR.cjs +185 -0
  30. package/dist/cjs/{chunk-CUDPMOR6.cjs → chunk-LARLMUFZ.cjs} +6 -6
  31. package/dist/cjs/{chunk-QPM7H2YL.cjs → chunk-MFJ6S6TL.cjs} +2 -2
  32. package/dist/cjs/{chunk-FNB244QI.cjs → chunk-MHVCR4QO.cjs} +6 -6
  33. package/dist/cjs/{chunk-ERGJBZUC.cjs → chunk-MMGVGXA5.cjs} +5 -17
  34. package/dist/cjs/{chunk-AXYRULAI.cjs → chunk-N2RG3CRN.cjs} +2 -2
  35. package/dist/cjs/{chunk-GCJO6DZD.cjs → chunk-Q33F7U2Y.cjs} +10 -10
  36. package/dist/cjs/{chunk-ZBPDDVQ2.cjs → chunk-R3TSJPKH.cjs} +2 -2
  37. package/dist/cjs/{chunk-K4YAPDUE.cjs → chunk-ULD54VE4.cjs} +2 -2
  38. package/dist/cjs/{chunk-23YF4LFI.cjs → chunk-VMWCRZVT.cjs} +10 -7
  39. package/dist/cjs/{chunk-EJMC4JXF.cjs → chunk-XDKONUY6.cjs} +2 -2
  40. package/dist/cjs/{chunk-LHY62HPI.cjs → chunk-XEBVLUYW.cjs} +2 -2
  41. package/dist/cjs/{chunk-OZUCMWNE.cjs → chunk-XPQRSO4J.cjs} +2 -2
  42. package/dist/cjs/index.cjs +51 -51
  43. package/dist/cjs/public-functions/executeMultipleRoutes.cjs +14 -14
  44. package/dist/cjs/public-functions/executeRoute.cjs +14 -14
  45. package/dist/cjs/public-functions/getFeeInfoForChain.cjs +5 -5
  46. package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +6 -6
  47. package/dist/cjs/public-functions/getSigningStargateClient.cjs +5 -5
  48. package/dist/cjs/public-functions/setApiOptions.cjs +3 -3
  49. package/dist/cjs/public-functions/setClientOptions.cjs +4 -4
  50. package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +8 -8
  51. package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +6 -6
  52. package/dist/cjs/public-functions/waitForTransaction.cjs +5 -5
  53. package/dist/esm/api/getAssets.d.ts +2 -2
  54. package/dist/esm/api/getAssets.js +2 -2
  55. package/dist/esm/api/getAssetsBetweenChains.d.ts +2 -2
  56. package/dist/esm/api/getAssetsBetweenChains.js +2 -2
  57. package/dist/esm/api/getBridges.d.ts +4 -4
  58. package/dist/esm/api/getBridges.js +2 -2
  59. package/dist/esm/api/getChains.d.ts +2 -2
  60. package/dist/esm/api/getChains.js +2 -2
  61. package/dist/esm/api/getVenues.d.ts +1 -1
  62. package/dist/esm/api/getVenues.js +2 -2
  63. package/dist/esm/api/postAssetsFromSource.d.ts +11 -2
  64. package/dist/esm/api/postAssetsFromSource.js +3 -3
  65. package/dist/esm/api/postBalances.d.ts +3 -3
  66. package/dist/esm/api/postBalances.js +2 -2
  67. package/dist/esm/api/postIbcOriginAssets.d.ts +1 -1
  68. package/dist/esm/api/postIbcOriginAssets.js +2 -2
  69. package/dist/esm/api/postMessages.d.ts +3 -3
  70. package/dist/esm/api/postMessages.js +2 -2
  71. package/dist/esm/api/postMessagesDirect.d.ts +4 -2
  72. package/dist/esm/api/postMessagesDirect.js +2 -2
  73. package/dist/esm/api/postRecommendAssets.d.ts +2 -2
  74. package/dist/esm/api/postRecommendAssets.js +2 -2
  75. package/dist/esm/api/postRoute.d.ts +5 -3
  76. package/dist/esm/api/postRoute.js +2 -2
  77. package/dist/esm/api/postSubmitTransaction.d.ts +3 -3
  78. package/dist/esm/api/postSubmitTransaction.js +2 -2
  79. package/dist/esm/api/postTrackTransaction.d.ts +3 -3
  80. package/dist/esm/api/postTrackTransaction.js +2 -2
  81. package/dist/esm/api/postTransactionStatus.d.ts +3 -3
  82. package/dist/esm/api/postTransactionStatus.js +2 -2
  83. package/dist/esm/{apiState-DwZhwVul.d.ts → apiState-1VvikVK-.d.ts} +1 -0
  84. package/dist/esm/{callbacks-CvqAtBJq.d.ts → callbacks-DCqqd0D9.d.ts} +4 -6
  85. package/dist/esm/{chunk-ZOUYAZU6.js → chunk-263RYJUL.js} +1 -1
  86. package/dist/esm/{chunk-AND7HVIU.js → chunk-45B6E7AT.js} +1 -1
  87. package/dist/esm/{chunk-AZALP3WR.js → chunk-4YTLUDRU.js} +5 -5
  88. package/dist/esm/{chunk-7X4ERB3R.js → chunk-6HKZYODA.js} +1 -1
  89. package/dist/esm/{chunk-QIS6ILPS.js → chunk-7WXPBTSR.js} +3 -3
  90. package/dist/esm/{chunk-UI3SIFZN.js → chunk-A35RPDUV.js} +1 -1
  91. package/dist/esm/{chunk-JKN4E5VN.js → chunk-A4MFVNZO.js} +2 -2
  92. package/dist/esm/{chunk-S4RO2LHD.js → chunk-AGHQ7SIE.js} +1 -1
  93. package/dist/esm/{chunk-3XOGEVJL.js → chunk-B36HVX2L.js} +1 -1
  94. package/dist/esm/{chunk-KLGGCB73.js → chunk-BNMWBXN3.js} +2 -2
  95. package/dist/esm/{chunk-7RS3YIVC.js → chunk-CP55HI6R.js} +4 -4
  96. package/dist/esm/{chunk-CX5N7ZLJ.js → chunk-DQXGZGNJ.js} +1 -1
  97. package/dist/esm/{chunk-FH2YHZVV.js → chunk-EJZGYHGH.js} +5 -3
  98. package/dist/esm/{chunk-MPSXXWKL.js → chunk-GU3UHER5.js} +2 -2
  99. package/dist/esm/{chunk-52PEBJRQ.js → chunk-H2HTF2UF.js} +1 -1
  100. package/dist/esm/{chunk-Y2YCODZK.js → chunk-HPA2XUA3.js} +1 -1
  101. package/dist/esm/{chunk-MTAS5XMN.js → chunk-JQOJIEZA.js} +8 -8
  102. package/dist/esm/{chunk-APRMN34M.js → chunk-MFHZBJGQ.js} +1 -1
  103. package/dist/esm/chunk-RHGDUD76.js +180 -0
  104. package/dist/esm/{chunk-LHNGF5J2.js → chunk-RXZJUE4K.js} +2 -2
  105. package/dist/esm/{chunk-OTS5KO43.js → chunk-TLVHKYQ3.js} +1 -1
  106. package/dist/esm/{chunk-ZI3SYUQH.js → chunk-VG3G5QHN.js} +1 -1
  107. package/dist/esm/{chunk-JQ4F4WBG.js → chunk-W5AA7QOQ.js} +1 -1
  108. package/dist/esm/{chunk-VUXLWWLF.js → chunk-WSAZDCXR.js} +27 -14
  109. package/dist/esm/{chunk-A6KSECAH.js → chunk-X3PQKUOS.js} +5 -17
  110. package/dist/esm/{chunk-WBZVMPPV.js → chunk-Z2HSHJLW.js} +6 -3
  111. package/dist/esm/{client-types-Dk6ypWdO.d.ts → client-types-BSZasIDd.d.ts} +1 -1
  112. package/dist/esm/{generateApi-C_xgtxrO.d.ts → generateApi-CwM4Ca30.d.ts} +1 -1
  113. package/dist/esm/index.d.ts +216 -7
  114. package/dist/esm/index.js +26 -26
  115. package/dist/esm/public-functions/executeMultipleRoutes.d.ts +5 -5
  116. package/dist/esm/public-functions/executeMultipleRoutes.js +13 -13
  117. package/dist/esm/public-functions/executeRoute.d.ts +5 -5
  118. package/dist/esm/public-functions/executeRoute.js +13 -13
  119. package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
  120. package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +4 -4
  121. package/dist/esm/public-functions/getFeeInfoForChain.d.ts +2 -2
  122. package/dist/esm/public-functions/getFeeInfoForChain.js +4 -4
  123. package/dist/esm/public-functions/getRecommendedGasPrice.d.ts +1 -1
  124. package/dist/esm/public-functions/getRecommendedGasPrice.js +5 -5
  125. package/dist/esm/public-functions/getSigningStargateClient.js +4 -4
  126. package/dist/esm/public-functions/setApiOptions.d.ts +3 -3
  127. package/dist/esm/public-functions/setApiOptions.js +2 -2
  128. package/dist/esm/public-functions/setClientOptions.d.ts +5 -5
  129. package/dist/esm/public-functions/setClientOptions.js +3 -3
  130. package/dist/esm/public-functions/subscribeToRouteStatus.d.ts +5 -5
  131. package/dist/esm/public-functions/subscribeToRouteStatus.js +4 -4
  132. package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +5 -5
  133. package/dist/esm/public-functions/validateCosmosGasBalance.js +5 -5
  134. package/dist/esm/public-functions/waitForTransaction.d.ts +5 -5
  135. package/dist/esm/public-functions/waitForTransaction.js +4 -4
  136. package/dist/esm/{setClientOptions-BD8e7m2x.d.ts → setClientOptions-CrXIODm0.d.ts} +2 -2
  137. package/dist/esm/{swaggerTypes-DDwqIjap.d.ts → swaggerTypes-Bh6hu5Q-.d.ts} +220 -196
  138. package/package.json +1 -1
  139. package/dist/cjs/chunk-4YTACAVP.cjs +0 -185
  140. package/dist/esm/chunk-IUYOY23L.js +0 -180
@@ -348,6 +348,10 @@ interface GoFastTransfer {
348
348
  denomIn?: string;
349
349
  /** Denom of the output asset */
350
350
  denomOut?: string;
351
+ /** Source domain ID of the transfer */
352
+ sourceDomain?: string;
353
+ /** Destination domain ID of the transfer */
354
+ destinationDomain?: string;
351
355
  /** Go fast Fee */
352
356
  fee?: GoFastFee;
353
357
  }
@@ -1435,6 +1439,211 @@ interface Fee {
1435
1439
  /** Indicates whether this fee is deducted from the transfer amount or charged additionally */
1436
1440
  feeBehavior?: FeeBehavior;
1437
1441
  }
1442
+ interface BalancesRequest {
1443
+ chains?: Record<string, BalanceRequestChainEntry>;
1444
+ }
1445
+ interface AssetsFromSourceRequest {
1446
+ /** Denom of the source asset */
1447
+ sourceAssetDenom: string;
1448
+ /** Chain-id of the source asset */
1449
+ sourceAssetChainId: string;
1450
+ /**
1451
+ * Whether to include recommendations requiring multiple transactions to reach the destination
1452
+ * @default false
1453
+ */
1454
+ allowMultiTx?: boolean;
1455
+ /** Optional reason for recommending assets */
1456
+ recommendationReason?: Reason;
1457
+ /**
1458
+ * Whether to include swap routes
1459
+ * @default false
1460
+ */
1461
+ includeSwaps?: boolean;
1462
+ /** Swap venues to consider if including swap routes */
1463
+ swapVenues?: SwapVenue[];
1464
+ /**
1465
+ * Whether to only return native assets
1466
+ * @default false
1467
+ */
1468
+ nativeOnly?: boolean;
1469
+ /** Optional grouping key for results */
1470
+ groupBy?: string;
1471
+ /**
1472
+ * Whether to include CW20 tokens
1473
+ * @default false
1474
+ */
1475
+ includeCw20Assets?: boolean;
1476
+ }
1477
+ interface RouteRequest {
1478
+ /** Amount of source asset to be transferred or swapped. Only one of amount_in and amount_out should be provided. */
1479
+ amountIn?: string;
1480
+ /** Amount of destination asset to receive. Only one of amount_in and amount_out should be provided. If amount_out is provided for a swap, the route will be computed to give exactly amount_out. */
1481
+ amountOut?: string;
1482
+ /** Denom of the source asset */
1483
+ sourceAssetDenom?: string;
1484
+ /** Chain-id of the source asset */
1485
+ sourceAssetChainId?: string;
1486
+ /** Denom of the destination asset */
1487
+ destAssetDenom?: string;
1488
+ /** Chain-id of the destination asset */
1489
+ destAssetChainId?: string;
1490
+ /** Cumulative fee to be distributed to affiliates, in bps (optional) */
1491
+ cumulativeAffiliateFeeBps?: string;
1492
+ /** Swap venues to consider, if provided (optional) */
1493
+ swapVenues?: SwapVenue[];
1494
+ /**
1495
+ * Whether to allow route responses requiring multiple
1496
+ * transactions
1497
+ */
1498
+ allowMultiTx?: boolean;
1499
+ /** Toggles whether the api should return routes that fail price safety checks. */
1500
+ allowUnsafe?: boolean;
1501
+ /** Array of experimental features to enable */
1502
+ experimentalFeatures?: string[];
1503
+ /** Array of bridges to use */
1504
+ bridges?: BridgeType[];
1505
+ /** Indicates whether this transfer route should be relayed via Skip's Smart Relay service - true by default. */
1506
+ smartRelay?: boolean;
1507
+ smartSwapOptions?: SmartSwapOptions;
1508
+ /** Whether to allow swaps in the route */
1509
+ allowSwaps?: boolean;
1510
+ /** Whether to enable Go Fast routes */
1511
+ goFast?: boolean;
1512
+ }
1513
+ interface MsgsRequest {
1514
+ /** Denom of the source asset */
1515
+ sourceAssetDenom?: string;
1516
+ /** Chain-id of the source asset */
1517
+ sourceAssetChainId?: string;
1518
+ /** Denom of the destination asset */
1519
+ destAssetDenom?: string;
1520
+ /** Chain-id of the destination asset */
1521
+ destAssetChainId?: string;
1522
+ /** Amount of source asset to be transferred or swapped */
1523
+ amountIn?: string;
1524
+ /** Amount of destination asset out */
1525
+ amountOut?: string;
1526
+ /** Array of receipient and/or sender address for each chain in the path, corresponding to the chain_ids array returned from a route request */
1527
+ addressList?: string[];
1528
+ /** Array of operations required to perform the transfer or swap */
1529
+ operations?: Operation[];
1530
+ estimatedAmountOut?: string;
1531
+ /** Percent tolerance for slippage on swap, if a swap is performed */
1532
+ slippageTolerancePercent?: string;
1533
+ /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1534
+ timeoutSeconds?: string;
1535
+ postRouteHandler?: PostHandler;
1536
+ /** Map of chain-ids to arrays of affiliates. The API expects all chains to have the same cumulative affiliate fee bps for each chain specified. If any of the provided affiliate arrays does not have the same cumulative fee, the API will return an error. */
1537
+ chainIdsToAffiliates?: Record<string, ChainAffiliates>;
1538
+ /**
1539
+ * Whether to enable gas warnings for intermediate and destination chains
1540
+ * @default false
1541
+ */
1542
+ enableGasWarnings?: boolean;
1543
+ /** Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format. */
1544
+ feePayerAddress?: string;
1545
+ }
1546
+ interface MsgsDirectRequest {
1547
+ /** Denom of the source asset */
1548
+ sourceAssetDenom?: string;
1549
+ /** Chain-id of the source asset */
1550
+ sourceAssetChainId?: string;
1551
+ /** Denom of the destination asset */
1552
+ destAssetDenom?: string;
1553
+ /** Chain-id of the destination asset */
1554
+ destAssetChainId?: string;
1555
+ /** Amount of source asset to be transferred or swapped. If this is a swap, only one of amount_in and amount_out should be provided. */
1556
+ amountIn?: string;
1557
+ /** Amount of destination asset out. If this is a swap, only one of amount_in and amount_out should be provided. If amount_out is provided for a swap, the route will be computed to give exactly amount_out. */
1558
+ amountOut?: string;
1559
+ /** Map of chain-ids to receipient and/or sender address for each chain in the path. Since the path is not known to the caller beforehand, the caller should attempt to provide addresses for all chains in the path, and the API will return an error if the path cannot be constructed. */
1560
+ chainIdsToAddresses?: Record<string, string>;
1561
+ /** Swap venues to consider, if provided (optional) */
1562
+ swapVenues?: SwapVenue[];
1563
+ /** Percent tolerance for slippage on swap, if a swap is performed */
1564
+ slippageTolerancePercent?: string;
1565
+ /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1566
+ timeoutSeconds?: string;
1567
+ /** Map of chain-ids to arrays of affiliates. Since cumulative_affiliate_fee_bps must be provided to retrieve a route, and the swap chain is not known at this time, all chains must have the same cumulative_affiliate_fee_bps otherwise the API will return an error. */
1568
+ chainIdsToAffiliates?: Record<string, ChainAffiliates>;
1569
+ postRouteHandler?: PostHandler;
1570
+ /**
1571
+ * Whether to allow route responses requiring multiple
1572
+ * transactions
1573
+ */
1574
+ allowMultiTx?: boolean;
1575
+ /** Toggles whether the api should return routes that fail price safety checks. */
1576
+ allowUnsafe?: boolean;
1577
+ /** Array of experimental features to enable */
1578
+ experimentalFeatures?: string[];
1579
+ /** Array of bridges to use */
1580
+ bridges?: BridgeType[];
1581
+ /** Indicates whether this transfer route should be relayed via Skip's Smart Relay service */
1582
+ smartRelay?: boolean;
1583
+ smartSwapOptions?: SmartSwapOptions;
1584
+ /** Whether to allow swaps in the route */
1585
+ allowSwaps?: boolean;
1586
+ /** Whether to enable Go Fast routes */
1587
+ goFast?: boolean;
1588
+ /**
1589
+ * Whether to enable gas warnings for intermediate and destination chains
1590
+ * @default false
1591
+ */
1592
+ enableGasWarnings?: boolean;
1593
+ /** Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format. */
1594
+ feePayerAddress?: string;
1595
+ }
1596
+ interface AssetRecommendationsRequest {
1597
+ /** Array where each entry corresponds to a distinct asset recommendation request. */
1598
+ requests?: RecommendationRequest[];
1599
+ }
1600
+ interface SubmitTxRequest {
1601
+ /** Signed base64 encoded transaction */
1602
+ tx?: string;
1603
+ /** Chain ID of the transaction */
1604
+ chainId?: string;
1605
+ }
1606
+ interface TrackTxRequest {
1607
+ /** Hex encoded hash of the transaction to track */
1608
+ txHash: string;
1609
+ /** Chain ID of the transaction */
1610
+ chainId: string;
1611
+ }
1612
+ interface IbcOriginAssetsRequest {
1613
+ /** Array of assets to get origin assets for */
1614
+ assets?: {
1615
+ /** Denom of the asset */
1616
+ denom?: string;
1617
+ /** Chain-id of the asset */
1618
+ chainId?: string;
1619
+ }[];
1620
+ }
1621
+ interface AssetsBetweenChainsRequest {
1622
+ /** Chain-id of the source chain */
1623
+ sourceChainId?: string;
1624
+ /** Chain-id of the destination chain */
1625
+ destChainId?: string;
1626
+ /**
1627
+ * Whether to include assets without metadata (symbol, name, logo_uri, etc.)
1628
+ * @default false
1629
+ */
1630
+ includeNoMetadataAssets?: boolean;
1631
+ /**
1632
+ * Whether to include CW20 tokens
1633
+ * @default false
1634
+ */
1635
+ includeCw20Assets?: boolean;
1636
+ /**
1637
+ * Whether to include EVM tokens
1638
+ * @default false
1639
+ */
1640
+ includeEvmAssets?: boolean;
1641
+ /**
1642
+ * Whether to include recommendations requiring multiple transactions to reach the destination
1643
+ * @default false
1644
+ */
1645
+ allowMultiTx?: boolean;
1646
+ }
1438
1647
  interface ChainsRequest {
1439
1648
  /** Chain IDs to limit the response to, defaults to all chains if not provided */
1440
1649
  chainIds?: string[];
@@ -1664,9 +1873,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1664
1873
  * @request POST:/v2/info/balances
1665
1874
  * @response `200` `BalancesResponse` The balances of the assets
1666
1875
  */
1667
- balances: (data: {
1668
- chains?: Record<string, BalanceRequestChainEntry>;
1669
- }, params?: RequestParams) => Promise<HttpResponse<BalancesResponse, any>>;
1876
+ balances: (data: BalancesRequest, params?: RequestParams) => Promise<HttpResponse<BalancesResponse, any>>;
1670
1877
  /**
1671
1878
  * @description Get all supported bridges
1672
1879
  *
@@ -1706,22 +1913,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1706
1913
  * @response `400` `Error` The request was invalid, e.g. field is invalid
1707
1914
  * @response `500` `Error` Internal server error
1708
1915
  */
1709
- assetsFromSource: (data: {
1710
- /** Denom of the source asset */
1711
- source_asset_denom: string;
1712
- /** Chain-id of the source asset */
1713
- source_asset_chain_id: string;
1714
- /**
1715
- * Whether to include recommendations requiring multiple transactions to reach the destination
1716
- * @default false
1717
- */
1718
- allow_multi_tx?: boolean;
1719
- /**
1720
- * Whether to include CW20 tokens
1721
- * @default false
1722
- */
1723
- include_cw20_assets?: boolean;
1724
- }, params?: RequestParams) => Promise<HttpResponse<AssetsFromSourceResponse, Error>>;
1916
+ assetsFromSource: (data: AssetsFromSourceRequest, params?: RequestParams) => Promise<HttpResponse<AssetsFromSourceResponse, Error>>;
1725
1917
  /**
1726
1918
  * @description This supports cross-chain actions among EVM chains, Cosmos chains, and between them. Returns the sequence of transfers and/or swaps to reach the given destination asset from the given source asset, along with estimated amount out. Commonly called before /msgs to generate route info and quote.
1727
1919
  *
@@ -1732,39 +1924,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1732
1924
  * @response `400` `Error` The request was invalid, e.g. an invalid amount was passed or the swap size is unsafe
1733
1925
  * @response `500` `Error` Internal server error
1734
1926
  */
1735
- route: (data: {
1736
- /** Amount of source asset to be transferred or swapped. Only one of amount_in and amount_out should be provided. */
1737
- amount_in?: string;
1738
- /** Amount of destination asset to receive. Only one of amount_in and amount_out should be provided. If amount_out is provided for a swap, the route will be computed to give exactly amount_out. */
1739
- amount_out?: string;
1740
- /** Denom of the source asset */
1741
- source_asset_denom?: string;
1742
- /** Chain-id of the source asset */
1743
- source_asset_chain_id?: string;
1744
- /** Denom of the destination asset */
1745
- dest_asset_denom?: string;
1746
- /** Chain-id of the destination asset */
1747
- dest_asset_chain_id?: string;
1748
- /** Cumulative fee to be distributed to affiliates, in bps (optional) */
1749
- cumulative_affiliate_fee_bps?: string | null;
1750
- /** Swap venues to consider, if provided (optional) */
1751
- swap_venues?: SwapVenue[];
1752
- /** Whether to allow route responses requiring multiple transactions */
1753
- allow_multi_tx?: boolean;
1754
- /** Toggles whether the api should return routes that fail price safety checks. */
1755
- allow_unsafe?: boolean;
1756
- /** Array of experimental features to enable */
1757
- experimental_features?: string[];
1758
- /** Array of bridges to use */
1759
- bridges?: BridgeType[];
1760
- /** Indicates whether this transfer route should be relayed via Skip's Smart Relay service - true by default. */
1761
- smart_relay?: boolean;
1762
- smart_swap_options?: SmartSwapOptions;
1763
- /** Whether to allow swaps in the route */
1764
- allow_swaps?: boolean;
1765
- /** Whether to enable Go Fast routes */
1766
- go_fast?: boolean;
1767
- }, params?: RequestParams) => Promise<HttpResponse<Route, Error>>;
1927
+ route: (data: RouteRequest, params?: RequestParams) => Promise<HttpResponse<Route, Error>>;
1768
1928
  /**
1769
1929
  * @description This supports cross-chain actions among EVM chains, Cosmos chains, and between them. Returns minimal number of messages required to execute a multi-chain swap or transfer. Input consists of the output of route with additional information required for message construction (e.g. destination addresses for each chain)
1770
1930
  *
@@ -1775,39 +1935,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1775
1935
  * @response `400` `Error` The request was invalid, e.g. an invalid amount was passed.
1776
1936
  * @response `500` `Error` Internal server error
1777
1937
  */
1778
- msgs: (data: {
1779
- /** Denom of the source asset */
1780
- source_asset_denom: string;
1781
- /** Chain-id of the source asset */
1782
- source_asset_chain_id: string;
1783
- /** Denom of the destination asset */
1784
- dest_asset_denom: string;
1785
- /** Chain-id of the destination asset */
1786
- dest_asset_chain_id: string;
1787
- /** Amount of source asset to be transferred or swapped */
1788
- amount_in: string;
1789
- /** Amount of destination asset out */
1790
- amount_out: string;
1791
- /** Array of receipient and/or sender address for each chain in the path, corresponding to the chain_ids array returned from a route request */
1792
- address_list: string[];
1793
- /** Array of operations required to perform the transfer or swap */
1794
- operations: Operation[];
1795
- estimated_amount_out?: string;
1796
- /** Percent tolerance for slippage on swap, if a swap is performed */
1797
- slippage_tolerance_percent?: string;
1798
- /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1799
- timeout_seconds?: string;
1800
- post_route_handler?: PostHandler;
1801
- /** Map of chain-ids to arrays of affiliates. The API expects all chains to have the same cumulative affiliate fee bps for each chain specified. If any of the provided affiliate arrays does not have the same cumulative fee, the API will return an error. */
1802
- chain_ids_to_affiliates?: Record<string, ChainAffiliates>;
1803
- /**
1804
- * Whether to enable gas warnings for intermediate and destination chains
1805
- * @default false
1806
- */
1807
- enable_gas_warnings?: boolean;
1808
- /** Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format. */
1809
- fee_payer_address?: string;
1810
- }, params?: RequestParams) => Promise<HttpResponse<MsgsResponse, Error>>;
1938
+ msgs: (data: MsgsRequest, params?: RequestParams) => Promise<HttpResponse<MsgsResponse, Error>>;
1811
1939
  /**
1812
1940
  * @description This supports cross-chain actions among EVM chains, Cosmos chains, and between them. Returns minimal number of messages required to execute a multi-chain swap or transfer. This is a convenience endpoint that combines /route and /msgs into a single call.
1813
1941
  *
@@ -1818,53 +1946,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1818
1946
  * @response `400` `Error` The request was invalid, e.g. an invalid amount was passed or the swap size is unsafe
1819
1947
  * @response `500` `Error` Internal server error
1820
1948
  */
1821
- msgsDirect: (data: {
1822
- /** Denom of the source asset */
1823
- source_asset_denom?: string;
1824
- /** Chain-id of the source asset */
1825
- source_asset_chain_id?: string;
1826
- /** Denom of the destination asset */
1827
- dest_asset_denom?: string;
1828
- /** Chain-id of the destination asset */
1829
- dest_asset_chain_id?: string;
1830
- /** Amount of source asset to be transferred or swapped. If this is a swap, only one of amount_in and amount_out should be provided. */
1831
- amount_in?: string;
1832
- /** Amount of destination asset out. If this is a swap, only one of amount_in and amount_out should be provided. If amount_out is provided for a swap, the route will be computed to give exactly amount_out. */
1833
- amount_out?: string;
1834
- /** Map of chain-ids to receipient and/or sender address for each chain in the path. Since the path is not known to the caller beforehand, the caller should attempt to provide addresses for all chains in the path, and the API will return an error if the path cannot be constructed. */
1835
- chain_ids_to_addresses?: Record<string, string>;
1836
- /** Swap venues to consider, if provided (optional) */
1837
- swap_venues?: SwapVenue[];
1838
- /** Percent tolerance for slippage on swap, if a swap is performed */
1839
- slippage_tolerance_percent?: string;
1840
- /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1841
- timeout_seconds?: string;
1842
- /** Map of chain-ids to arrays of affiliates. Since cumulative_affiliate_fee_bps must be provided to retrieve a route, and the swap chain is not known at this time, all chains must have the same cumulative_affiliate_fee_bps otherwise the API will return an error. */
1843
- chain_ids_to_affiliates?: Record<string, ChainAffiliates>;
1844
- post_route_handler?: PostHandler;
1845
- /** Whether to allow route responses requiring multiple transactions */
1846
- allow_multi_tx?: boolean;
1847
- /** Toggles whether the api should return routes that fail price safety checks. */
1848
- allow_unsafe?: boolean;
1849
- /** Array of experimental features to enable */
1850
- experimental_features?: string[];
1851
- /** Array of bridges to use */
1852
- bridges?: BridgeType[];
1853
- /** Indicates whether this transfer route should be relayed via Skip's Smart Relay service */
1854
- smart_relay?: boolean;
1855
- smart_swap_options?: SmartSwapOptions;
1856
- /** Whether to allow swaps in the route */
1857
- allow_swaps?: boolean;
1858
- /** Whether to enable Go Fast routes */
1859
- go_fast?: boolean;
1860
- /**
1861
- * Whether to enable gas warnings for intermediate and destination chains
1862
- * @default false
1863
- */
1864
- enable_gas_warnings?: boolean;
1865
- /** Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format. */
1866
- fee_payer_address?: string;
1867
- }, params?: RequestParams) => Promise<HttpResponse<MsgsDirectResponse, Error>>;
1949
+ msgsDirect: (data: MsgsDirectRequest, params?: RequestParams) => Promise<HttpResponse<MsgsDirectResponse, Error>>;
1868
1950
  /**
1869
1951
  * @description Request asset recommendations for the given source assets on a given destination chain. The response includes recommended destination assets and recommendation reasons.
1870
1952
  *
@@ -1876,10 +1958,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1876
1958
  * @response `404` `Error` A recommendation or the specified token was not found
1877
1959
  * @response `500` `Error` Internal server error
1878
1960
  */
1879
- assetRecommendations: (data: {
1880
- /** Array where each entry corresponds to a distinct asset recommendation request. */
1881
- requests?: RecommendationRequest[];
1882
- }, params?: RequestParams) => Promise<HttpResponse<AssetRecommendationsResponse, Error>>;
1961
+ assetRecommendations: (data: AssetRecommendationsRequest, params?: RequestParams) => Promise<HttpResponse<AssetRecommendationsResponse, Error>>;
1883
1962
  /**
1884
1963
  * @description Submit a signed base64 encoded transaction to be broadcast to the specified network. On successful submission, the status of the transaction and any subsequent IBC or Axelar transfers can be queried through the /status endpoint.
1885
1964
  *
@@ -1891,18 +1970,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1891
1970
  * @response `404` `Error` The specified chain is not supported.
1892
1971
  * @response `500` `Error` Internal server error
1893
1972
  */
1894
- submit: (data: {
1895
- /**
1896
- * Signed base64 encoded transaction
1897
- * @example "base64 encoded transaction"
1898
- */
1899
- tx?: string;
1900
- /**
1901
- * Chain ID of the transaction
1902
- * @example "osmosis-1"
1903
- */
1904
- chain_id?: string;
1905
- }, params?: RequestParams) => Promise<HttpResponse<SubmitResponse, Error>>;
1973
+ submit: (data: SubmitTxRequest, params?: RequestParams) => Promise<HttpResponse<SubmitResponse, Error>>;
1906
1974
  /**
1907
1975
  * @description Requests tracking of a transaction that has already landed on-chain but was not broadcast through the Skip Go API. The status of a tracked transaction and subsequent IBC or Axelar transfers if routing assets cross chain can be queried through the /status endpoint.
1908
1976
  *
@@ -1914,18 +1982,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1914
1982
  * @response `404` `Error` The specified chain is not supported or the specified transaction was not found.
1915
1983
  * @response `500` `Error` Internal server error
1916
1984
  */
1917
- track: (data: {
1918
- /**
1919
- * Hex encoded hash of the transaction to track
1920
- * @example "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F"
1921
- */
1922
- tx_hash: string;
1923
- /**
1924
- * Chain ID of the transaction
1925
- * @example "osmosis-1"
1926
- */
1927
- chain_id: string;
1928
- }, params?: RequestParams) => Promise<HttpResponse<TrackResponse, Error>>;
1985
+ track: (data: TrackTxRequest, params?: RequestParams) => Promise<HttpResponse<TrackResponse, Error>>;
1929
1986
  /**
1930
1987
  * @description Get the status of the specified transaction and any subsequent IBC or Axelar transfers if routing assets cross chain. The transaction must have previously been submitted to either the /submit or /track endpoints.
1931
1988
  *
@@ -1947,15 +2004,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1947
2004
  * @response `400` `Error` The request was invalid, i.e. required fields are missing
1948
2005
  * @response `500` `Error` Internal server error
1949
2006
  */
1950
- ibcOriginAssets: (data: {
1951
- /** Array of assets to get origin assets for */
1952
- assets?: {
1953
- /** Denom of the asset */
1954
- denom?: string;
1955
- /** Chain-id of the asset */
1956
- chain_id?: string;
1957
- }[];
1958
- }, params?: RequestParams) => Promise<HttpResponse<IbcOriginAssetsResponse, Error>>;
2007
+ ibcOriginAssets: (data: IbcOriginAssetsRequest, params?: RequestParams) => Promise<HttpResponse<IbcOriginAssetsResponse, Error>>;
1959
2008
  /**
1960
2009
  * @description Given 2 chain IDs, returns a list of equivalent assets that can be transferred
1961
2010
  *
@@ -1966,32 +2015,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1966
2015
  * @response `404` `Error` One of the chain IDs was not found
1967
2016
  * @response `500` `Error` Internal server error
1968
2017
  */
1969
- fungibleAssetsBetweenChainsCreate: (data: {
1970
- /** Chain-id of the source chain */
1971
- source_chain_id?: string;
1972
- /** Chain-id of the destination chain */
1973
- dest_chain_id?: string;
1974
- /**
1975
- * Whether to include assets without metadata (symbol, name, logo_uri, etc.)
1976
- * @default false
1977
- */
1978
- include_no_metadata_assets?: boolean;
1979
- /**
1980
- * Whether to include CW20 tokens
1981
- * @default false
1982
- */
1983
- include_cw20_assets?: boolean;
1984
- /**
1985
- * Whether to include EVM tokens
1986
- * @default false
1987
- */
1988
- include_evm_assets?: boolean;
1989
- /**
1990
- * Whether to include recommendations requiring multiple transactions to reach the destination
1991
- * @default false
1992
- */
1993
- allow_multi_tx?: boolean;
1994
- }, params?: RequestParams) => Promise<HttpResponse<FungibleAssetsBetweenChainsCreateResponse, Error>>;
2018
+ fungibleAssetsBetweenChainsCreate: (data: AssetsBetweenChainsRequest, params?: RequestParams) => Promise<HttpResponse<FungibleAssetsBetweenChainsCreateResponse, Error>>;
1995
2019
  }
1996
2020
 
1997
- export { type EvmTx as $, type AcknowledgementErrorDetails as A, type BalanceRequestChainEntry as B, type CCTPTransfer as C, type BalanceResponseDenomEntry as D, type BalanceResponseChainEntry as E, type BankSend as F, type GoFastTransfer as G, type BankSendWrapper as H, type Bridge as I, BridgeType as J, type Chain as K, ChainType as L, type ChainAffiliates as M, type ContractCallWithTokenError as N, ContractCallWithTokenErrorType as O, type ContractCallWithTokenTxs as P, type CosmWasmContractMsg as Q, type CosmWasmContractMsgWrapper as R, type SmartRelayFeeQuote as S, type Erc20Approval as T, type ErrorDetail as U, type Error as V, type CosmosMsg as W, type CosmosTx as X, type CosmosTxWrapper as Y, type EvmSwap as Z, type EvmSwapWrapper as _, type Affiliate as a, type LayerZeroTransferWrapper as a$, type EvmTxWrapper as a0, type SvmTx as a1, type SvmTxWrapper as a2, type FeeAsset as a3, type GoFastFee as a4, type GRPCStatusCode as a5, type HyperlaneTransfer as a6, type HyperlaneTransferInfo as a7, HyperlaneTransferState as a8, type HyperlaneTransferTransactions as a9, type SwapOperation as aA, type SwapOutWrapper as aB, type SwapRoute as aC, type SmartSwapExactCoinIn as aD, type SmartSwapOptions as aE, type SmartSwapInWrapper as aF, type SwapVenue as aG, type SwapWrapper as aH, type TransactionExecutionErrorDetails as aI, TransactionState as aJ, type OPInitTransfer as aK, type OPInitTransferWrapper as aL, type OPInitTransferInfo as aM, type OPInitTransferTxs as aN, OPInitTransferState as aO, LayerZeroTransferState as aP, type Transfer as aQ, type TransferEvent as aR, TransferState as aS, type TransferAssetRelease as aT, type TransferStatus as aU, type TransferWrapper as aV, type EurekaTransfer as aW, type EurekaTransferInfo as aX, type EurekaTransferWrapper as aY, type LayerZeroTransfer as aZ, type LayerZeroTransferInfo as a_, type HyperlaneTransferWrapper as aa, type IBCTransferInfo as ab, type Msg as ac, type Tx as ad, type MultiChainMsg as ae, type MultiChainMsgWrapper as af, type Operation as ag, type OptionalAsset as ah, type LayerZeroTransferTransactions as ai, type Packet as aj, type PacketError as ak, PacketErrorType as al, type ChainTransaction as am, type PostHandler as an, Reason as ao, RoutePriceWarningType as ap, type Route as aq, type SendTokenError as ar, SendTokenErrorType as as, type SendTokenTxs as at, type StatusError as au, StatusErrorType as av, type Swap as aw, type SwapExactCoinIn as ax, type SwapExactCoinOut as ay, type SwapInWrapper as az, type ApiError as b, type RecommendationRequest as b0, type CosmosModuleSupport as b1, type IbcCapabilities as b2, FeeType as b3, FeeBehavior as b4, type Fee as b5, type ChainsRequest as b6, type ChainsResponse as b7, type BalancesResponse as b8, type BridgesResponse as b9, type VenuesRequest as ba, type VenuesResponse as bb, type AssetsRequest as bc, type AssetsResponse as bd, type AssetsFromSourceResponse as be, type RouteResponse as bf, type MsgsResponse as bg, type MsgsDirectResponse as bh, type AssetRecommendationsResponse as bi, type SubmitResponse as bj, type TrackResponse as bk, type StatusRequest as bl, type StatusResponse as bm, type IbcOriginAssetsResponse as bn, type FungibleAssetsBetweenChainsCreateResponse as bo, type QueryParamsType as bp, type ResponseFormat as bq, type FullRequestParams as br, type RequestParams as bs, type ApiConfig as bt, type HttpResponse as bu, ContentType as bv, HttpClient as bw, Api as bx, type Asset as c, type AssetBetweenChains as d, type AssetRecommendation as e, AutopilotAction as f, type AutopilotMsg as g, type AutopilotMsgWrapper as h, type AxelarTransfer as i, type AxelarTransferInfo as j, AxelarTransferState as k, AxelarTransferType as l, type AxelarTransferWrapper as m, type CCTPTransferInfo as n, type CCTPTransferTxs as o, CCTPTransferState as p, type CCTPTransferWrapper as q, type StargateTransfer as r, StargateTransferState as s, type StargateTransferTxs as t, type StargateTransferInfo as u, type StargateTransferWrapper as v, GoFastTransferState as w, type GoFastTransferTxs as x, type GoFastTransferInfo as y, type GoFastTransferWrapper as z };
2021
+ export { type EvmTx as $, type AcknowledgementErrorDetails as A, type BalanceRequestChainEntry as B, type CCTPTransfer as C, type BalanceResponseDenomEntry as D, type BalanceResponseChainEntry as E, type BankSend as F, type GoFastTransfer as G, type BankSendWrapper as H, type Bridge as I, BridgeType as J, type Chain as K, ChainType as L, type ChainAffiliates as M, type ContractCallWithTokenError as N, ContractCallWithTokenErrorType as O, type ContractCallWithTokenTxs as P, type CosmWasmContractMsg as Q, type CosmWasmContractMsgWrapper as R, type SmartRelayFeeQuote as S, type Erc20Approval as T, type ErrorDetail as U, type Error as V, type CosmosMsg as W, type CosmosTx as X, type CosmosTxWrapper as Y, type EvmSwap as Z, type EvmSwapWrapper as _, type Affiliate as a, type LayerZeroTransferWrapper as a$, type EvmTxWrapper as a0, type SvmTx as a1, type SvmTxWrapper as a2, type FeeAsset as a3, type GoFastFee as a4, type GRPCStatusCode as a5, type HyperlaneTransfer as a6, type HyperlaneTransferInfo as a7, HyperlaneTransferState as a8, type HyperlaneTransferTransactions as a9, type SwapOperation as aA, type SwapOutWrapper as aB, type SwapRoute as aC, type SmartSwapExactCoinIn as aD, type SmartSwapOptions as aE, type SmartSwapInWrapper as aF, type SwapVenue as aG, type SwapWrapper as aH, type TransactionExecutionErrorDetails as aI, TransactionState as aJ, type OPInitTransfer as aK, type OPInitTransferWrapper as aL, type OPInitTransferInfo as aM, type OPInitTransferTxs as aN, OPInitTransferState as aO, LayerZeroTransferState as aP, type Transfer as aQ, type TransferEvent as aR, TransferState as aS, type TransferAssetRelease as aT, type TransferStatus as aU, type TransferWrapper as aV, type EurekaTransfer as aW, type EurekaTransferInfo as aX, type EurekaTransferWrapper as aY, type LayerZeroTransfer as aZ, type LayerZeroTransferInfo as a_, type HyperlaneTransferWrapper as aa, type IBCTransferInfo as ab, type Msg as ac, type Tx as ad, type MultiChainMsg as ae, type MultiChainMsgWrapper as af, type Operation as ag, type OptionalAsset as ah, type LayerZeroTransferTransactions as ai, type Packet as aj, type PacketError as ak, PacketErrorType as al, type ChainTransaction as am, type PostHandler as an, Reason as ao, RoutePriceWarningType as ap, type Route as aq, type SendTokenError as ar, SendTokenErrorType as as, type SendTokenTxs as at, type StatusError as au, StatusErrorType as av, type Swap as aw, type SwapExactCoinIn as ax, type SwapExactCoinOut as ay, type SwapInWrapper as az, type ApiError as b, type RecommendationRequest as b0, type CosmosModuleSupport as b1, type IbcCapabilities as b2, FeeType as b3, FeeBehavior as b4, type Fee as b5, type BalancesRequest as b6, type AssetsFromSourceRequest as b7, type MsgsRequest as b8, type MsgsDirectRequest as b9, type FullRequestParams as bA, type RequestParams as bB, type ApiConfig as bC, type HttpResponse as bD, ContentType as bE, HttpClient as bF, Api as bG, type AssetRecommendationsRequest as ba, type SubmitTxRequest as bb, type TrackTxRequest as bc, type IbcOriginAssetsRequest as bd, type AssetsBetweenChainsRequest as be, type ChainsRequest as bf, type ChainsResponse as bg, type BalancesResponse as bh, type BridgesResponse as bi, type VenuesRequest as bj, type VenuesResponse as bk, type AssetsRequest as bl, type AssetsResponse as bm, type AssetsFromSourceResponse as bn, type RouteResponse as bo, type MsgsResponse as bp, type MsgsDirectResponse as bq, type AssetRecommendationsResponse as br, type SubmitResponse as bs, type TrackResponse as bt, type StatusRequest as bu, type StatusResponse as bv, type IbcOriginAssetsResponse as bw, type FungibleAssetsBetweenChainsCreateResponse as bx, type QueryParamsType as by, type ResponseFormat as bz, type Asset as c, type AssetBetweenChains as d, type AssetRecommendation as e, AutopilotAction as f, type AutopilotMsg as g, type AutopilotMsgWrapper as h, type AxelarTransfer as i, type AxelarTransferInfo as j, AxelarTransferState as k, AxelarTransferType as l, type AxelarTransferWrapper as m, type CCTPTransferInfo as n, type CCTPTransferTxs as o, CCTPTransferState as p, type CCTPTransferWrapper as q, type StargateTransfer as r, StargateTransferState as s, type StargateTransferTxs as t, type StargateTransferInfo as u, type StargateTransferWrapper as v, GoFastTransferState as w, type GoFastTransferTxs as x, type GoFastTransferInfo as y, type GoFastTransferWrapper as z };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/client",
3
3
  "description": "JavaScript SDK for Skip Go API",
4
- "version": "1.5.0",
4
+ "version": "1.5.2",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "type": "module",
7
7
  "main": "./dist/cjs/index.cjs",