@skip-go/client 1.3.0 → 1.3.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 (148) hide show
  1. package/dist/cjs/api/getAssets.cjs +16 -0
  2. package/dist/cjs/api/getAssetsBetweenChains.cjs +12 -0
  3. package/dist/cjs/api/getBridges.cjs +12 -0
  4. package/dist/cjs/api/getChains.cjs +12 -0
  5. package/dist/cjs/api/getVenues.cjs +12 -0
  6. package/dist/cjs/api/postAssetsFromSource.cjs +13 -0
  7. package/dist/cjs/api/postBalances.cjs +12 -0
  8. package/dist/cjs/api/postIbcOriginAssets.cjs +12 -0
  9. package/dist/cjs/api/postMessages.cjs +12 -0
  10. package/dist/cjs/api/postMessagesDirect.cjs +12 -0
  11. package/dist/cjs/api/postRecommendAssets.cjs +12 -0
  12. package/dist/cjs/api/postRoute.cjs +12 -0
  13. package/dist/cjs/api/postSubmit.cjs +12 -0
  14. package/dist/cjs/api/postSubmitTransaction.cjs +12 -0
  15. package/dist/cjs/api/postTrackTransaction.cjs +12 -0
  16. package/dist/cjs/api/postTransactionStatus.cjs +12 -0
  17. package/dist/cjs/chunk-4R6OCWRR.cjs +1346 -0
  18. package/dist/cjs/chunk-5FR25GF5.cjs +209 -0
  19. package/dist/cjs/chunk-AHRSARNR.cjs +38 -0
  20. package/dist/cjs/chunk-CPTNOPWI.cjs +566 -0
  21. package/dist/cjs/chunk-CWUD7UGL.cjs +13 -0
  22. package/dist/cjs/chunk-D2W4UBJB.cjs +136 -0
  23. package/dist/cjs/chunk-DUJSZRFD.cjs +1445 -0
  24. package/dist/cjs/chunk-EINQFLWN.cjs +12 -0
  25. package/dist/cjs/chunk-EQBTNGJJ.cjs +11 -0
  26. package/dist/cjs/chunk-F3EB2AQG.cjs +28 -0
  27. package/dist/cjs/chunk-G3G6PBIF.cjs +47 -0
  28. package/dist/cjs/chunk-HDKNPB2J.cjs +182 -0
  29. package/dist/cjs/chunk-KMDNP6DN.cjs +24 -0
  30. package/dist/cjs/chunk-KZOSEIWH.cjs +10 -0
  31. package/dist/cjs/chunk-MGYSCMET.cjs +273 -0
  32. package/dist/cjs/chunk-N3LR7KTI.cjs +304 -0
  33. package/dist/cjs/chunk-NQR3EPN2.cjs +12 -0
  34. package/dist/cjs/chunk-OA5PE7TW.cjs +18 -0
  35. package/dist/cjs/chunk-PFCGKAXF.cjs +15 -0
  36. package/dist/cjs/chunk-PG7RVHOU.cjs +12 -0
  37. package/dist/cjs/chunk-RFBDXALX.cjs +12 -0
  38. package/dist/cjs/chunk-SIY2K7TT.cjs +13 -0
  39. package/dist/cjs/chunk-SLZCWA4K.cjs +2234 -0
  40. package/dist/cjs/chunk-T5LPU5A2.cjs +188 -0
  41. package/dist/cjs/chunk-TCQMGBFL.cjs +38 -0
  42. package/dist/cjs/chunk-TFL5E5A6.cjs +12 -0
  43. package/dist/cjs/chunk-TWPLCFOH.cjs +16 -0
  44. package/dist/cjs/chunk-W2DPDT3Y.cjs +22 -0
  45. package/dist/cjs/chunk-WE7KICKO.cjs +95 -0
  46. package/dist/cjs/chunk-WMXUOVHN.cjs +3642 -0
  47. package/dist/cjs/index.cjs +401 -0
  48. package/dist/cjs/public-functions/executeRoute.cjs +28 -0
  49. package/dist/cjs/public-functions/getCosmosGasAmountForMessage.cjs +15 -0
  50. package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +11 -0
  51. package/dist/cjs/public-functions/getFeeInfoForChain.cjs +15 -0
  52. package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +17 -0
  53. package/dist/cjs/public-functions/getSigningStargateClient.cjs +14 -0
  54. package/dist/cjs/public-functions/setApiOptions.cjs +12 -0
  55. package/dist/cjs/public-functions/setClientOptions.cjs +14 -0
  56. package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +18 -0
  57. package/dist/cjs/public-functions/waitForTransaction.cjs +14 -0
  58. package/dist/{callbacks-DK2GxU0a.d.ts → esm/callbacks-C2lXb0AH.d.ts} +5 -0
  59. package/dist/{chunk-HIJ6YOTK.js → esm/chunk-HAGMHUOI.js} +20 -4
  60. package/dist/{index.d.ts → esm/index.d.ts} +1 -1
  61. package/dist/{index.js → esm/index.js} +1 -1
  62. package/dist/{public-functions → esm/public-functions}/executeRoute.d.ts +1 -1
  63. package/dist/{public-functions → esm/public-functions}/executeRoute.js +1 -1
  64. package/dist/{public-functions → esm/public-functions}/validateCosmosGasBalance.d.ts +1 -1
  65. package/dist/{public-functions → esm/public-functions}/waitForTransaction.d.ts +1 -1
  66. package/package.json +19 -7
  67. package/dist/{api → esm/api}/getAssets.d.ts +0 -0
  68. package/dist/{api → esm/api}/getAssets.js +0 -0
  69. package/dist/{api → esm/api}/getAssetsBetweenChains.d.ts +0 -0
  70. package/dist/{api → esm/api}/getAssetsBetweenChains.js +0 -0
  71. package/dist/{api → esm/api}/getBridges.d.ts +0 -0
  72. package/dist/{api → esm/api}/getBridges.js +0 -0
  73. package/dist/{api → esm/api}/getChains.d.ts +0 -0
  74. package/dist/{api → esm/api}/getChains.js +0 -0
  75. package/dist/{api → esm/api}/getVenues.d.ts +0 -0
  76. package/dist/{api → esm/api}/getVenues.js +0 -0
  77. package/dist/{api → esm/api}/postAssetsFromSource.d.ts +0 -0
  78. package/dist/{api → esm/api}/postAssetsFromSource.js +0 -0
  79. package/dist/{api → esm/api}/postBalances.d.ts +0 -0
  80. package/dist/{api → esm/api}/postBalances.js +0 -0
  81. package/dist/{api → esm/api}/postIbcOriginAssets.d.ts +0 -0
  82. package/dist/{api → esm/api}/postIbcOriginAssets.js +0 -0
  83. package/dist/{api → esm/api}/postMessages.d.ts +0 -0
  84. package/dist/{api → esm/api}/postMessages.js +0 -0
  85. package/dist/{api → esm/api}/postMessagesDirect.d.ts +193 -193
  86. package/dist/{api → esm/api}/postMessagesDirect.js +0 -0
  87. package/dist/{api → esm/api}/postRecommendAssets.d.ts +0 -0
  88. package/dist/{api → esm/api}/postRecommendAssets.js +0 -0
  89. package/dist/{api → esm/api}/postRoute.d.ts +188 -188
  90. /package/dist/{api → esm/api}/postRoute.js +0 -0
  91. /package/dist/{api → esm/api}/postSubmit.d.ts +0 -0
  92. /package/dist/{api → esm/api}/postSubmit.js +0 -0
  93. /package/dist/{api → esm/api}/postSubmitTransaction.d.ts +0 -0
  94. /package/dist/{api → esm/api}/postSubmitTransaction.js +0 -0
  95. /package/dist/{api → esm/api}/postTrackTransaction.d.ts +0 -0
  96. /package/dist/{api → esm/api}/postTrackTransaction.js +0 -0
  97. /package/dist/{api → esm/api}/postTransactionStatus.d.ts +0 -0
  98. /package/dist/{api → esm/api}/postTransactionStatus.js +0 -0
  99. /package/dist/{apiState-DwZhwVul.d.ts → esm/apiState-DwZhwVul.d.ts} +0 -0
  100. /package/dist/{chunk-2R5COFPS.js → esm/chunk-2R5COFPS.js} +0 -0
  101. /package/dist/{chunk-43P4WRGN.js → esm/chunk-43P4WRGN.js} +0 -0
  102. /package/dist/{chunk-4DI7G6TH.js → esm/chunk-4DI7G6TH.js} +0 -0
  103. /package/dist/{chunk-6ULKULTX.js → esm/chunk-6ULKULTX.js} +0 -0
  104. /package/dist/{chunk-6UMMVC2P.js → esm/chunk-6UMMVC2P.js} +0 -0
  105. /package/dist/{chunk-7ZG7HNNC.js → esm/chunk-7ZG7HNNC.js} +0 -0
  106. /package/dist/{chunk-C6NHVJ3R.js → esm/chunk-C6NHVJ3R.js} +0 -0
  107. /package/dist/{chunk-CGZ5DA2T.js → esm/chunk-CGZ5DA2T.js} +0 -0
  108. /package/dist/{chunk-ERPZHRBM.js → esm/chunk-ERPZHRBM.js} +0 -0
  109. /package/dist/{chunk-F65QOYUA.js → esm/chunk-F65QOYUA.js} +0 -0
  110. /package/dist/{chunk-GOD6ESBZ.js → esm/chunk-GOD6ESBZ.js} +0 -0
  111. /package/dist/{chunk-GV2QOWB4.js → esm/chunk-GV2QOWB4.js} +0 -0
  112. /package/dist/{chunk-HS2D6FKN.js → esm/chunk-HS2D6FKN.js} +0 -0
  113. /package/dist/{chunk-I4AMZAHH.js → esm/chunk-I4AMZAHH.js} +0 -0
  114. /package/dist/{chunk-KYLULQOS.js → esm/chunk-KYLULQOS.js} +0 -0
  115. /package/dist/{chunk-MAOMQHG5.js → esm/chunk-MAOMQHG5.js} +0 -0
  116. /package/dist/{chunk-NZVZH6OA.js → esm/chunk-NZVZH6OA.js} +0 -0
  117. /package/dist/{chunk-PIQZD2VE.js → esm/chunk-PIQZD2VE.js} +0 -0
  118. /package/dist/{chunk-QPJEHGY7.js → esm/chunk-QPJEHGY7.js} +0 -0
  119. /package/dist/{chunk-SS5LQKBL.js → esm/chunk-SS5LQKBL.js} +0 -0
  120. /package/dist/{chunk-SWYON2RG.js → esm/chunk-SWYON2RG.js} +0 -0
  121. /package/dist/{chunk-TD63P2AG.js → esm/chunk-TD63P2AG.js} +0 -0
  122. /package/dist/{chunk-TV2XPAIF.js → esm/chunk-TV2XPAIF.js} +0 -0
  123. /package/dist/{chunk-UZKIIX6A.js → esm/chunk-UZKIIX6A.js} +0 -0
  124. /package/dist/{chunk-VQ5SIQWU.js → esm/chunk-VQ5SIQWU.js} +0 -0
  125. /package/dist/{chunk-VUOOTNLG.js → esm/chunk-VUOOTNLG.js} +0 -0
  126. /package/dist/{chunk-YLMQS52U.js → esm/chunk-YLMQS52U.js} +0 -0
  127. /package/dist/{chunk-YYXOIRHZ.js → esm/chunk-YYXOIRHZ.js} +0 -0
  128. /package/dist/{chunk-ZTDLGX7X.js → esm/chunk-ZTDLGX7X.js} +0 -0
  129. /package/dist/{client-types-DuWWc2_J.d.ts → esm/client-types-DuWWc2_J.d.ts} +0 -0
  130. /package/dist/{generateApi-DvFEIUee.d.ts → esm/generateApi-DvFEIUee.d.ts} +0 -0
  131. /package/dist/{public-functions → esm/public-functions}/getCosmosGasAmountForMessage.d.ts +0 -0
  132. /package/dist/{public-functions → esm/public-functions}/getCosmosGasAmountForMessage.js +0 -0
  133. /package/dist/{public-functions → esm/public-functions}/getEvmGasAmountForMessage.d.ts +0 -0
  134. /package/dist/{public-functions → esm/public-functions}/getEvmGasAmountForMessage.js +0 -0
  135. /package/dist/{public-functions → esm/public-functions}/getFeeInfoForChain.d.ts +0 -0
  136. /package/dist/{public-functions → esm/public-functions}/getFeeInfoForChain.js +0 -0
  137. /package/dist/{public-functions → esm/public-functions}/getRecommendedGasPrice.d.ts +0 -0
  138. /package/dist/{public-functions → esm/public-functions}/getRecommendedGasPrice.js +0 -0
  139. /package/dist/{public-functions → esm/public-functions}/getSigningStargateClient.d.ts +0 -0
  140. /package/dist/{public-functions → esm/public-functions}/getSigningStargateClient.js +0 -0
  141. /package/dist/{public-functions → esm/public-functions}/setApiOptions.d.ts +0 -0
  142. /package/dist/{public-functions → esm/public-functions}/setApiOptions.js +0 -0
  143. /package/dist/{public-functions → esm/public-functions}/setClientOptions.d.ts +0 -0
  144. /package/dist/{public-functions → esm/public-functions}/setClientOptions.js +0 -0
  145. /package/dist/{public-functions → esm/public-functions}/validateCosmosGasBalance.js +0 -0
  146. /package/dist/{public-functions → esm/public-functions}/waitForTransaction.js +0 -0
  147. /package/dist/{setClientOptions-B27lt_6h.d.ts → esm/setClientOptions-B27lt_6h.d.ts} +0 -0
  148. /package/dist/{swaggerTypes-BrC-ZYnx.d.ts → esm/swaggerTypes-BrC-ZYnx.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  export { A as AcknowledgementErrorDetails, a as Affiliate, bw as Api, bs as ApiConfig, b as ApiError, c as Asset, d as AssetBetweenChains, e as AssetRecommendation, bi as AssetRecommendationsResponse, be as AssetsFromSourceResponse, bc as AssetsRequest, bd as AssetsResponse, f as AutopilotAction, g as AutopilotMsg, h as AutopilotMsgWrapper, i as AxelarTransfer, j as AxelarTransferInfo, k as AxelarTransferState, l as AxelarTransferType, m as AxelarTransferWrapper, B as BalanceRequestChainEntry, E as BalanceResponseChainEntry, D as BalanceResponseDenomEntry, b8 as BalancesResponse, F as BankSend, H as BankSendWrapper, I as Bridge, J as BridgeType, b9 as BridgesResponse, C as CCTPTransfer, n as CCTPTransferInfo, p as CCTPTransferState, o as CCTPTransferTxs, q as CCTPTransferWrapper, K as Chain, M as ChainAffiliates, am as ChainTransaction, L as ChainType, b6 as ChainsRequest, b7 as ChainsResponse, bu as ContentType, N as ContractCallWithTokenError, O as ContractCallWithTokenErrorType, P as ContractCallWithTokenTxs, Q as CosmWasmContractMsg, R as CosmWasmContractMsgWrapper, b1 as CosmosModuleSupport, W as CosmosMsg, X as CosmosTx, Y as CosmosTxWrapper, T as Erc20Approval, V as Error, U as ErrorDetail, aW as EurekaTransfer, aX as EurekaTransferInfo, aY as EurekaTransferWrapper, Z as EvmSwap, _ as EvmSwapWrapper, $ as EvmTx, a0 as EvmTxWrapper, b5 as Fee, a3 as FeeAsset, b4 as FeeBehavior, b3 as FeeType, bq as FullRequestParams, bn as FungibleAssetsBetweenChainsCreateResponse, a5 as GRPCStatusCode, a4 as GoFastFee, G as GoFastTransfer, y as GoFastTransferInfo, w as GoFastTransferState, x as GoFastTransferTxs, z as GoFastTransferWrapper, bv as HttpClient, bt as HttpResponse, a6 as HyperlaneTransfer, a7 as HyperlaneTransferInfo, a8 as HyperlaneTransferState, a9 as HyperlaneTransferTransactions, aa as HyperlaneTransferWrapper, ab as IBCTransferInfo, b2 as IbcCapabilities, bm as IbcOriginAssetsResponse, aZ as LayerZeroTransfer, a_ as LayerZeroTransferInfo, aP as LayerZeroTransferState, ai as LayerZeroTransferTransactions, a$ as LayerZeroTransferWrapper, ac as Msg, bh as MsgsDirectResponse, bg as MsgsResponse, ae as MultiChainMsg, af as MultiChainMsgWrapper, aK as OPInitTransfer, aM as OPInitTransferInfo, aO as OPInitTransferState, aN as OPInitTransferTxs, aL as OPInitTransferWrapper, ag as Operation, ah as OptionalAsset, aj as Packet, ak as PacketError, al as PacketErrorType, an as PostHandler, bo as QueryParamsType, ao as Reason, b0 as RecommendationRequest, br as RequestParams, bp as ResponseFormat, aq as Route, ap as RoutePriceWarningType, bf as RouteResponse, ar as SendTokenError, as as SendTokenErrorType, at as SendTokenTxs, S as SmartRelayFeeQuote, aD as SmartSwapExactCoinIn, aF as SmartSwapInWrapper, aE as SmartSwapOptions, r as StargateTransfer, u as StargateTransferInfo, s as StargateTransferState, t as StargateTransferTxs, v as StargateTransferWrapper, au as StatusError, av as StatusErrorType, bk as StatusRequest, bl as StatusResponse, a1 as SvmTx, a2 as SvmTxWrapper, aw as Swap, ax as SwapExactCoinIn, ay as SwapExactCoinOut, az as SwapInWrapper, aA as SwapOperation, aB as SwapOutWrapper, aC as SwapRoute, aG as SwapVenue, aH as SwapWrapper, bj as TrackResponse, aI as TransactionExecutionErrorDetails, aJ as TransactionState, aQ as Transfer, aT as TransferAssetRelease, aR as TransferEvent, aS as TransferState, aU as TransferStatus, aV as TransferWrapper, ad as Tx, ba as VenuesRequest, bb as VenuesResponse } from './swaggerTypes-BrC-ZYnx.js';
2
- export { T as TransactionCallbacks } from './callbacks-DK2GxU0a.js';
2
+ export { T as TransactionCallbacks } from './callbacks-C2lXb0AH.js';
3
3
  export { E as EndpointOptions, b as GasOptions, G as GetFallbackGasAmount, a as GetGasPrice, e as SignCosmosMessageAminoOptions, d as SignCosmosMessageDirectOptions, c as SignCosmosMessageOptionsBase, S as SignerGetters, T as TxResult, U as UserAddress, V as ValidateGasResult } from './client-types-DuWWc2_J.js';
4
4
  export { assets } from './api/getAssets.js';
5
5
  export { assetsBetweenChains } from './api/getAssetsBetweenChains.js';
@@ -1,5 +1,5 @@
1
1
  export { setClientOptions } from './chunk-C6NHVJ3R.js';
2
- export { executeRoute } from './chunk-HIJ6YOTK.js';
2
+ export { executeRoute } from './chunk-HAGMHUOI.js';
3
3
  export { validateCosmosGasBalance } from './chunk-7ZG7HNNC.js';
4
4
  export { waitForTransaction } from './chunk-ERPZHRBM.js';
5
5
  export { transactionStatus } from './chunk-I4AMZAHH.js';
@@ -1,4 +1,4 @@
1
- import { T as TransactionCallbacks } from '../callbacks-DK2GxU0a.js';
1
+ import { T as TransactionCallbacks } from '../callbacks-C2lXb0AH.js';
2
2
  import { bf as RouteResponse, W as CosmosMsg, an as PostHandler } from '../swaggerTypes-BrC-ZYnx.js';
3
3
  import { A as ApiRequest } from '../generateApi-DvFEIUee.js';
4
4
  import { S as SignerGetters, b as GasOptions, U as UserAddress } from '../client-types-DuWWc2_J.js';
@@ -1,4 +1,4 @@
1
- export { executeRoute } from '../chunk-HIJ6YOTK.js';
1
+ export { executeRoute } from '../chunk-HAGMHUOI.js';
2
2
  import '../chunk-7ZG7HNNC.js';
3
3
  import '../chunk-ERPZHRBM.js';
4
4
  import '../chunk-I4AMZAHH.js';
@@ -3,7 +3,7 @@ import { W as CosmosMsg, a3 as FeeAsset } from '../swaggerTypes-BrC-ZYnx.js';
3
3
  import { OfflineSigner } from '@cosmjs/proto-signing';
4
4
  import { ExecuteRouteOptions } from './executeRoute.js';
5
5
  import { G as GetFallbackGasAmount } from '../client-types-DuWWc2_J.js';
6
- import '../callbacks-DK2GxU0a.js';
6
+ import '../callbacks-C2lXb0AH.js';
7
7
  import '../generateApi-DvFEIUee.js';
8
8
  import '../api/postTrackTransaction.js';
9
9
  import '@cosmjs/amino';
@@ -1,5 +1,5 @@
1
1
  import { av as StatusErrorType, aJ as TransactionState, al as PacketErrorType, aS as TransferState, k as AxelarTransferState, O as ContractCallWithTokenErrorType, as as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a8 as HyperlaneTransferState, aO as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aP as LayerZeroTransferState } from '../swaggerTypes-BrC-ZYnx.js';
2
- import { T as TransactionCallbacks } from '../callbacks-DK2GxU0a.js';
2
+ import { T as TransactionCallbacks } from '../callbacks-C2lXb0AH.js';
3
3
  import { TrackTxRequest } from '../api/postTrackTransaction.js';
4
4
  import '../generateApi-DvFEIUee.js';
5
5
 
package/package.json CHANGED
@@ -1,21 +1,33 @@
1
1
  {
2
2
  "name": "@skip-go/client",
3
3
  "description": "JavaScript SDK for Skip Go API",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "type": "module",
7
- "main": "./dist/index.js",
8
- "module": "./dist/index.js",
9
- "types": "./dist/index.d.ts",
7
+ "main": "./dist/cjs/index.cjs",
8
+ "module": "./dist/esm/index.js",
9
+ "types": "./dist/esm/index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
- "import": "./dist/index.js",
13
- "types": "./dist/index.d.ts"
12
+ "import": "./dist/esm/index.js",
13
+ "types": "./dist/esm/index.d.ts"
14
+ },
15
+ "./cjs": {
16
+ "require": "./dist/cjs/index.cjs",
17
+ "import": "./dist/cjs/index.cjs",
18
+ "types": "./dist/esm/index.d.ts"
14
19
  },
15
20
  "./package.json": "./package.json"
16
21
  },
22
+ "typesVersions": {
23
+ "*": {
24
+ "cjs": [
25
+ "./dist/esm/index.d.ts"
26
+ ]
27
+ }
28
+ },
17
29
  "files": [
18
- "dist/*",
30
+ "dist",
19
31
  "*.js",
20
32
  "*.d.ts"
21
33
  ],
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -27,15 +27,15 @@ declare const messagesDirect: (options?: ({
27
27
  };
28
28
  } | undefined;
29
29
  postRouteHandler?: {
30
- autpilotMsg?: {
31
- action?: AutopilotAction | undefined;
32
- receiver?: string | undefined;
33
- } | undefined;
34
- } | {
35
30
  wasmMsg?: {
36
31
  contractAddress?: string | undefined;
37
32
  msg?: string | undefined;
38
33
  } | undefined;
34
+ } | {
35
+ autpilotMsg?: {
36
+ action?: AutopilotAction | undefined;
37
+ receiver?: string | undefined;
38
+ } | undefined;
39
39
  } | undefined;
40
40
  allowMultiTx?: boolean | undefined;
41
41
  allowUnsafe?: boolean | undefined;
@@ -124,6 +124,130 @@ declare const messagesDirect: (options?: ({
124
124
  doesSwap?: boolean | undefined;
125
125
  estimatedAmountOut: string;
126
126
  operations: ({
127
+ transfer?: {
128
+ fromChainId?: string | undefined;
129
+ toChainId?: string | undefined;
130
+ channel?: string | undefined;
131
+ destDenom?: string | undefined;
132
+ pfmEnabled?: boolean | undefined;
133
+ port?: string | undefined;
134
+ supportsMemo?: boolean | undefined;
135
+ denomIn?: string | undefined;
136
+ denomOut?: string | undefined;
137
+ feeAmount?: string | undefined;
138
+ toChainEntryContractAddress?: string | undefined;
139
+ toChainCallbackContractAddress?: string | undefined;
140
+ usdFeeAmount?: string | undefined;
141
+ feeAsset?: {
142
+ chainId: string;
143
+ coingeckoId?: string | undefined;
144
+ decimals?: number | undefined;
145
+ denom: string;
146
+ description?: string | undefined;
147
+ isCw20: boolean;
148
+ isEvm: boolean;
149
+ isSvm: boolean;
150
+ logoUri?: string | undefined;
151
+ name?: string | undefined;
152
+ originChainId: string;
153
+ originDenom: string;
154
+ recommendedSymbol?: string | undefined;
155
+ symbol?: string | undefined;
156
+ tokenContract?: string | undefined;
157
+ trace: string;
158
+ } | undefined;
159
+ bridgeId?: BridgeType | undefined;
160
+ smartRelay?: boolean | undefined;
161
+ } | undefined;
162
+ txIndex: number;
163
+ amountIn: string;
164
+ amountOut: string;
165
+ } | {
166
+ swap?: {
167
+ swapIn?: {
168
+ swapAmountIn?: string | undefined;
169
+ swapOperations?: {
170
+ denomIn?: string | undefined;
171
+ denomOut?: string | undefined;
172
+ pool?: string | undefined;
173
+ interface?: string | undefined;
174
+ }[] | undefined;
175
+ swapVenue?: {
176
+ chainId?: string | undefined;
177
+ name?: string | undefined;
178
+ logoUri?: string | undefined;
179
+ } | undefined;
180
+ priceImpactPercent?: string | undefined;
181
+ } | undefined;
182
+ estimatedAffiliateFee?: string | undefined;
183
+ chainId?: string | undefined;
184
+ fromChainId?: string | undefined;
185
+ denomIn?: string | undefined;
186
+ denomOut?: string | undefined;
187
+ swapVenues?: {
188
+ chainId?: string | undefined;
189
+ name?: string | undefined;
190
+ logoUri?: string | undefined;
191
+ }[] | undefined;
192
+ } | {
193
+ swapOut?: {
194
+ swapAmountOut?: string | undefined;
195
+ swapOperations?: {
196
+ denomIn?: string | undefined;
197
+ denomOut?: string | undefined;
198
+ pool?: string | undefined;
199
+ interface?: string | undefined;
200
+ }[] | undefined;
201
+ swapVenue?: {
202
+ chainId?: string | undefined;
203
+ name?: string | undefined;
204
+ logoUri?: string | undefined;
205
+ } | undefined;
206
+ priceImpactPercent?: string | undefined;
207
+ } | undefined;
208
+ estimatedAffiliateFee?: string | undefined;
209
+ chainId?: string | undefined;
210
+ fromChainId?: string | undefined;
211
+ denomIn?: string | undefined;
212
+ denomOut?: string | undefined;
213
+ swapVenues?: {
214
+ chainId?: string | undefined;
215
+ name?: string | undefined;
216
+ logoUri?: string | undefined;
217
+ }[] | undefined;
218
+ } | {
219
+ smartSwapIn?: {
220
+ swapVenue?: {
221
+ chainId?: string | undefined;
222
+ name?: string | undefined;
223
+ logoUri?: string | undefined;
224
+ } | undefined;
225
+ swapRoutes?: {
226
+ swapAmountIn?: string | undefined;
227
+ denomIn?: string | undefined;
228
+ swapOperations?: {
229
+ denomIn?: string | undefined;
230
+ denomOut?: string | undefined;
231
+ pool?: string | undefined;
232
+ interface?: string | undefined;
233
+ }[] | undefined;
234
+ }[] | undefined;
235
+ } | undefined;
236
+ estimatedAffiliateFee?: string | undefined;
237
+ chainId?: string | undefined;
238
+ fromChainId?: string | undefined;
239
+ denomIn?: string | undefined;
240
+ denomOut?: string | undefined;
241
+ swapVenues?: {
242
+ chainId?: string | undefined;
243
+ name?: string | undefined;
244
+ logoUri?: string | undefined;
245
+ }[] | undefined;
246
+ } | undefined;
247
+ txIndex: number;
248
+ amountIn: string;
249
+ amountOut: string;
250
+ } | {
127
251
  axelarTransfer?: {
128
252
  asset?: string | undefined;
129
253
  feeAmount?: string | undefined;
@@ -195,6 +319,14 @@ declare const messagesDirect: (options?: ({
195
319
  txIndex: number;
196
320
  amountIn: string;
197
321
  amountOut: string;
322
+ } | {
323
+ bankSend?: {
324
+ chainId?: string | undefined;
325
+ denom?: string | undefined;
326
+ } | undefined;
327
+ txIndex: number;
328
+ amountIn: string;
329
+ amountOut: string;
198
330
  } | {
199
331
  cctpTransfer?: {
200
332
  fromChainId?: string | undefined;
@@ -216,35 +348,14 @@ declare const messagesDirect: (options?: ({
216
348
  amountIn: string;
217
349
  amountOut: string;
218
350
  } | {
219
- stargateTransfer?: {
351
+ hyperlaneTransfer?: {
220
352
  fromChainId?: string | undefined;
221
353
  toChainId?: string | undefined;
222
354
  denomIn?: string | undefined;
223
355
  denomOut?: string | undefined;
224
- bridgeId?: BridgeType | undefined;
225
- poolAddress?: string | undefined;
226
- destinationEndpointId?: number | undefined;
227
- oftFeeAsset?: {
228
- chainId: string;
229
- coingeckoId?: string | undefined;
230
- decimals?: number | undefined;
231
- denom: string;
232
- description?: string | undefined;
233
- isCw20: boolean;
234
- isEvm: boolean;
235
- isSvm: boolean;
236
- logoUri?: string | undefined;
237
- name?: string | undefined;
238
- originChainId: string;
239
- originDenom: string;
240
- recommendedSymbol?: string | undefined;
241
- symbol?: string | undefined;
242
- tokenContract?: string | undefined;
243
- trace: string;
244
- } | undefined;
245
- oftFeeAmount?: string | undefined;
246
- oftFeeAmountUsd?: string | undefined;
247
- messagingFeeAsset?: {
356
+ hyperlaneContractAddress?: string | undefined;
357
+ feeAmount?: string | undefined;
358
+ feeAsset?: {
248
359
  chainId: string;
249
360
  coingeckoId?: string | undefined;
250
361
  decimals?: number | undefined;
@@ -262,54 +373,9 @@ declare const messagesDirect: (options?: ({
262
373
  tokenContract?: string | undefined;
263
374
  trace: string;
264
375
  } | undefined;
265
- messagingFeeAmount?: string | undefined;
266
- messagingFeeAmountUsd?: string | undefined;
267
- } | undefined;
268
- txIndex: number;
269
- amountIn: string;
270
- amountOut: string;
271
- } | {
272
- goFastTransfer?: {
273
- fromChainId?: string | undefined;
274
- toChainId?: string | undefined;
376
+ usdFeeAmount?: string | undefined;
275
377
  bridgeId?: BridgeType | undefined;
276
- denomIn?: string | undefined;
277
- denomOut?: string | undefined;
278
- fee?: {
279
- feeAsset: {
280
- chainId: string;
281
- coingeckoId?: string | undefined;
282
- decimals?: number | undefined;
283
- denom: string;
284
- description?: string | undefined;
285
- isCw20: boolean;
286
- isEvm: boolean;
287
- isSvm: boolean;
288
- logoUri?: string | undefined;
289
- name?: string | undefined;
290
- originChainId: string;
291
- originDenom: string;
292
- recommendedSymbol?: string | undefined;
293
- symbol?: string | undefined;
294
- tokenContract?: string | undefined;
295
- trace: string;
296
- };
297
- bpsFee?: string | undefined;
298
- bpsFeeAmount?: string | undefined;
299
- bpsFeeUsd?: string | undefined;
300
- sourceChainFeeAmount?: string | undefined;
301
- sourceChainFeeUsd?: string | undefined;
302
- destinationChainFeeAmount?: string | undefined;
303
- destinationChainFeeUsd?: string | undefined;
304
- } | undefined;
305
- } | undefined;
306
- txIndex: number;
307
- amountIn: string;
308
- amountOut: string;
309
- } | {
310
- bankSend?: {
311
- chainId?: string | undefined;
312
- denom?: string | undefined;
378
+ smartRelay?: boolean | undefined;
313
379
  } | undefined;
314
380
  txIndex: number;
315
381
  amountIn: string;
@@ -333,14 +399,28 @@ declare const messagesDirect: (options?: ({
333
399
  amountIn: string;
334
400
  amountOut: string;
335
401
  } | {
336
- hyperlaneTransfer?: {
402
+ opInitTransfer?: {
337
403
  fromChainId?: string | undefined;
338
404
  toChainId?: string | undefined;
339
405
  denomIn?: string | undefined;
340
406
  denomOut?: string | undefined;
341
- hyperlaneContractAddress?: string | undefined;
342
- feeAmount?: string | undefined;
343
- feeAsset?: {
407
+ opInitBridgeId?: any;
408
+ bridgeId?: BridgeType | undefined;
409
+ smartRelay?: boolean | undefined;
410
+ } | undefined;
411
+ txIndex: number;
412
+ amountIn: string;
413
+ amountOut: string;
414
+ } | {
415
+ stargateTransfer?: {
416
+ fromChainId?: string | undefined;
417
+ toChainId?: string | undefined;
418
+ denomIn?: string | undefined;
419
+ denomOut?: string | undefined;
420
+ bridgeId?: BridgeType | undefined;
421
+ poolAddress?: string | undefined;
422
+ destinationEndpointId?: number | undefined;
423
+ oftFeeAsset?: {
344
424
  chainId: string;
345
425
  coingeckoId?: string | undefined;
346
426
  decimals?: number | undefined;
@@ -358,29 +438,9 @@ declare const messagesDirect: (options?: ({
358
438
  tokenContract?: string | undefined;
359
439
  trace: string;
360
440
  } | undefined;
361
- usdFeeAmount?: string | undefined;
362
- bridgeId?: BridgeType | undefined;
363
- smartRelay?: boolean | undefined;
364
- } | undefined;
365
- txIndex: number;
366
- amountIn: string;
367
- amountOut: string;
368
- } | {
369
- transfer?: {
370
- fromChainId?: string | undefined;
371
- toChainId?: string | undefined;
372
- channel?: string | undefined;
373
- destDenom?: string | undefined;
374
- pfmEnabled?: boolean | undefined;
375
- port?: string | undefined;
376
- supportsMemo?: boolean | undefined;
377
- denomIn?: string | undefined;
378
- denomOut?: string | undefined;
379
- feeAmount?: string | undefined;
380
- toChainEntryContractAddress?: string | undefined;
381
- toChainCallbackContractAddress?: string | undefined;
382
- usdFeeAmount?: string | undefined;
383
- feeAsset?: {
441
+ oftFeeAmount?: string | undefined;
442
+ oftFeeAmountUsd?: string | undefined;
443
+ messagingFeeAsset?: {
384
444
  chainId: string;
385
445
  coingeckoId?: string | undefined;
386
446
  decimals?: number | undefined;
@@ -398,106 +458,46 @@ declare const messagesDirect: (options?: ({
398
458
  tokenContract?: string | undefined;
399
459
  trace: string;
400
460
  } | undefined;
401
- bridgeId?: BridgeType | undefined;
402
- smartRelay?: boolean | undefined;
461
+ messagingFeeAmount?: string | undefined;
462
+ messagingFeeAmountUsd?: string | undefined;
403
463
  } | undefined;
404
464
  txIndex: number;
405
465
  amountIn: string;
406
466
  amountOut: string;
407
467
  } | {
408
- swap?: {
409
- swapIn?: {
410
- swapAmountIn?: string | undefined;
411
- swapOperations?: {
412
- denomIn?: string | undefined;
413
- denomOut?: string | undefined;
414
- pool?: string | undefined;
415
- interface?: string | undefined;
416
- }[] | undefined;
417
- swapVenue?: {
418
- chainId?: string | undefined;
419
- name?: string | undefined;
420
- logoUri?: string | undefined;
421
- } | undefined;
422
- priceImpactPercent?: string | undefined;
423
- } | undefined;
424
- estimatedAffiliateFee?: string | undefined;
425
- chainId?: string | undefined;
468
+ goFastTransfer?: {
426
469
  fromChainId?: string | undefined;
470
+ toChainId?: string | undefined;
471
+ bridgeId?: BridgeType | undefined;
427
472
  denomIn?: string | undefined;
428
473
  denomOut?: string | undefined;
429
- swapVenues?: {
430
- chainId?: string | undefined;
431
- name?: string | undefined;
432
- logoUri?: string | undefined;
433
- }[] | undefined;
434
- } | {
435
- swapOut?: {
436
- swapAmountOut?: string | undefined;
437
- swapOperations?: {
438
- denomIn?: string | undefined;
439
- denomOut?: string | undefined;
440
- pool?: string | undefined;
441
- interface?: string | undefined;
442
- }[] | undefined;
443
- swapVenue?: {
444
- chainId?: string | undefined;
445
- name?: string | undefined;
474
+ fee?: {
475
+ feeAsset: {
476
+ chainId: string;
477
+ coingeckoId?: string | undefined;
478
+ decimals?: number | undefined;
479
+ denom: string;
480
+ description?: string | undefined;
481
+ isCw20: boolean;
482
+ isEvm: boolean;
483
+ isSvm: boolean;
446
484
  logoUri?: string | undefined;
447
- } | undefined;
448
- priceImpactPercent?: string | undefined;
449
- } | undefined;
450
- estimatedAffiliateFee?: string | undefined;
451
- chainId?: string | undefined;
452
- fromChainId?: string | undefined;
453
- denomIn?: string | undefined;
454
- denomOut?: string | undefined;
455
- swapVenues?: {
456
- chainId?: string | undefined;
457
- name?: string | undefined;
458
- logoUri?: string | undefined;
459
- }[] | undefined;
460
- } | {
461
- smartSwapIn?: {
462
- swapVenue?: {
463
- chainId?: string | undefined;
464
485
  name?: string | undefined;
465
- logoUri?: string | undefined;
466
- } | undefined;
467
- swapRoutes?: {
468
- swapAmountIn?: string | undefined;
469
- denomIn?: string | undefined;
470
- swapOperations?: {
471
- denomIn?: string | undefined;
472
- denomOut?: string | undefined;
473
- pool?: string | undefined;
474
- interface?: string | undefined;
475
- }[] | undefined;
476
- }[] | undefined;
486
+ originChainId: string;
487
+ originDenom: string;
488
+ recommendedSymbol?: string | undefined;
489
+ symbol?: string | undefined;
490
+ tokenContract?: string | undefined;
491
+ trace: string;
492
+ };
493
+ bpsFee?: string | undefined;
494
+ bpsFeeAmount?: string | undefined;
495
+ bpsFeeUsd?: string | undefined;
496
+ sourceChainFeeAmount?: string | undefined;
497
+ sourceChainFeeUsd?: string | undefined;
498
+ destinationChainFeeAmount?: string | undefined;
499
+ destinationChainFeeUsd?: string | undefined;
477
500
  } | undefined;
478
- estimatedAffiliateFee?: string | undefined;
479
- chainId?: string | undefined;
480
- fromChainId?: string | undefined;
481
- denomIn?: string | undefined;
482
- denomOut?: string | undefined;
483
- swapVenues?: {
484
- chainId?: string | undefined;
485
- name?: string | undefined;
486
- logoUri?: string | undefined;
487
- }[] | undefined;
488
- } | undefined;
489
- txIndex: number;
490
- amountIn: string;
491
- amountOut: string;
492
- } | {
493
- opInitTransfer?: {
494
- fromChainId?: string | undefined;
495
- toChainId?: string | undefined;
496
- denomIn?: string | undefined;
497
- denomOut?: string | undefined;
498
- opInitBridgeId?: any;
499
- bridgeId?: BridgeType | undefined;
500
- smartRelay?: boolean | undefined;
501
501
  } | undefined;
502
502
  txIndex: number;
503
503
  amountIn: string;
File without changes
File without changes
File without changes