@skip-go/client 1.3.1 → 1.3.3
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.
- package/dist/cjs/api/getAssets.cjs +5 -5
- package/dist/cjs/api/getAssetsBetweenChains.cjs +4 -4
- package/dist/cjs/api/getBridges.cjs +4 -4
- package/dist/cjs/api/getChains.cjs +4 -4
- package/dist/cjs/api/getVenues.cjs +4 -4
- package/dist/cjs/api/postAssetsFromSource.cjs +5 -5
- package/dist/cjs/api/postBalances.cjs +4 -4
- package/dist/cjs/api/postIbcOriginAssets.cjs +4 -4
- package/dist/cjs/api/postMessages.cjs +4 -4
- package/dist/cjs/api/postMessagesDirect.cjs +4 -4
- package/dist/cjs/api/postRecommendAssets.cjs +4 -4
- package/dist/cjs/api/postRoute.cjs +4 -4
- package/dist/cjs/api/postSubmitTransaction.cjs +4 -4
- package/dist/cjs/api/postTrackTransaction.cjs +4 -4
- package/dist/cjs/api/postTransactionStatus.cjs +4 -4
- package/dist/cjs/{chunk-EINQFLWN.cjs → chunk-2CCLIBCC.cjs} +2 -2
- package/dist/cjs/{chunk-SLZCWA4K.cjs → chunk-2EKCOIWV.cjs} +7 -7
- package/dist/cjs/{chunk-SIY2K7TT.cjs → chunk-2VQ2TNFM.cjs} +2 -2
- package/dist/cjs/{chunk-EQBTNGJJ.cjs → chunk-7I2KQNIU.cjs} +2 -2
- package/dist/cjs/{chunk-DUJSZRFD.cjs → chunk-A7GR26AQ.cjs} +58 -55
- package/dist/cjs/{chunk-WE7KICKO.cjs → chunk-B4OGYBRC.cjs} +2 -2
- package/dist/cjs/{chunk-OA5PE7TW.cjs → chunk-DBDB2XWX.cjs} +3 -3
- package/dist/cjs/{chunk-PFCGKAXF.cjs → chunk-DCFIIF7G.cjs} +2 -2
- package/dist/cjs/{chunk-W2DPDT3Y.cjs → chunk-EXK2GDR5.cjs} +2 -2
- package/dist/cjs/{chunk-G3G6PBIF.cjs → chunk-FO25SR66.cjs} +6 -6
- package/dist/cjs/{chunk-5FR25GF5.cjs → chunk-HKQ5VION.cjs} +1 -1
- package/dist/cjs/{chunk-CPTNOPWI.cjs → chunk-IDDRJJO5.cjs} +1 -0
- package/dist/cjs/{chunk-TCQMGBFL.cjs → chunk-J5RC6ZU5.cjs} +19 -11
- package/dist/cjs/{chunk-MGYSCMET.cjs → chunk-KJ5NZG2D.cjs} +10 -10
- package/dist/cjs/{chunk-KMDNP6DN.cjs → chunk-L4MLX6KI.cjs} +2 -2
- package/dist/cjs/{chunk-AHRSARNR.cjs → chunk-LP3L6XJB.cjs} +2 -2
- package/dist/cjs/{chunk-NQR3EPN2.cjs → chunk-MCZ3F457.cjs} +2 -2
- package/dist/cjs/{chunk-PG7RVHOU.cjs → chunk-MW3TE7DC.cjs} +2 -2
- package/dist/cjs/{chunk-TFL5E5A6.cjs → chunk-P7CDAHIX.cjs} +2 -2
- package/dist/cjs/{chunk-D2W4UBJB.cjs → chunk-QSISUSYP.cjs} +4 -4
- package/dist/cjs/{chunk-CWUD7UGL.cjs → chunk-XGBCEYWI.cjs} +2 -2
- package/dist/cjs/{chunk-HDKNPB2J.cjs → chunk-XNBHMZQZ.cjs} +6 -6
- package/dist/cjs/{chunk-TWPLCFOH.cjs → chunk-YYBGBKRE.cjs} +4 -4
- package/dist/cjs/index.cjs +78 -82
- package/dist/cjs/public-functions/executeRoute.cjs +14 -15
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +5 -5
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +6 -6
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +5 -5
- package/dist/cjs/public-functions/setApiOptions.cjs +4 -4
- package/dist/cjs/public-functions/setClientOptions.cjs +5 -5
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +7 -7
- package/dist/cjs/public-functions/waitForTransaction.cjs +6 -6
- package/dist/esm/api/getAssets.d.ts +1 -1
- package/dist/esm/api/getAssets.js +3 -3
- package/dist/esm/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/esm/api/getAssetsBetweenChains.js +3 -3
- package/dist/esm/api/getBridges.d.ts +1 -1
- package/dist/esm/api/getBridges.js +3 -3
- package/dist/esm/api/getChains.d.ts +1 -1
- package/dist/esm/api/getChains.js +3 -3
- package/dist/esm/api/getVenues.js +3 -3
- package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
- package/dist/esm/api/postAssetsFromSource.js +4 -4
- package/dist/esm/api/postBalances.d.ts +2 -2
- package/dist/esm/api/postBalances.js +3 -3
- package/dist/esm/api/postIbcOriginAssets.js +3 -3
- package/dist/esm/api/postMessages.d.ts +2 -2
- package/dist/esm/api/postMessages.js +3 -3
- package/dist/esm/api/postMessagesDirect.d.ts +195 -195
- package/dist/esm/api/postMessagesDirect.js +3 -3
- package/dist/esm/api/postRecommendAssets.d.ts +1 -1
- package/dist/esm/api/postRecommendAssets.js +3 -3
- package/dist/esm/api/postRoute.d.ts +191 -191
- package/dist/esm/api/postRoute.js +3 -3
- package/dist/esm/api/postSubmitTransaction.d.ts +5 -1
- package/dist/esm/api/postSubmitTransaction.js +3 -3
- package/dist/esm/api/postTrackTransaction.d.ts +2 -2
- package/dist/esm/api/postTrackTransaction.js +3 -3
- package/dist/esm/api/postTransactionStatus.d.ts +2 -2
- package/dist/esm/api/postTransactionStatus.js +3 -3
- package/dist/esm/{callbacks-C2lXb0AH.d.ts → callbacks-CuL50GnB.d.ts} +1 -1
- package/dist/esm/{chunk-6ULKULTX.js → chunk-2L7PKZDY.js} +1 -1
- package/dist/esm/{chunk-7ZG7HNNC.js → chunk-2R3M45RX.js} +2 -2
- package/dist/esm/{chunk-HAGMHUOI.js → chunk-35H4PDPF.js} +23 -20
- package/dist/esm/{chunk-F65QOYUA.js → chunk-6F2T2KB3.js} +1 -1
- package/dist/esm/{chunk-MAOMQHG5.js → chunk-7ITTEUMR.js} +1 -1
- package/dist/esm/{chunk-4DI7G6TH.js → chunk-7YN3UVVF.js} +1 -1
- package/dist/esm/{chunk-CGZ5DA2T.js → chunk-CFDTJGQK.js} +1 -1
- package/dist/esm/{chunk-ERPZHRBM.js → chunk-CU6W3622.js} +17 -9
- package/dist/esm/{chunk-NZVZH6OA.js → chunk-GSCIF7YA.js} +1 -1
- package/dist/esm/{chunk-VUOOTNLG.js → chunk-HT6O3BQ7.js} +1 -1
- package/dist/esm/{chunk-ZTDLGX7X.js → chunk-IPHFFTGO.js} +1 -1
- package/dist/esm/{chunk-YLMQS52U.js → chunk-IWXRHEX4.js} +2 -2
- package/dist/esm/{chunk-UZKIIX6A.js → chunk-JIADJKRD.js} +1 -1
- package/dist/esm/{chunk-YYXOIRHZ.js → chunk-JSY7M43P.js} +1 -1
- package/dist/esm/{chunk-HS2D6FKN.js → chunk-JYUNVL4F.js} +1 -1
- package/dist/esm/{chunk-SS5LQKBL.js → chunk-LZI7A4JI.js} +1 -1
- package/dist/esm/{chunk-I4AMZAHH.js → chunk-MXCJ2M3K.js} +1 -1
- package/dist/esm/{chunk-PIQZD2VE.js → chunk-OHV2LZEG.js} +1 -1
- package/dist/esm/{chunk-C6NHVJ3R.js → chunk-OL7CWCPB.js} +2 -2
- package/dist/esm/{chunk-KYLULQOS.js → chunk-OQDBWVET.js} +1 -0
- package/dist/esm/{chunk-2R5COFPS.js → chunk-SJP6W2SK.js} +1 -1
- package/dist/esm/{chunk-QPJEHGY7.js → chunk-XXTECZG3.js} +1 -1
- package/dist/esm/{chunk-GOD6ESBZ.js → chunk-Y5H25R7Z.js} +1 -1
- package/dist/esm/{client-types-DuWWc2_J.d.ts → client-types-B7Fin0mq.d.ts} +2 -1
- package/dist/esm/{generateApi-DvFEIUee.d.ts → generateApi-C_xgtxrO.d.ts} +1 -1
- package/dist/esm/index.d.ts +20 -8
- package/dist/esm/index.js +25 -25
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +13 -14
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +2 -2
- package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.js +4 -4
- package/dist/esm/public-functions/getRecommendedGasPrice.js +5 -5
- package/dist/esm/public-functions/getSigningStargateClient.js +4 -4
- package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
- package/dist/esm/public-functions/setApiOptions.js +3 -3
- package/dist/esm/public-functions/setClientOptions.d.ts +3 -3
- package/dist/esm/public-functions/setClientOptions.js +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +6 -6
- package/dist/esm/public-functions/waitForTransaction.d.ts +10 -6
- package/dist/esm/public-functions/waitForTransaction.js +5 -5
- package/dist/esm/{setClientOptions-B27lt_6h.d.ts → setClientOptions-BTRwCbmt.d.ts} +1 -1
- package/dist/esm/{swaggerTypes-BrC-ZYnx.d.ts → swaggerTypes-DDwqIjap.d.ts} +15 -2
- package/package.json +1 -1
- package/dist/cjs/api/postSubmit.cjs +0 -12
- package/dist/cjs/chunk-RFBDXALX.cjs +0 -12
- package/dist/esm/api/postSubmit.d.ts +0 -17
- package/dist/esm/api/postSubmit.js +0 -3
- package/dist/esm/chunk-6UMMVC2P.js +0 -10
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { assets, transformAssetsMap } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { assets, transformAssetsMap } from '../chunk-2L7PKZDY.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { assetsBetweenChains } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { assetsBetweenChains } from '../chunk-HT6O3BQ7.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import {
|
|
2
|
+
import { bv as ContentType, J as BridgeType } from '../swaggerTypes-DDwqIjap.js';
|
|
3
3
|
|
|
4
4
|
declare const bridges: (options?: ({
|
|
5
5
|
cache?: RequestCache | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { bridges } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { bridges } from '../chunk-7YN3UVVF.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { chains } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { chains } from '../chunk-2L7PKZDY.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { venues } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { venues } from '../chunk-JSY7M43P.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { assetsFromSource } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { assetsFromSource } from '../chunk-IWXRHEX4.js';
|
|
2
|
+
import '../chunk-2L7PKZDY.js';
|
|
3
|
+
import '../chunk-LZI7A4JI.js';
|
|
4
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-C_xgtxrO.js';
|
|
3
|
+
import '../swaggerTypes-DDwqIjap.js';
|
|
4
4
|
|
|
5
5
|
declare const balances: (options?: ({
|
|
6
6
|
chains?: {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { balances } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { balances } from '../chunk-2L7PKZDY.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ibcOriginAssets } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { ibcOriginAssets } from '../chunk-XXTECZG3.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b3 as FeeType, J as BridgeType, b4 as FeeBehavior } from '../swaggerTypes-
|
|
1
|
+
import { b3 as FeeType, J as BridgeType, b4 as FeeBehavior } from '../swaggerTypes-DDwqIjap.js';
|
|
2
2
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
3
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-C_xgtxrO.js';
|
|
4
4
|
|
|
5
5
|
declare const messages: (request: MessagesRequest) => Promise<{
|
|
6
6
|
msgs?: ({
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { messages } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { messages } from '../chunk-GSCIF7YA.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
-
import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-
|
|
2
|
+
import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-DDwqIjap.js';
|
|
3
3
|
|
|
4
4
|
declare const messagesDirect: (options?: ({
|
|
5
5
|
sourceAssetDenom?: string | undefined;
|
|
@@ -27,15 +27,15 @@ declare const messagesDirect: (options?: ({
|
|
|
27
27
|
};
|
|
28
28
|
} | undefined;
|
|
29
29
|
postRouteHandler?: {
|
|
30
|
-
wasmMsg?: {
|
|
31
|
-
contractAddress?: string | undefined;
|
|
32
|
-
msg?: string | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
} | {
|
|
35
30
|
autpilotMsg?: {
|
|
36
31
|
action?: AutopilotAction | undefined;
|
|
37
32
|
receiver?: string | undefined;
|
|
38
33
|
} | undefined;
|
|
34
|
+
} | {
|
|
35
|
+
wasmMsg?: {
|
|
36
|
+
contractAddress?: string | undefined;
|
|
37
|
+
msg?: string | undefined;
|
|
38
|
+
} | undefined;
|
|
39
39
|
} | undefined;
|
|
40
40
|
allowMultiTx?: boolean | undefined;
|
|
41
41
|
allowUnsafe?: boolean | undefined;
|
|
@@ -124,130 +124,6 @@ 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
|
-
} | {
|
|
251
127
|
axelarTransfer?: {
|
|
252
128
|
asset?: string | undefined;
|
|
253
129
|
feeAmount?: string | undefined;
|
|
@@ -319,14 +195,6 @@ declare const messagesDirect: (options?: ({
|
|
|
319
195
|
txIndex: number;
|
|
320
196
|
amountIn: string;
|
|
321
197
|
amountOut: string;
|
|
322
|
-
} | {
|
|
323
|
-
bankSend?: {
|
|
324
|
-
chainId?: string | undefined;
|
|
325
|
-
denom?: string | undefined;
|
|
326
|
-
} | undefined;
|
|
327
|
-
txIndex: number;
|
|
328
|
-
amountIn: string;
|
|
329
|
-
amountOut: string;
|
|
330
198
|
} | {
|
|
331
199
|
cctpTransfer?: {
|
|
332
200
|
fromChainId?: string | undefined;
|
|
@@ -348,14 +216,15 @@ declare const messagesDirect: (options?: ({
|
|
|
348
216
|
amountIn: string;
|
|
349
217
|
amountOut: string;
|
|
350
218
|
} | {
|
|
351
|
-
|
|
219
|
+
stargateTransfer?: {
|
|
352
220
|
fromChainId?: string | undefined;
|
|
353
221
|
toChainId?: string | undefined;
|
|
354
222
|
denomIn?: string | undefined;
|
|
355
223
|
denomOut?: string | undefined;
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
224
|
+
bridgeId?: BridgeType | undefined;
|
|
225
|
+
poolAddress?: string | undefined;
|
|
226
|
+
destinationEndpointId?: number | undefined;
|
|
227
|
+
oftFeeAsset?: {
|
|
359
228
|
chainId: string;
|
|
360
229
|
coingeckoId?: string | undefined;
|
|
361
230
|
decimals?: number | undefined;
|
|
@@ -373,9 +242,74 @@ declare const messagesDirect: (options?: ({
|
|
|
373
242
|
tokenContract?: string | undefined;
|
|
374
243
|
trace: string;
|
|
375
244
|
} | undefined;
|
|
376
|
-
|
|
245
|
+
oftFeeAmount?: string | undefined;
|
|
246
|
+
oftFeeAmountUsd?: string | undefined;
|
|
247
|
+
messagingFeeAsset?: {
|
|
248
|
+
chainId: string;
|
|
249
|
+
coingeckoId?: string | undefined;
|
|
250
|
+
decimals?: number | undefined;
|
|
251
|
+
denom: string;
|
|
252
|
+
description?: string | undefined;
|
|
253
|
+
isCw20: boolean;
|
|
254
|
+
isEvm: boolean;
|
|
255
|
+
isSvm: boolean;
|
|
256
|
+
logoUri?: string | undefined;
|
|
257
|
+
name?: string | undefined;
|
|
258
|
+
originChainId: string;
|
|
259
|
+
originDenom: string;
|
|
260
|
+
recommendedSymbol?: string | undefined;
|
|
261
|
+
symbol?: string | undefined;
|
|
262
|
+
tokenContract?: string | undefined;
|
|
263
|
+
trace: string;
|
|
264
|
+
} | 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;
|
|
377
275
|
bridgeId?: BridgeType | undefined;
|
|
378
|
-
|
|
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;
|
|
379
313
|
} | undefined;
|
|
380
314
|
txIndex: number;
|
|
381
315
|
amountIn: string;
|
|
@@ -399,28 +333,14 @@ declare const messagesDirect: (options?: ({
|
|
|
399
333
|
amountIn: string;
|
|
400
334
|
amountOut: string;
|
|
401
335
|
} | {
|
|
402
|
-
|
|
403
|
-
fromChainId?: string | undefined;
|
|
404
|
-
toChainId?: string | undefined;
|
|
405
|
-
denomIn?: string | undefined;
|
|
406
|
-
denomOut?: string | undefined;
|
|
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?: {
|
|
336
|
+
hyperlaneTransfer?: {
|
|
416
337
|
fromChainId?: string | undefined;
|
|
417
338
|
toChainId?: string | undefined;
|
|
418
339
|
denomIn?: string | undefined;
|
|
419
340
|
denomOut?: string | undefined;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
oftFeeAsset?: {
|
|
341
|
+
hyperlaneContractAddress?: string | undefined;
|
|
342
|
+
feeAmount?: string | undefined;
|
|
343
|
+
feeAsset?: {
|
|
424
344
|
chainId: string;
|
|
425
345
|
coingeckoId?: string | undefined;
|
|
426
346
|
decimals?: number | undefined;
|
|
@@ -438,9 +358,29 @@ declare const messagesDirect: (options?: ({
|
|
|
438
358
|
tokenContract?: string | undefined;
|
|
439
359
|
trace: string;
|
|
440
360
|
} | undefined;
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
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?: {
|
|
444
384
|
chainId: string;
|
|
445
385
|
coingeckoId?: string | undefined;
|
|
446
386
|
decimals?: number | undefined;
|
|
@@ -458,46 +398,106 @@ declare const messagesDirect: (options?: ({
|
|
|
458
398
|
tokenContract?: string | undefined;
|
|
459
399
|
trace: string;
|
|
460
400
|
} | undefined;
|
|
461
|
-
|
|
462
|
-
|
|
401
|
+
bridgeId?: BridgeType | undefined;
|
|
402
|
+
smartRelay?: boolean | undefined;
|
|
463
403
|
} | undefined;
|
|
464
404
|
txIndex: number;
|
|
465
405
|
amountIn: string;
|
|
466
406
|
amountOut: string;
|
|
467
407
|
} | {
|
|
468
|
-
|
|
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;
|
|
469
426
|
fromChainId?: string | undefined;
|
|
470
|
-
toChainId?: string | undefined;
|
|
471
|
-
bridgeId?: BridgeType | undefined;
|
|
472
427
|
denomIn?: string | undefined;
|
|
473
428
|
denomOut?: string | undefined;
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
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;
|
|
484
446
|
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;
|
|
485
464
|
name?: string | undefined;
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
destinationChainFeeAmount?: string | undefined;
|
|
499
|
-
destinationChainFeeUsd?: 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;
|
|
500
477
|
} | 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;
|
|
@@ -535,7 +535,7 @@ declare const messagesDirect: (options?: ({
|
|
|
535
535
|
toChainId: string;
|
|
536
536
|
denomIn: string;
|
|
537
537
|
denomOut: string;
|
|
538
|
-
|
|
538
|
+
sourceOftContractAddress: string;
|
|
539
539
|
destinationEndpointId: number;
|
|
540
540
|
messagingFeeAsset: {
|
|
541
541
|
chainId: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { messagesDirect } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { messagesDirect } from '../chunk-SJP6W2SK.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { recommendAssets } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { recommendAssets } from '../chunk-IPHFFTGO.js';
|
|
2
|
+
import '../chunk-LZI7A4JI.js';
|
|
3
|
+
import '../chunk-OQDBWVET.js';
|