@skip-go/client 1.5.2 → 1.5.3-alpha.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.
Files changed (151) hide show
  1. package/dist/cjs/api/getAssets.cjs +5 -5
  2. package/dist/cjs/api/getAssetsBetweenChains.cjs +4 -4
  3. package/dist/cjs/api/getBridges.cjs +4 -4
  4. package/dist/cjs/api/getChains.cjs +4 -4
  5. package/dist/cjs/api/getVenues.cjs +4 -4
  6. package/dist/cjs/api/postAssetsFromSource.cjs +5 -5
  7. package/dist/cjs/api/postBalances.cjs +4 -4
  8. package/dist/cjs/api/postIbcOriginAssets.cjs +4 -4
  9. package/dist/cjs/api/postMessages.cjs +4 -4
  10. package/dist/cjs/api/postMessagesDirect.cjs +4 -4
  11. package/dist/cjs/api/postRecommendAssets.cjs +4 -4
  12. package/dist/cjs/api/postRoute.cjs +4 -4
  13. package/dist/cjs/api/postSubmitTransaction.cjs +4 -4
  14. package/dist/cjs/api/postTrackTransaction.cjs +4 -4
  15. package/dist/cjs/api/postTransactionStatus.cjs +4 -4
  16. package/dist/cjs/{chunk-EI4ZWAEU.cjs → chunk-262HFM6V.cjs} +2 -2
  17. package/dist/cjs/{chunk-XPQRSO4J.cjs → chunk-3NHW3XWK.cjs} +2 -2
  18. package/dist/cjs/{chunk-XEBVLUYW.cjs → chunk-4MV4GLIA.cjs} +2 -2
  19. package/dist/cjs/{chunk-MHVCR4QO.cjs → chunk-4NGHNHAS.cjs} +6 -6
  20. package/dist/cjs/{chunk-3IWLZ562.cjs → chunk-7SZZBUBD.cjs} +3 -3
  21. package/dist/cjs/{chunk-LARLMUFZ.cjs → chunk-APJDSXWR.cjs} +10 -10
  22. package/dist/cjs/{chunk-R3TSJPKH.cjs → chunk-AW6IQ7JH.cjs} +2 -2
  23. package/dist/cjs/{chunk-7D433NQ5.cjs → chunk-BCX2D6TE.cjs} +91 -18
  24. package/dist/cjs/{chunk-JUKPQLLQ.cjs → chunk-FF5UWES6.cjs} +4 -4
  25. package/dist/cjs/{chunk-MMGVGXA5.cjs → chunk-HFEMNOJS.cjs} +7 -1
  26. package/dist/cjs/{chunk-HEYFLFKD.cjs → chunk-I2FDWZZJ.cjs} +810 -109
  27. package/dist/cjs/{chunk-MFJ6S6TL.cjs → chunk-JWWJIJUE.cjs} +2 -2
  28. package/dist/cjs/{chunk-5RP766TT.cjs → chunk-KWH6S7PB.cjs} +6 -6
  29. package/dist/cjs/{chunk-GO4BJ6G2.cjs → chunk-NWD4MAMT.cjs} +14 -8
  30. package/dist/cjs/{chunk-66VIHDGM.cjs → chunk-PDTIT3JO.cjs} +13 -13
  31. package/dist/cjs/{chunk-2MAYN27U.cjs → chunk-PLO5CVGN.cjs} +2 -2
  32. package/dist/cjs/{chunk-5HZLL5KD.cjs → chunk-QAHHTQ7V.cjs} +4 -4
  33. package/dist/cjs/{chunk-AJYZ5GAD.cjs → chunk-RBM66GW6.cjs} +2 -2
  34. package/dist/cjs/{chunk-ULD54VE4.cjs → chunk-RC73RNNQ.cjs} +4 -4
  35. package/dist/cjs/{chunk-N2RG3CRN.cjs → chunk-S3BKLN4L.cjs} +2 -2
  36. package/dist/cjs/{chunk-KPV3PGBG.cjs → chunk-T5EGKQAT.cjs} +2 -2
  37. package/dist/cjs/chunk-UMBMSRZZ.cjs +185 -0
  38. package/dist/cjs/{chunk-4R6OCWRR.cjs → chunk-WKYP2NMS.cjs} +8 -6
  39. package/dist/cjs/{chunk-VMWCRZVT.cjs → chunk-XCFPRLX3.cjs} +8 -8
  40. package/dist/cjs/{chunk-XDKONUY6.cjs → chunk-ZBJZTBIW.cjs} +2 -2
  41. package/dist/cjs/index.cjs +189 -251
  42. package/dist/cjs/public-functions/executeMultipleRoutes.cjs +27 -17
  43. package/dist/cjs/public-functions/executeRoute.cjs +27 -17
  44. package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
  45. package/dist/cjs/public-functions/getFeeInfoForChain.cjs +6 -7
  46. package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +8 -9
  47. package/dist/cjs/public-functions/getRouteWithGasOnReceive.cjs +39 -0
  48. package/dist/cjs/public-functions/getSigningStargateClient.cjs +6 -6
  49. package/dist/cjs/public-functions/setApiOptions.cjs +4 -4
  50. package/dist/cjs/public-functions/setClientOptions.cjs +5 -5
  51. package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +9 -9
  52. package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +8 -8
  53. package/dist/cjs/public-functions/waitForTransaction.cjs +6 -6
  54. package/dist/esm/api/getAssets.d.ts +1 -1
  55. package/dist/esm/api/getAssets.js +3 -3
  56. package/dist/esm/api/getAssetsBetweenChains.d.ts +21 -21
  57. package/dist/esm/api/getAssetsBetweenChains.js +3 -3
  58. package/dist/esm/api/getBridges.d.ts +1 -1
  59. package/dist/esm/api/getBridges.js +3 -3
  60. package/dist/esm/api/getChains.d.ts +1 -1
  61. package/dist/esm/api/getChains.js +3 -3
  62. package/dist/esm/api/getVenues.js +3 -3
  63. package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
  64. package/dist/esm/api/postAssetsFromSource.js +4 -4
  65. package/dist/esm/api/postBalances.d.ts +2 -2
  66. package/dist/esm/api/postBalances.js +3 -3
  67. package/dist/esm/api/postIbcOriginAssets.d.ts +10 -10
  68. package/dist/esm/api/postIbcOriginAssets.js +3 -3
  69. package/dist/esm/api/postMessages.d.ts +12 -12
  70. package/dist/esm/api/postMessages.js +3 -3
  71. package/dist/esm/api/postMessagesDirect.d.ts +163 -161
  72. package/dist/esm/api/postMessagesDirect.js +3 -3
  73. package/dist/esm/api/postRecommendAssets.d.ts +11 -11
  74. package/dist/esm/api/postRecommendAssets.js +3 -3
  75. package/dist/esm/api/postRoute.d.ts +161 -159
  76. package/dist/esm/api/postRoute.js +3 -3
  77. package/dist/esm/api/postSubmitTransaction.d.ts +2 -2
  78. package/dist/esm/api/postSubmitTransaction.js +3 -3
  79. package/dist/esm/api/postTrackTransaction.d.ts +2 -2
  80. package/dist/esm/api/postTrackTransaction.js +3 -3
  81. package/dist/esm/api/postTransactionStatus.d.ts +36 -36
  82. package/dist/esm/api/postTransactionStatus.js +3 -3
  83. package/dist/esm/{callbacks-DCqqd0D9.d.ts → callbacks-C-KUJnDv.d.ts} +34 -4
  84. package/dist/esm/{chunk-GU3UHER5.js → chunk-2PWROHHX.js} +3 -3
  85. package/dist/esm/{chunk-MFHZBJGQ.js → chunk-3WFXBPS2.js} +1 -1
  86. package/dist/esm/{chunk-B36HVX2L.js → chunk-44IX6KPJ.js} +1 -1
  87. package/dist/esm/{chunk-WSAZDCXR.js → chunk-5IXH2QPF.js} +86 -16
  88. package/dist/esm/{chunk-Z2HSHJLW.js → chunk-6M7N6EAO.js} +3 -3
  89. package/dist/esm/{chunk-6HKZYODA.js → chunk-AUNRER4I.js} +1 -1
  90. package/dist/esm/{chunk-H2HTF2UF.js → chunk-FNTPI2AV.js} +1 -1
  91. package/dist/esm/{chunk-W5AA7QOQ.js → chunk-HDW6XFWX.js} +1 -1
  92. package/dist/esm/{chunk-RXZJUE4K.js → chunk-HELQO7PA.js} +2 -2
  93. package/dist/esm/{chunk-45B6E7AT.js → chunk-IHSSWY3M.js} +1 -1
  94. package/dist/esm/{chunk-JQOJIEZA.js → chunk-IKWC55JU.js} +739 -60
  95. package/dist/esm/{chunk-VQ5SIQWU.js → chunk-JYYCFKB4.js} +8 -7
  96. package/dist/esm/chunk-KNXMSLOB.js +1 -1
  97. package/dist/esm/{chunk-HPA2XUA3.js → chunk-KXQ2ASHQ.js} +1 -1
  98. package/dist/esm/{chunk-263RYJUL.js → chunk-MYGJGC62.js} +1 -1
  99. package/dist/esm/chunk-O4J7DHZA.js +180 -0
  100. package/dist/esm/{chunk-BNMWBXN3.js → chunk-QRKO56DH.js} +9 -4
  101. package/dist/esm/{chunk-VG3G5QHN.js → chunk-RFJYCJK4.js} +1 -1
  102. package/dist/esm/{chunk-A4MFVNZO.js → chunk-SFWTQBQT.js} +3 -3
  103. package/dist/esm/{chunk-7WXPBTSR.js → chunk-TNIGHYH2.js} +3 -3
  104. package/dist/esm/{chunk-EJZGYHGH.js → chunk-UBVBVJPY.js} +1 -1
  105. package/dist/esm/chunk-UIDIKXMB.js +1 -1
  106. package/dist/esm/{chunk-DQXGZGNJ.js → chunk-V7VKYD4J.js} +2 -2
  107. package/dist/esm/{chunk-X3PQKUOS.js → chunk-VGCTTJO7.js} +7 -1
  108. package/dist/esm/{chunk-TLVHKYQ3.js → chunk-VWOMKMH2.js} +1 -1
  109. package/dist/esm/{chunk-AGHQ7SIE.js → chunk-YGQ4NKTM.js} +1 -1
  110. package/dist/esm/{chunk-A35RPDUV.js → chunk-YLVUKXLR.js} +1 -1
  111. package/dist/esm/{client-types-BSZasIDd.d.ts → client-types-CGMuZ3zo.d.ts} +2 -2
  112. package/dist/esm/{generateApi-CwM4Ca30.d.ts → generateApi-D_-Gso-x.d.ts} +1 -1
  113. package/dist/esm/index.d.ts +166 -143
  114. package/dist/esm/index.js +26 -175
  115. package/dist/esm/public-functions/executeMultipleRoutes.d.ts +30 -10
  116. package/dist/esm/public-functions/executeMultipleRoutes.js +26 -16
  117. package/dist/esm/public-functions/executeRoute.d.ts +4 -4
  118. package/dist/esm/public-functions/executeRoute.js +26 -16
  119. package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
  120. package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +3 -3
  121. package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
  122. package/dist/esm/public-functions/getFeeInfoForChain.d.ts +1 -1
  123. package/dist/esm/public-functions/getFeeInfoForChain.js +5 -6
  124. package/dist/esm/public-functions/getRecommendedGasPrice.js +7 -8
  125. package/dist/esm/public-functions/getRouteWithGasOnReceive.d.ts +20 -0
  126. package/dist/esm/public-functions/getRouteWithGasOnReceive.js +30 -0
  127. package/dist/esm/public-functions/getSigningStargateClient.js +5 -5
  128. package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
  129. package/dist/esm/public-functions/setApiOptions.js +3 -3
  130. package/dist/esm/public-functions/setClientOptions.d.ts +4 -4
  131. package/dist/esm/public-functions/setClientOptions.js +4 -4
  132. package/dist/esm/public-functions/subscribeToRouteStatus.d.ts +4 -4
  133. package/dist/esm/public-functions/subscribeToRouteStatus.js +5 -5
  134. package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
  135. package/dist/esm/public-functions/validateCosmosGasBalance.js +7 -7
  136. package/dist/esm/public-functions/waitForTransaction.d.ts +38 -38
  137. package/dist/esm/public-functions/waitForTransaction.js +5 -5
  138. package/dist/esm/setClientOptions-C8g92xTm.d.ts +76 -0
  139. package/dist/esm/{swaggerTypes-Bh6hu5Q-.d.ts → swaggerTypes-B_jKfpvz.d.ts} +154 -132
  140. package/package.json +1 -1
  141. package/dist/cjs/chunk-D57TNRV3.cjs +0 -214
  142. package/dist/cjs/chunk-KSJ5QYMR.cjs +0 -185
  143. package/dist/cjs/chunk-KZOSEIWH.cjs +0 -10
  144. package/dist/cjs/chunk-Q33F7U2Y.cjs +0 -55
  145. package/dist/esm/chunk-4YTLUDRU.js +0 -212
  146. package/dist/esm/chunk-CP55HI6R.js +0 -53
  147. package/dist/esm/chunk-RHGDUD76.js +0 -180
  148. package/dist/esm/chunk-SWYON2RG.js +0 -7
  149. package/dist/esm/setClientOptions-CrXIODm0.d.ts +0 -19
  150. package/dist/cjs/{chunk-IDDRJJO5.cjs → chunk-DLT6Q6RB.cjs} +1 -1
  151. package/dist/esm/{chunk-OQDBWVET.js → chunk-QL423UEF.js} +1 -1
@@ -16,38 +16,38 @@ interface ApiError {
16
16
  message?: string;
17
17
  }
18
18
  interface Asset {
19
- /** Chain-id of the asset */
20
- chainId: string;
21
- /** Coingecko id of the asset */
22
- coingeckoId?: string;
23
- /** Number of decimals used for amounts of the asset */
24
- decimals?: number;
25
19
  /** Denom of the asset */
26
20
  denom: string;
27
- /** Description of the asset */
28
- description?: string;
21
+ /** Chain-id of the asset */
22
+ chainId: string;
23
+ /** Denom of the origin of the asset. If this is an ibc denom, this is the original denom that the ibc token represents */
24
+ originDenom: string;
25
+ /** Chain-id of the origin of the asset. If this is an ibc denom, this is the chain-id of the asset that the ibc token represents */
26
+ originChainId: string;
27
+ /** The forward slash delimited sequence of ibc ports and channels that can be traversed to unwind an ibc token to its origin asset. */
28
+ trace: string;
29
29
  /** Indicates whether asset is a CW20 token */
30
30
  isCw20: boolean;
31
31
  /** Indicates whether asset is an EVM token */
32
32
  isEvm: boolean;
33
33
  /** Indicates whether asset is an SVM token */
34
34
  isSvm: boolean;
35
- /** URI pointing to an image of the logo of the asset */
36
- logoUri?: string;
37
- /** Name of the asset */
38
- name?: string;
39
- /** Chain-id of the origin of the asset. If this is an ibc denom, this is the chain-id of the asset that the ibc token represents */
40
- originChainId: string;
41
- /** Denom of the origin of the asset. If this is an ibc denom, this is the original denom that the ibc token represents */
42
- originDenom: string;
43
- /** Recommended symbol of the asset used to differentiate between bridged assets with the same symbol, e.g. USDC.axl for Axelar USDC and USDC.grv for Gravity USDC */
44
- recommendedSymbol?: string;
45
35
  /** Symbol of the asset, e.g. ATOM for uatom */
46
36
  symbol?: string;
37
+ /** Name of the asset */
38
+ name?: string;
39
+ /** URI pointing to an image of the logo of the asset */
40
+ logoUri?: string;
41
+ /** Number of decimals used for amounts of the asset */
42
+ decimals?: number;
47
43
  /** Address of the contract for the asset, e.g. if it is a CW20 or ERC20 token */
48
44
  tokenContract?: string;
49
- /** The forward slash delimited sequence of ibc ports and channels that can be traversed to unwind an ibc token to its origin asset. */
50
- trace: string;
45
+ /** Description of the asset */
46
+ description?: string;
47
+ /** Coingecko id of the asset */
48
+ coingeckoId?: string;
49
+ /** Recommended symbol of the asset used to differentiate between bridged assets with the same symbol, e.g. USDC.axl for Axelar USDC and USDC.grv for Gravity USDC */
50
+ recommendedSymbol?: string;
51
51
  }
52
52
  interface AssetBetweenChains {
53
53
  assetOnSource?: Asset;
@@ -76,29 +76,25 @@ interface AutopilotMsgWrapper {
76
76
  }
77
77
  /** A transfer facilitated by the Axelar bridge */
78
78
  interface AxelarTransfer {
79
- /** Axelar-name of the asset to bridge */
80
- asset?: string;
81
- /** Amount of the fee asset to be paid as the Axelar bridge fee. This is denominated in the fee asset. */
82
- feeAmount?: string;
83
- feeAsset?: Asset;
84
- /** Name for source chain of the bridge transaction used on Axelar */
85
- fromChain?: string;
86
79
  /** Canonical chain-id of the source chain of the bridge transaction */
87
80
  fromChainId?: string;
88
- /** Whether the source and destination chains are both testnets */
89
- isTestnet?: boolean;
90
- /** Whether to unwrap the asset at the destination chain (from ERC-20 to native) */
91
- shouldUnwrap?: boolean;
92
- /** Name for destination chain of the bridge transaction used on Axelar */
93
- toChain?: string;
94
81
  /** Canonical chain-id of the destination chain of the bridge transaction */
95
82
  toChainId?: string;
83
+ /** Axelar-name of the asset to bridge */
84
+ asset?: string;
85
+ /** Whether to unwrap the asset at the destination chain (from ERC-20 to native) */
86
+ shouldUnwrap?: boolean;
96
87
  /** Denom of the input asset */
97
88
  denomIn?: string;
98
89
  /** Denom of the output asset */
99
90
  denomOut?: string;
91
+ /** Amount of the fee asset to be paid as the Axelar bridge fee. This is denominated in the fee asset. */
92
+ feeAmount?: string;
100
93
  /** Amount of the fee asset to be paid as the Axelar bridge fee, converted to USD value */
101
94
  usdFeeAmount?: string;
95
+ feeAsset?: Asset;
96
+ /** Whether the source and destination chains are both testnets */
97
+ isTestnet?: boolean;
102
98
  /** A cross-chain transfer */
103
99
  ibcTransferToAxelar?: Transfer;
104
100
  /**
@@ -116,6 +112,16 @@ interface AxelarTransfer {
116
112
  bridgeId?: BridgeType;
117
113
  /** Indicates whether this transfer is relayed via Smart Relay */
118
114
  smartRelay?: boolean;
115
+ /**
116
+ * Deprecated, use from_chain_id instead. Name for source chain of the bridge transaction used on Axelar
117
+ * @deprecated
118
+ */
119
+ fromChain?: string;
120
+ /**
121
+ * Deprecated, use to_chain_id instead. Name for destination chain of the bridge transaction used on Axelar
122
+ * @deprecated
123
+ */
124
+ toChain?: string;
119
125
  }
120
126
  interface AxelarTransferInfo {
121
127
  /** Link to the transaction on the Axelar Scan explorer */
@@ -173,14 +179,14 @@ interface AxelarTransferWrapper {
173
179
  interface SmartRelayFeeQuote {
174
180
  /** The USDC fee amount */
175
181
  feeAmount?: string;
176
- /** The fee asset denomination */
177
- feeDenom?: string;
178
- /** The address the fee should be sent to */
179
- feePaymentAddress?: string;
180
182
  /** Address of the relayer */
181
183
  relayerAddress?: string;
182
184
  /** Expiration time of the fee quote */
183
185
  expiration?: string;
186
+ /** The fee asset denomination */
187
+ feeDenom?: string;
188
+ /** The address the fee should be sent to */
189
+ feePaymentAddress?: string;
184
190
  }
185
191
  /** A transfer facilitated by the CCTP bridge */
186
192
  interface CCTPTransfer {
@@ -260,6 +266,14 @@ interface StargateTransfer {
260
266
  denomIn?: string;
261
267
  /** Denom of the output asset */
262
268
  denomOut?: string;
269
+ poolAddress?: string;
270
+ destinationEndpointId?: number;
271
+ oftFeeAsset?: Asset;
272
+ oftFeeAmount?: string;
273
+ oftFeeAmountUsd?: string;
274
+ messagingFeeAsset?: Asset;
275
+ messagingFeeAmount?: string;
276
+ messagingFeeAmountUsd?: string;
263
277
  /**
264
278
  * Bridge Type:
265
279
  * * `IBC` - IBC Bridge
@@ -273,14 +287,6 @@ interface StargateTransfer {
273
287
  * * `EUREKA` - IBC Eureka Bridge
274
288
  */
275
289
  bridgeId?: BridgeType;
276
- poolAddress?: string;
277
- destinationEndpointId?: number;
278
- oftFeeAsset?: Asset;
279
- oftFeeAmount?: string;
280
- oftFeeAmountUsd?: string;
281
- messagingFeeAsset?: Asset;
282
- messagingFeeAmount?: string;
283
- messagingFeeAmountUsd?: string;
284
290
  }
285
291
  /**
286
292
  * Stargate transfer state:
@@ -331,6 +337,8 @@ interface GoFastTransfer {
331
337
  fromChainId?: string;
332
338
  /** Canonical chain-id of the destination chain of the bridge transaction */
333
339
  toChainId?: string;
340
+ /** Go fast Fee */
341
+ fee?: GoFastFee;
334
342
  /**
335
343
  * Bridge Type:
336
344
  * * `IBC` - IBC Bridge
@@ -352,8 +360,6 @@ interface GoFastTransfer {
352
360
  sourceDomain?: string;
353
361
  /** Destination domain ID of the transfer */
354
362
  destinationDomain?: string;
355
- /** Go fast Fee */
356
- fee?: GoFastFee;
357
363
  }
358
364
  /**
359
365
  * GoFast transfer state:
@@ -681,9 +687,9 @@ interface HyperlaneTransfer {
681
687
  hyperlaneContractAddress?: string;
682
688
  /** Amount of the fee asset to be paid as the Hyperlane bridge fee. This is denominated in the fee asset. */
683
689
  feeAmount?: string;
684
- feeAsset?: Asset;
685
690
  /** Amount of the fee asset to be paid as the Hyperlane bridge fee, converted to USD value */
686
691
  usdFeeAmount?: string;
692
+ feeAsset?: Asset;
687
693
  /**
688
694
  * Bridge Type:
689
695
  * * `IBC` - IBC Bridge
@@ -772,7 +778,7 @@ interface MultiChainMsgWrapper {
772
778
  /** A message that interacts with multiple chains */
773
779
  multiChainMsg?: MultiChainMsg;
774
780
  }
775
- type Operation = (TransferWrapper | SwapWrapper | AxelarTransferWrapper | BankSendWrapper | CCTPTransferWrapper | HyperlaneTransferWrapper | EvmSwapWrapper | OPInitTransferWrapper | StargateTransferWrapper | GoFastTransferWrapper | EurekaTransferWrapper | LayerZeroTransferWrapper) & {
781
+ type Operation = (TransferWrapper | SwapWrapper | AxelarTransferWrapper | BankSendWrapper | CCTPTransferWrapper | HyperlaneTransferWrapper | EvmSwapWrapper | OPInitTransferWrapper | GoFastTransferWrapper | StargateTransferWrapper | LayerZeroTransferWrapper | EurekaTransferWrapper) & {
776
782
  /** Index of the tx returned from Msgs that executes this operation */
777
783
  txIndex: number;
778
784
  /** Amount of input asset to this operation */
@@ -954,10 +960,10 @@ declare enum StatusErrorType {
954
960
  type Swap = (SwapInWrapper | SwapOutWrapper | SmartSwapInWrapper) & {
955
961
  /** Estimated total affiliate fee generated by the swap */
956
962
  estimatedAffiliateFee?: string;
957
- /** Chain ID that the swap will be executed on */
958
- chainId?: string;
959
963
  /** Chain ID that the swap will be executed on (alias for chain_id) */
960
964
  fromChainId?: string;
965
+ /** Chain ID that the swap will be executed on */
966
+ chainId?: string;
961
967
  /** Input denom of the swap */
962
968
  denomIn?: string;
963
969
  /** Output denom of the swap */
@@ -967,23 +973,25 @@ type Swap = (SwapInWrapper | SwapOutWrapper | SmartSwapInWrapper) & {
967
973
  };
968
974
  /** Specification of a swap with an exact amount in */
969
975
  interface SwapExactCoinIn {
970
- /** Amount to swap in */
971
- swapAmountIn?: string;
972
- /** Operations required to execute the swap */
973
- swapOperations?: SwapOperation[];
974
976
  /** Swap venue that this swap should execute on */
975
977
  swapVenue?: SwapVenue;
978
+ /** Operations required to execute the swap */
979
+ swapOperations?: SwapOperation[];
980
+ /** Amount to swap in */
981
+ swapAmountIn?: string;
976
982
  /** Price impact of the estimated swap, if present. Measured in percentage e.g. "0.5" is .5% */
977
983
  priceImpactPercent?: string;
984
+ /** The estimated amount out received from the swap */
985
+ estimatedAmountOut?: string;
978
986
  }
979
987
  /** Specification of a swap with an exact amount out */
980
988
  interface SwapExactCoinOut {
981
- /** Amount to get out of the swap */
982
- swapAmountOut?: string;
983
- /** Operations required to execute the swap */
984
- swapOperations?: SwapOperation[];
985
989
  /** Swap venue that this swap should execute on */
986
990
  swapVenue?: SwapVenue;
991
+ /** Operations required to execute the swap */
992
+ swapOperations?: SwapOperation[];
993
+ /** Amount to get out of the swap */
994
+ swapAmountOut?: string;
987
995
  /** Price impact of the estimated swap, if present. Measured in percentage e.g. "0.5" is .5% */
988
996
  priceImpactPercent?: string;
989
997
  }
@@ -1020,6 +1028,8 @@ interface SmartSwapExactCoinIn {
1020
1028
  swapVenue?: SwapVenue;
1021
1029
  /** Routes to execute the swap */
1022
1030
  swapRoutes?: SwapRoute[];
1031
+ /** The estimated amount out received from the swap */
1032
+ estimatedAmountOut?: string;
1023
1033
  }
1024
1034
  interface SmartSwapOptions {
1025
1035
  /** Indicates whether the swap can be split into multiple swap routes */
@@ -1062,9 +1072,9 @@ interface TransactionExecutionErrorDetails {
1062
1072
  declare enum TransactionState {
1063
1073
  STATE_SUBMITTED = "STATE_SUBMITTED",
1064
1074
  STATE_PENDING = "STATE_PENDING",
1075
+ STATE_ABANDONED = "STATE_ABANDONED",
1065
1076
  STATE_COMPLETED_SUCCESS = "STATE_COMPLETED_SUCCESS",
1066
1077
  STATE_COMPLETED_ERROR = "STATE_COMPLETED_ERROR",
1067
- STATE_ABANDONED = "STATE_ABANDONED",
1068
1078
  STATE_PENDING_ERROR = "STATE_PENDING_ERROR"
1069
1079
  }
1070
1080
  /** A transfer facilitated by the OP Init bridge */
@@ -1145,18 +1155,16 @@ declare enum LayerZeroTransferState {
1145
1155
  }
1146
1156
  /** A cross-chain transfer */
1147
1157
  interface Transfer {
1158
+ /** Port to use to initiate the transfer */
1159
+ port?: string;
1160
+ /** Channel to use to initiate the transfer */
1161
+ channel?: string;
1148
1162
  /** Chain-id on which the transfer is initiated */
1149
1163
  fromChainId?: string;
1150
1164
  /** Chain-id on which the transfer is received */
1151
1165
  toChainId?: string;
1152
- /** Channel to use to initiate the transfer */
1153
- channel?: string;
1154
- /** Denom of the destination asset of the transfer */
1155
- destDenom?: string;
1156
1166
  /** Whether pfm is enabled on the chain where the transfer is initiated */
1157
1167
  pfmEnabled?: boolean;
1158
- /** Port to use to initiate the transfer */
1159
- port?: string;
1160
1168
  /** Whether the transfer chain supports a memo */
1161
1169
  supportsMemo?: boolean;
1162
1170
  /** Denom of the input asset of the transfer */
@@ -1165,9 +1173,6 @@ interface Transfer {
1165
1173
  denomOut?: string;
1166
1174
  /** Amount of the fee asset to be paid as the transfer fee if applicable. */
1167
1175
  feeAmount?: string;
1168
- /** Address of the entry contract on the destination chain */
1169
- toChainEntryContractAddress?: string;
1170
- toChainCallbackContractAddress?: string;
1171
1176
  /** Amount of the fee asset to be paid as the transfer fee if applicable, converted to USD value */
1172
1177
  usdFeeAmount?: string;
1173
1178
  /** Asset to be paid as the transfer fee if applicable. */
@@ -1187,6 +1192,15 @@ interface Transfer {
1187
1192
  bridgeId?: BridgeType;
1188
1193
  /** Indicates whether this transfer is relayed via Smart Relay */
1189
1194
  smartRelay?: boolean;
1195
+ /** Address of the entry contract on the destination chain */
1196
+ toChainEntryContractAddress?: string;
1197
+ /** Address of the callback contract on the destination chain */
1198
+ toChainCallbackContractAddress?: string;
1199
+ /**
1200
+ * Deprecated, use denom_out instead. Denom of the destination asset of the transfer
1201
+ * @deprecated
1202
+ */
1203
+ destDenom?: string;
1190
1204
  }
1191
1205
  interface TransferEvent {
1192
1206
  ibcTransfer?: IBCTransferInfo;
@@ -1226,12 +1240,6 @@ interface TransferAssetRelease {
1226
1240
  released?: boolean;
1227
1241
  }
1228
1242
  interface TransferStatus {
1229
- error?: StatusError;
1230
- /** Indicates which entry in the `transfer_sequence` field that the transfer is blocked on. Will be null if there is no blocked transfer. */
1231
- nextBlockingTransfer?: {
1232
- /** The index of the entry in the `transfer_sequence` field that the transfer is blocked on. */
1233
- transferSequenceIndex?: number;
1234
- };
1235
1243
  /**
1236
1244
  * Transaction state:
1237
1245
  * * `STATE_SUBMITTED` - The initial transaction has been submitted to Skip Go API but not observed on chain yet
@@ -1243,10 +1251,16 @@ interface TransferStatus {
1243
1251
  * * `STATE_PENDING_ERROR` - The overall transaction will fail, pending error propagation
1244
1252
  */
1245
1253
  state?: TransactionState;
1246
- /** Indicates location and denom of transfer asset release. */
1247
- transferAssetRelease?: TransferAssetRelease;
1248
1254
  /** Lists any IBC and Axelar transfers as they are seen. */
1249
1255
  transferSequence?: TransferEvent[];
1256
+ /** Indicates which entry in the `transfer_sequence` field that the transfer is blocked on. Will be null if there is no blocked transfer. */
1257
+ nextBlockingTransfer?: {
1258
+ /** The index of the entry in the `transfer_sequence` field that the transfer is blocked on. */
1259
+ transferSequenceIndex?: number;
1260
+ };
1261
+ /** Indicates location and denom of transfer asset release. */
1262
+ transferAssetRelease?: TransferAssetRelease;
1263
+ error?: StatusError;
1250
1264
  }
1251
1265
  interface TransferWrapper {
1252
1266
  /** A cross-chain transfer */
@@ -1475,10 +1489,6 @@ interface AssetsFromSourceRequest {
1475
1489
  includeCw20Assets?: boolean;
1476
1490
  }
1477
1491
  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
1492
  /** Denom of the source asset */
1483
1493
  sourceAssetDenom?: string;
1484
1494
  /** Chain-id of the source asset */
@@ -1487,19 +1497,23 @@ interface RouteRequest {
1487
1497
  destAssetDenom?: string;
1488
1498
  /** Chain-id of the destination asset */
1489
1499
  destAssetChainId?: string;
1500
+ /** Amount of source asset to be transferred or swapped. Only one of amount_in and amount_out should be provided. */
1501
+ amountIn?: string;
1502
+ /** 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. */
1503
+ amountOut?: string;
1490
1504
  /** Cumulative fee to be distributed to affiliates, in bps (optional) */
1491
1505
  cumulativeAffiliateFeeBps?: string;
1492
1506
  /** Swap venues to consider, if provided (optional) */
1493
1507
  swapVenues?: SwapVenue[];
1508
+ /** Toggles whether the api should return routes that fail price safety checks. */
1509
+ allowUnsafe?: boolean;
1510
+ /** Array of experimental features to enable */
1511
+ experimentalFeatures?: string[];
1494
1512
  /**
1495
1513
  * Whether to allow route responses requiring multiple
1496
1514
  * transactions
1497
1515
  */
1498
1516
  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
1517
  /** Array of bridges to use */
1504
1518
  bridges?: BridgeType[];
1505
1519
  /** Indicates whether this transfer route should be relayed via Skip's Smart Relay service - true by default. */
@@ -1523,24 +1537,27 @@ interface MsgsRequest {
1523
1537
  amountIn?: string;
1524
1538
  /** Amount of destination asset out */
1525
1539
  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 */
1540
+ /** Array of receipient and/or sender address for each chain in the path, corresponding to the required_chain_addresses array returned from a route request */
1527
1541
  addressList?: string[];
1528
1542
  /** Array of operations required to perform the transfer or swap */
1529
1543
  operations?: Operation[];
1530
1544
  estimatedAmountOut?: string;
1531
1545
  /** Percent tolerance for slippage on swap, if a swap is performed */
1532
1546
  slippageTolerancePercent?: string;
1533
- /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1534
- timeoutSeconds?: string;
1535
- postRouteHandler?: PostHandler;
1536
1547
  /** 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
1548
  chainIdsToAffiliates?: Record<string, ChainAffiliates>;
1549
+ postRouteHandler?: PostHandler;
1550
+ /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1551
+ timeoutSeconds?: string;
1538
1552
  /**
1539
1553
  * Whether to enable gas warnings for intermediate and destination chains
1540
1554
  * @default false
1541
1555
  */
1542
1556
  enableGasWarnings?: boolean;
1543
- /** Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format. */
1557
+ /**
1558
+ * Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format.
1559
+ * @default false
1560
+ */
1544
1561
  feePayerAddress?: string;
1545
1562
  }
1546
1563
  interface MsgsDirectRequest {
@@ -1562,20 +1579,20 @@ interface MsgsDirectRequest {
1562
1579
  swapVenues?: SwapVenue[];
1563
1580
  /** Percent tolerance for slippage on swap, if a swap is performed */
1564
1581
  slippageTolerancePercent?: string;
1565
- /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1566
- timeoutSeconds?: string;
1567
1582
  /** 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
1583
  chainIdsToAffiliates?: Record<string, ChainAffiliates>;
1569
1584
  postRouteHandler?: PostHandler;
1585
+ /** Number of seconds for the IBC transfer timeout, defaults to 5 minutes */
1586
+ timeoutSeconds?: string;
1587
+ /** Toggles whether the api should return routes that fail price safety checks. */
1588
+ allowUnsafe?: boolean;
1589
+ /** Array of experimental features to enable */
1590
+ experimentalFeatures?: string[];
1570
1591
  /**
1571
1592
  * Whether to allow route responses requiring multiple
1572
1593
  * transactions
1573
1594
  */
1574
1595
  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
1596
  /** Array of bridges to use */
1580
1597
  bridges?: BridgeType[];
1581
1598
  /** Indicates whether this transfer route should be relayed via Skip's Smart Relay service */
@@ -1583,14 +1600,17 @@ interface MsgsDirectRequest {
1583
1600
  smartSwapOptions?: SmartSwapOptions;
1584
1601
  /** Whether to allow swaps in the route */
1585
1602
  allowSwaps?: boolean;
1586
- /** Whether to enable Go Fast routes */
1587
- goFast?: boolean;
1588
1603
  /**
1589
1604
  * Whether to enable gas warnings for intermediate and destination chains
1590
1605
  * @default false
1591
1606
  */
1592
1607
  enableGasWarnings?: boolean;
1593
- /** Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format. */
1608
+ /** Whether to enable Go Fast routes */
1609
+ goFast?: boolean;
1610
+ /**
1611
+ * Alternative address to use for paying for fees, currently only for SVM source CCTP transfers, in b58 format.
1612
+ * @default false
1613
+ */
1594
1614
  feePayerAddress?: string;
1595
1615
  }
1596
1616
  interface AssetRecommendationsRequest {
@@ -1609,6 +1629,36 @@ interface TrackTxRequest {
1609
1629
  /** Chain ID of the transaction */
1610
1630
  chainId: string;
1611
1631
  }
1632
+ interface TrackTxResponse {
1633
+ /** Hash of the transaction */
1634
+ txHash: string;
1635
+ /** Link to the transaction on the relevant block explorer */
1636
+ explorerLink: string;
1637
+ }
1638
+ interface StatusTxResponse {
1639
+ /** Transfer status for all transfers initiated by the transaction in the order they were initiated. */
1640
+ transfers?: TransferStatus[];
1641
+ /** The overall state reflecting the end-to-end status of all transfers initiated by the original transaction. */
1642
+ state: TransactionState;
1643
+ /** Details about the next transfer in the sequence that is preventing further progress, if any. */
1644
+ nextBlockingTransfer?: {
1645
+ transferSequenceIndex?: number;
1646
+ };
1647
+ /** Indicates location and denom of transfer asset release. */
1648
+ transferAssetRelease?: TransferAssetRelease;
1649
+ /** Details about any error encountered during the transaction or its subsequent transfers. */
1650
+ error?: StatusError;
1651
+ /**
1652
+ * **DEPRECATED.** This field provides a flat list of all transfer events. For a more structured and detailed status of each transfer leg, including its individual events, please use the 'transfers' array instead. This field may be removed in a future version.
1653
+ * @deprecated
1654
+ */
1655
+ transferSequence: TransferEvent[];
1656
+ /**
1657
+ * A high-level status indicator for the transaction's completion state.
1658
+ * @example "STATE_COMPLETED"
1659
+ */
1660
+ status?: string;
1661
+ }
1612
1662
  interface IbcOriginAssetsRequest {
1613
1663
  /** Array of assets to get origin assets for */
1614
1664
  assets?: {
@@ -1742,12 +1792,7 @@ interface SubmitResponse {
1742
1792
  /** Link to the transaction on the relevant block explorer */
1743
1793
  explorerLink?: string;
1744
1794
  }
1745
- interface TrackResponse {
1746
- /** Hash of the transaction */
1747
- txHash: string;
1748
- /** Link to the transaction on the relevant block explorer */
1749
- explorerLink: string;
1750
- }
1795
+ type TrackResponse = TrackTxResponse;
1751
1796
  interface StatusRequest {
1752
1797
  /**
1753
1798
  * Hex encoded hash of the transaction to query for
@@ -1760,30 +1805,7 @@ interface StatusRequest {
1760
1805
  */
1761
1806
  chainId: string;
1762
1807
  }
1763
- interface StatusResponse {
1764
- /** Transfer status for all transfers initiated by the transaction in the order they were initiated. */
1765
- transfers?: TransferStatus[];
1766
- /** The overall state reflecting the end-to-end status of all transfers initiated by the original transaction. */
1767
- state: TransactionState;
1768
- /**
1769
- * **DEPRECATED.** This field provides a flat list of all transfer events. For a more structured and detailed status of each transfer leg, including its individual events, please use the 'transfers' array instead. This field may be removed in a future version.
1770
- * @deprecated
1771
- */
1772
- transferSequence: TransferEvent[];
1773
- /** Details about the next transfer in the sequence that is preventing further progress, if any. */
1774
- nextBlockingTransfer?: {
1775
- transfer_sequence_index?: number;
1776
- };
1777
- /** Indicates location and denom of transfer asset release. */
1778
- transferAssetRelease?: TransferAssetRelease;
1779
- /** Details about any error encountered during the transaction or its subsequent transfers. */
1780
- error?: StatusError | null;
1781
- /**
1782
- * A high-level status indicator for the transaction's completion state.
1783
- * @example "STATE_COMPLETED"
1784
- */
1785
- status?: string;
1786
- }
1808
+ type StatusResponse = StatusTxResponse;
1787
1809
  interface IbcOriginAssetsResponse {
1788
1810
  originAssets?: OptionalAsset[];
1789
1811
  }
@@ -1982,7 +2004,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1982
2004
  * @response `404` `Error` The specified chain is not supported or the specified transaction was not found.
1983
2005
  * @response `500` `Error` Internal server error
1984
2006
  */
1985
- track: (data: TrackTxRequest, params?: RequestParams) => Promise<HttpResponse<TrackResponse, Error>>;
2007
+ track: (data: TrackTxRequest, params?: RequestParams) => Promise<HttpResponse<TrackTxResponse, Error>>;
1986
2008
  /**
1987
2009
  * @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.
1988
2010
  *
@@ -1993,7 +2015,7 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1993
2015
  * @response `404` `Error` The specified tx was not found.
1994
2016
  * @response `500` `Error` Internal server error
1995
2017
  */
1996
- status: (query: StatusRequest, params?: RequestParams) => Promise<HttpResponse<StatusResponse, Error>>;
2018
+ status: (query: StatusRequest, params?: RequestParams) => Promise<HttpResponse<StatusTxResponse, Error>>;
1997
2019
  /**
1998
2020
  * @description Get origin assets from a given list of denoms and chain IDs.
1999
2021
  *
@@ -2018,4 +2040,4 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
2018
2040
  fungibleAssetsBetweenChainsCreate: (data: AssetsBetweenChainsRequest, params?: RequestParams) => Promise<HttpResponse<FungibleAssetsBetweenChainsCreateResponse, Error>>;
2019
2041
  }
2020
2042
 
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 };
2043
+ 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 QueryParamsType as bA, type ResponseFormat as bB, type FullRequestParams as bC, type RequestParams as bD, type ApiConfig as bE, type HttpResponse as bF, ContentType as bG, HttpClient as bH, Api as bI, type RouteRequest as bJ, type AssetRecommendationsRequest as ba, type SubmitTxRequest as bb, type TrackTxRequest as bc, type TrackTxResponse as bd, type StatusTxResponse as be, type IbcOriginAssetsRequest as bf, type AssetsBetweenChainsRequest as bg, type ChainsRequest as bh, type ChainsResponse as bi, type BalancesResponse as bj, type BridgesResponse as bk, type VenuesRequest as bl, type VenuesResponse as bm, type AssetsRequest as bn, type AssetsResponse as bo, type AssetsFromSourceResponse as bp, type RouteResponse as bq, type MsgsResponse as br, type MsgsDirectResponse as bs, type AssetRecommendationsResponse as bt, type SubmitResponse as bu, type TrackResponse as bv, type StatusRequest as bw, type StatusResponse as bx, type IbcOriginAssetsResponse as by, type FungibleAssetsBetweenChainsCreateResponse 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.2",
4
+ "version": "1.5.3-alpha.1",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "type": "module",
7
7
  "main": "./dist/cjs/index.cjs",