@skip-go/client 1.1.8 → 1.1.9
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/api/getAssets.d.ts +1 -1
- package/dist/api/getAssets.js +2 -2
- package/dist/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/api/getAssetsBetweenChains.js +2 -2
- package/dist/api/getBridges.d.ts +1 -1
- package/dist/api/getBridges.js +2 -2
- package/dist/api/getChains.d.ts +1 -1
- package/dist/api/getChains.js +2 -2
- package/dist/api/getVenues.d.ts +1 -1
- package/dist/api/getVenues.js +2 -2
- package/dist/api/postAssetsFromSource.d.ts +1 -1
- package/dist/api/postAssetsFromSource.js +3 -3
- package/dist/api/postBalances.d.ts +1 -1
- package/dist/api/postBalances.js +2 -2
- package/dist/api/postIbcOriginAssets.d.ts +1 -1
- package/dist/api/postIbcOriginAssets.js +2 -2
- package/dist/api/postMessages.d.ts +1 -1
- package/dist/api/postMessages.js +2 -2
- package/dist/api/postMessagesDirect.d.ts +194 -194
- package/dist/api/postMessagesDirect.js +2 -2
- package/dist/api/postRecommendAssets.d.ts +1 -1
- package/dist/api/postRecommendAssets.js +2 -2
- package/dist/api/postRoute.d.ts +189 -189
- package/dist/api/postRoute.js +2 -2
- package/dist/api/postSubmit.d.ts +1 -1
- package/dist/api/postSubmit.js +2 -2
- package/dist/api/postSubmitTransaction.d.ts +1 -1
- package/dist/api/postSubmitTransaction.js +2 -2
- package/dist/api/postTrackTransaction.d.ts +1 -1
- package/dist/api/postTrackTransaction.js +2 -2
- package/dist/api/postTransactionStatus.d.ts +1 -1
- package/dist/api/postTransactionStatus.js +2 -2
- package/dist/{apiState-CdzxTxYd.d.ts → apiState-DwZhwVul.d.ts} +1 -0
- package/dist/{chunk-FC6WR2AB.js → chunk-2YOWXBHH.js} +4 -3
- package/dist/{chunk-C3GDPTDO.js → chunk-4CXSWHQ6.js} +1 -1
- package/dist/{chunk-I7WONP6Y.js → chunk-4XUWIG3Z.js} +1 -1
- package/dist/{chunk-Z7GQR23T.js → chunk-563FE62N.js} +1 -1
- package/dist/{chunk-H42CXF2U.js → chunk-6SQTOOYP.js} +1 -1
- package/dist/{chunk-MSWIIMAD.js → chunk-7G7IEOTQ.js} +1 -1
- package/dist/{chunk-RP5COGN6.js → chunk-7MWYHGMD.js} +2 -2
- package/dist/{chunk-EZ65IQWB.js → chunk-A4M35XLF.js} +5 -4
- package/dist/{chunk-5UHQEC5K.js → chunk-A7FWC5OX.js} +1 -1
- package/dist/{chunk-GH36M7RI.js → chunk-DF3WCTFB.js} +1 -1
- package/dist/{chunk-6NMCE4AL.js → chunk-NCE6R2CP.js} +8 -8
- package/dist/{chunk-QYJTS5PW.js → chunk-NQZYCFAA.js} +1 -1
- package/dist/{chunk-PXL7VX4V.js → chunk-O4IHON37.js} +1 -1
- package/dist/{chunk-I5GT57P3.js → chunk-OFBEDG4X.js} +1 -1
- package/dist/{chunk-WN4AUWSP.js → chunk-RE4YYQCE.js} +1 -1
- package/dist/{chunk-FVI3HTIO.js → chunk-SGHGLGUJ.js} +3 -3
- package/dist/{chunk-FRP5Y35B.js → chunk-THUBVEVZ.js} +1 -1
- package/dist/{chunk-IHHYXB3K.js → chunk-U6NXCWXE.js} +1 -1
- package/dist/{chunk-YSXM6ATC.js → chunk-UCUUIQHV.js} +1 -1
- package/dist/{chunk-M7EBNJWK.js → chunk-XZV42PVV.js} +1 -1
- package/dist/{chunk-H54ORPCL.js → chunk-YABXOO3H.js} +22 -14
- package/dist/{chunk-NQNYCD4R.js → chunk-Z3Z7A3YS.js} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +22 -22
- package/dist/public-functions/executeRoute.js +11 -11
- package/dist/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/public-functions/getFeeInfoForChain.js +3 -3
- package/dist/public-functions/getRecommendedGasPrice.d.ts +1 -1
- package/dist/public-functions/getRecommendedGasPrice.js +4 -4
- package/dist/public-functions/getSigningStargateClient.js +3 -3
- package/dist/public-functions/setApiOptions.d.ts +1 -1
- package/dist/public-functions/setApiOptions.js +2 -2
- package/dist/public-functions/setClientOptions.d.ts +2 -2
- package/dist/public-functions/setClientOptions.js +3 -3
- package/dist/public-functions/waitForTransaction.js +4 -4
- package/dist/{setClientOptions-CI_7IPLT.d.ts → setClientOptions-D8SDeegt.d.ts} +1 -1
- package/package.json +1 -1
package/dist/api/getAssets.d.ts
CHANGED
package/dist/api/getAssets.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { assets, transformAssetsMap } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { assets, transformAssetsMap } from '../chunk-4XUWIG3Z.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { J as BridgeType } from '../swaggerTypes-CAERZYPb.js';
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
3
3
|
|
|
4
4
|
declare const assetsBetweenChains: (options?: ({
|
|
5
5
|
sourceChainId?: string | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { assetsBetweenChains } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { assetsBetweenChains } from '../chunk-Z3Z7A3YS.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
package/dist/api/getBridges.d.ts
CHANGED
package/dist/api/getBridges.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { bridges } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { bridges } from '../chunk-UCUUIQHV.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
package/dist/api/getChains.d.ts
CHANGED
package/dist/api/getChains.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { chains } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { chains } from '../chunk-4XUWIG3Z.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
package/dist/api/getVenues.d.ts
CHANGED
package/dist/api/getVenues.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { venues } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { venues } from '../chunk-RE4YYQCE.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { assetsFromSource } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { assetsFromSource } from '../chunk-7MWYHGMD.js';
|
|
2
|
+
import '../chunk-4XUWIG3Z.js';
|
|
3
|
+
import '../chunk-YABXOO3H.js';
|
|
4
4
|
import '../chunk-UXUJNZOA.js';
|
package/dist/api/postBalances.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { balances } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { balances } from '../chunk-4XUWIG3Z.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ibcOriginAssets } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { ibcOriginAssets } from '../chunk-NQZYCFAA.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { b3 as FeeType, J as BridgeType } from '../swaggerTypes-CAERZYPb.js';
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
3
3
|
import { A as ApiRequest, a as ApiResponse } from '../generateApi-8YPJU-Al.js';
|
|
4
4
|
|
|
5
5
|
declare const messages: (request: MessagesRequest) => Promise<{
|
package/dist/api/postMessages.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { messages } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { messages } from '../chunk-A7FWC5OX.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
2
|
import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-CAERZYPb.js';
|
|
3
3
|
|
|
4
4
|
declare const messagesDirect: (options?: ({
|
|
@@ -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;
|
|
@@ -122,130 +122,6 @@ declare const messagesDirect: (options?: ({
|
|
|
122
122
|
doesSwap?: boolean | undefined;
|
|
123
123
|
estimatedAmountOut: string;
|
|
124
124
|
operations: ({
|
|
125
|
-
transfer?: {
|
|
126
|
-
fromChainId?: string | undefined;
|
|
127
|
-
toChainId?: string | undefined;
|
|
128
|
-
channel?: string | undefined;
|
|
129
|
-
destDenom?: string | undefined;
|
|
130
|
-
pfmEnabled?: boolean | undefined;
|
|
131
|
-
port?: string | undefined;
|
|
132
|
-
supportsMemo?: boolean | undefined;
|
|
133
|
-
denomIn?: string | undefined;
|
|
134
|
-
denomOut?: string | undefined;
|
|
135
|
-
feeAmount?: string | undefined;
|
|
136
|
-
toChainEntryContractAddress?: string | undefined;
|
|
137
|
-
toChainCallbackContractAddress?: string | undefined;
|
|
138
|
-
usdFeeAmount?: string | undefined;
|
|
139
|
-
feeAsset?: {
|
|
140
|
-
chainId: string;
|
|
141
|
-
coingeckoId?: string | undefined;
|
|
142
|
-
decimals?: number | undefined;
|
|
143
|
-
denom: string;
|
|
144
|
-
description?: string | undefined;
|
|
145
|
-
isCw20: boolean;
|
|
146
|
-
isEvm: boolean;
|
|
147
|
-
isSvm: boolean;
|
|
148
|
-
logoUri?: string | undefined;
|
|
149
|
-
name?: string | undefined;
|
|
150
|
-
originChainId: string;
|
|
151
|
-
originDenom: string;
|
|
152
|
-
recommendedSymbol?: string | undefined;
|
|
153
|
-
symbol?: string | undefined;
|
|
154
|
-
tokenContract?: string | undefined;
|
|
155
|
-
trace: string;
|
|
156
|
-
} | undefined;
|
|
157
|
-
bridgeId?: BridgeType | undefined;
|
|
158
|
-
smartRelay?: boolean | undefined;
|
|
159
|
-
} | undefined;
|
|
160
|
-
txIndex: number;
|
|
161
|
-
amountIn: string;
|
|
162
|
-
amountOut: string;
|
|
163
|
-
} | {
|
|
164
|
-
swap?: {
|
|
165
|
-
swapIn?: {
|
|
166
|
-
swapAmountIn?: string | undefined;
|
|
167
|
-
swapOperations?: {
|
|
168
|
-
denomIn?: string | undefined;
|
|
169
|
-
denomOut?: string | undefined;
|
|
170
|
-
pool?: string | undefined;
|
|
171
|
-
interface?: string | undefined;
|
|
172
|
-
}[] | undefined;
|
|
173
|
-
swapVenue?: {
|
|
174
|
-
chainId?: string | undefined;
|
|
175
|
-
name?: string | undefined;
|
|
176
|
-
logoUri?: string | undefined;
|
|
177
|
-
} | undefined;
|
|
178
|
-
priceImpactPercent?: string | undefined;
|
|
179
|
-
} | undefined;
|
|
180
|
-
estimatedAffiliateFee?: string | undefined;
|
|
181
|
-
chainId?: string | undefined;
|
|
182
|
-
fromChainId?: string | undefined;
|
|
183
|
-
denomIn?: string | undefined;
|
|
184
|
-
denomOut?: string | undefined;
|
|
185
|
-
swapVenues?: {
|
|
186
|
-
chainId?: string | undefined;
|
|
187
|
-
name?: string | undefined;
|
|
188
|
-
logoUri?: string | undefined;
|
|
189
|
-
}[] | undefined;
|
|
190
|
-
} | {
|
|
191
|
-
swapOut?: {
|
|
192
|
-
swapAmountOut?: string | undefined;
|
|
193
|
-
swapOperations?: {
|
|
194
|
-
denomIn?: string | undefined;
|
|
195
|
-
denomOut?: string | undefined;
|
|
196
|
-
pool?: string | undefined;
|
|
197
|
-
interface?: string | undefined;
|
|
198
|
-
}[] | undefined;
|
|
199
|
-
swapVenue?: {
|
|
200
|
-
chainId?: string | undefined;
|
|
201
|
-
name?: string | undefined;
|
|
202
|
-
logoUri?: string | undefined;
|
|
203
|
-
} | undefined;
|
|
204
|
-
priceImpactPercent?: string | undefined;
|
|
205
|
-
} | undefined;
|
|
206
|
-
estimatedAffiliateFee?: string | undefined;
|
|
207
|
-
chainId?: string | undefined;
|
|
208
|
-
fromChainId?: string | undefined;
|
|
209
|
-
denomIn?: string | undefined;
|
|
210
|
-
denomOut?: string | undefined;
|
|
211
|
-
swapVenues?: {
|
|
212
|
-
chainId?: string | undefined;
|
|
213
|
-
name?: string | undefined;
|
|
214
|
-
logoUri?: string | undefined;
|
|
215
|
-
}[] | undefined;
|
|
216
|
-
} | {
|
|
217
|
-
smartSwapIn?: {
|
|
218
|
-
swapVenue?: {
|
|
219
|
-
chainId?: string | undefined;
|
|
220
|
-
name?: string | undefined;
|
|
221
|
-
logoUri?: string | undefined;
|
|
222
|
-
} | undefined;
|
|
223
|
-
swapRoutes?: {
|
|
224
|
-
swapAmountIn?: string | undefined;
|
|
225
|
-
denomIn?: string | undefined;
|
|
226
|
-
swapOperations?: {
|
|
227
|
-
denomIn?: string | undefined;
|
|
228
|
-
denomOut?: string | undefined;
|
|
229
|
-
pool?: string | undefined;
|
|
230
|
-
interface?: string | undefined;
|
|
231
|
-
}[] | undefined;
|
|
232
|
-
}[] | undefined;
|
|
233
|
-
} | undefined;
|
|
234
|
-
estimatedAffiliateFee?: string | undefined;
|
|
235
|
-
chainId?: string | undefined;
|
|
236
|
-
fromChainId?: string | undefined;
|
|
237
|
-
denomIn?: string | undefined;
|
|
238
|
-
denomOut?: string | undefined;
|
|
239
|
-
swapVenues?: {
|
|
240
|
-
chainId?: string | undefined;
|
|
241
|
-
name?: string | undefined;
|
|
242
|
-
logoUri?: string | undefined;
|
|
243
|
-
}[] | undefined;
|
|
244
|
-
} | undefined;
|
|
245
|
-
txIndex: number;
|
|
246
|
-
amountIn: string;
|
|
247
|
-
amountOut: string;
|
|
248
|
-
} | {
|
|
249
125
|
axelarTransfer?: {
|
|
250
126
|
asset?: string | undefined;
|
|
251
127
|
feeAmount?: string | undefined;
|
|
@@ -317,14 +193,6 @@ declare const messagesDirect: (options?: ({
|
|
|
317
193
|
txIndex: number;
|
|
318
194
|
amountIn: string;
|
|
319
195
|
amountOut: string;
|
|
320
|
-
} | {
|
|
321
|
-
bankSend?: {
|
|
322
|
-
chainId?: string | undefined;
|
|
323
|
-
denom?: string | undefined;
|
|
324
|
-
} | undefined;
|
|
325
|
-
txIndex: number;
|
|
326
|
-
amountIn: string;
|
|
327
|
-
amountOut: string;
|
|
328
196
|
} | {
|
|
329
197
|
cctpTransfer?: {
|
|
330
198
|
fromChainId?: string | undefined;
|
|
@@ -346,14 +214,15 @@ declare const messagesDirect: (options?: ({
|
|
|
346
214
|
amountIn: string;
|
|
347
215
|
amountOut: string;
|
|
348
216
|
} | {
|
|
349
|
-
|
|
217
|
+
stargateTransfer?: {
|
|
350
218
|
fromChainId?: string | undefined;
|
|
351
219
|
toChainId?: string | undefined;
|
|
352
220
|
denomIn?: string | undefined;
|
|
353
221
|
denomOut?: string | undefined;
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
222
|
+
bridgeId?: BridgeType | undefined;
|
|
223
|
+
poolAddress?: string | undefined;
|
|
224
|
+
destinationEndpointId?: number | undefined;
|
|
225
|
+
oftFeeAsset?: {
|
|
357
226
|
chainId: string;
|
|
358
227
|
coingeckoId?: string | undefined;
|
|
359
228
|
decimals?: number | undefined;
|
|
@@ -371,9 +240,74 @@ declare const messagesDirect: (options?: ({
|
|
|
371
240
|
tokenContract?: string | undefined;
|
|
372
241
|
trace: string;
|
|
373
242
|
} | undefined;
|
|
374
|
-
|
|
243
|
+
oftFeeAmount?: string | undefined;
|
|
244
|
+
oftFeeAmountUsd?: string | undefined;
|
|
245
|
+
messagingFeeAsset?: {
|
|
246
|
+
chainId: string;
|
|
247
|
+
coingeckoId?: string | undefined;
|
|
248
|
+
decimals?: number | undefined;
|
|
249
|
+
denom: string;
|
|
250
|
+
description?: string | undefined;
|
|
251
|
+
isCw20: boolean;
|
|
252
|
+
isEvm: boolean;
|
|
253
|
+
isSvm: boolean;
|
|
254
|
+
logoUri?: string | undefined;
|
|
255
|
+
name?: string | undefined;
|
|
256
|
+
originChainId: string;
|
|
257
|
+
originDenom: string;
|
|
258
|
+
recommendedSymbol?: string | undefined;
|
|
259
|
+
symbol?: string | undefined;
|
|
260
|
+
tokenContract?: string | undefined;
|
|
261
|
+
trace: string;
|
|
262
|
+
} | undefined;
|
|
263
|
+
messagingFeeAmount?: string | undefined;
|
|
264
|
+
messagingFeeAmountUsd?: string | undefined;
|
|
265
|
+
} | undefined;
|
|
266
|
+
txIndex: number;
|
|
267
|
+
amountIn: string;
|
|
268
|
+
amountOut: string;
|
|
269
|
+
} | {
|
|
270
|
+
goFastTransfer?: {
|
|
271
|
+
fromChainId?: string | undefined;
|
|
272
|
+
toChainId?: string | undefined;
|
|
375
273
|
bridgeId?: BridgeType | undefined;
|
|
376
|
-
|
|
274
|
+
denomIn?: string | undefined;
|
|
275
|
+
denomOut?: string | undefined;
|
|
276
|
+
fee?: {
|
|
277
|
+
feeAsset: {
|
|
278
|
+
chainId: string;
|
|
279
|
+
coingeckoId?: string | undefined;
|
|
280
|
+
decimals?: number | undefined;
|
|
281
|
+
denom: string;
|
|
282
|
+
description?: string | undefined;
|
|
283
|
+
isCw20: boolean;
|
|
284
|
+
isEvm: boolean;
|
|
285
|
+
isSvm: boolean;
|
|
286
|
+
logoUri?: string | undefined;
|
|
287
|
+
name?: string | undefined;
|
|
288
|
+
originChainId: string;
|
|
289
|
+
originDenom: string;
|
|
290
|
+
recommendedSymbol?: string | undefined;
|
|
291
|
+
symbol?: string | undefined;
|
|
292
|
+
tokenContract?: string | undefined;
|
|
293
|
+
trace: string;
|
|
294
|
+
};
|
|
295
|
+
bpsFee?: string | undefined;
|
|
296
|
+
bpsFeeAmount?: string | undefined;
|
|
297
|
+
bpsFeeUsd?: string | undefined;
|
|
298
|
+
sourceChainFeeAmount?: string | undefined;
|
|
299
|
+
sourceChainFeeUsd?: string | undefined;
|
|
300
|
+
destinationChainFeeAmount?: string | undefined;
|
|
301
|
+
destinationChainFeeUsd?: string | undefined;
|
|
302
|
+
} | undefined;
|
|
303
|
+
} | undefined;
|
|
304
|
+
txIndex: number;
|
|
305
|
+
amountIn: string;
|
|
306
|
+
amountOut: string;
|
|
307
|
+
} | {
|
|
308
|
+
bankSend?: {
|
|
309
|
+
chainId?: string | undefined;
|
|
310
|
+
denom?: string | undefined;
|
|
377
311
|
} | undefined;
|
|
378
312
|
txIndex: number;
|
|
379
313
|
amountIn: string;
|
|
@@ -397,28 +331,14 @@ declare const messagesDirect: (options?: ({
|
|
|
397
331
|
amountIn: string;
|
|
398
332
|
amountOut: string;
|
|
399
333
|
} | {
|
|
400
|
-
|
|
401
|
-
fromChainId?: string | undefined;
|
|
402
|
-
toChainId?: string | undefined;
|
|
403
|
-
denomIn?: string | undefined;
|
|
404
|
-
denomOut?: string | undefined;
|
|
405
|
-
opInitBridgeId?: any;
|
|
406
|
-
bridgeId?: BridgeType | undefined;
|
|
407
|
-
smartRelay?: boolean | undefined;
|
|
408
|
-
} | undefined;
|
|
409
|
-
txIndex: number;
|
|
410
|
-
amountIn: string;
|
|
411
|
-
amountOut: string;
|
|
412
|
-
} | {
|
|
413
|
-
stargateTransfer?: {
|
|
334
|
+
hyperlaneTransfer?: {
|
|
414
335
|
fromChainId?: string | undefined;
|
|
415
336
|
toChainId?: string | undefined;
|
|
416
337
|
denomIn?: string | undefined;
|
|
417
338
|
denomOut?: string | undefined;
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
oftFeeAsset?: {
|
|
339
|
+
hyperlaneContractAddress?: string | undefined;
|
|
340
|
+
feeAmount?: string | undefined;
|
|
341
|
+
feeAsset?: {
|
|
422
342
|
chainId: string;
|
|
423
343
|
coingeckoId?: string | undefined;
|
|
424
344
|
decimals?: number | undefined;
|
|
@@ -436,9 +356,29 @@ declare const messagesDirect: (options?: ({
|
|
|
436
356
|
tokenContract?: string | undefined;
|
|
437
357
|
trace: string;
|
|
438
358
|
} | undefined;
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
359
|
+
usdFeeAmount?: string | undefined;
|
|
360
|
+
bridgeId?: BridgeType | undefined;
|
|
361
|
+
smartRelay?: boolean | undefined;
|
|
362
|
+
} | undefined;
|
|
363
|
+
txIndex: number;
|
|
364
|
+
amountIn: string;
|
|
365
|
+
amountOut: string;
|
|
366
|
+
} | {
|
|
367
|
+
transfer?: {
|
|
368
|
+
fromChainId?: string | undefined;
|
|
369
|
+
toChainId?: string | undefined;
|
|
370
|
+
channel?: string | undefined;
|
|
371
|
+
destDenom?: string | undefined;
|
|
372
|
+
pfmEnabled?: boolean | undefined;
|
|
373
|
+
port?: string | undefined;
|
|
374
|
+
supportsMemo?: boolean | undefined;
|
|
375
|
+
denomIn?: string | undefined;
|
|
376
|
+
denomOut?: string | undefined;
|
|
377
|
+
feeAmount?: string | undefined;
|
|
378
|
+
toChainEntryContractAddress?: string | undefined;
|
|
379
|
+
toChainCallbackContractAddress?: string | undefined;
|
|
380
|
+
usdFeeAmount?: string | undefined;
|
|
381
|
+
feeAsset?: {
|
|
442
382
|
chainId: string;
|
|
443
383
|
coingeckoId?: string | undefined;
|
|
444
384
|
decimals?: number | undefined;
|
|
@@ -456,46 +396,106 @@ declare const messagesDirect: (options?: ({
|
|
|
456
396
|
tokenContract?: string | undefined;
|
|
457
397
|
trace: string;
|
|
458
398
|
} | undefined;
|
|
459
|
-
|
|
460
|
-
|
|
399
|
+
bridgeId?: BridgeType | undefined;
|
|
400
|
+
smartRelay?: boolean | undefined;
|
|
461
401
|
} | undefined;
|
|
462
402
|
txIndex: number;
|
|
463
403
|
amountIn: string;
|
|
464
404
|
amountOut: string;
|
|
465
405
|
} | {
|
|
466
|
-
|
|
406
|
+
swap?: {
|
|
407
|
+
swapIn?: {
|
|
408
|
+
swapAmountIn?: string | undefined;
|
|
409
|
+
swapOperations?: {
|
|
410
|
+
denomIn?: string | undefined;
|
|
411
|
+
denomOut?: string | undefined;
|
|
412
|
+
pool?: string | undefined;
|
|
413
|
+
interface?: string | undefined;
|
|
414
|
+
}[] | undefined;
|
|
415
|
+
swapVenue?: {
|
|
416
|
+
chainId?: string | undefined;
|
|
417
|
+
name?: string | undefined;
|
|
418
|
+
logoUri?: string | undefined;
|
|
419
|
+
} | undefined;
|
|
420
|
+
priceImpactPercent?: string | undefined;
|
|
421
|
+
} | undefined;
|
|
422
|
+
estimatedAffiliateFee?: string | undefined;
|
|
423
|
+
chainId?: string | undefined;
|
|
467
424
|
fromChainId?: string | undefined;
|
|
468
|
-
toChainId?: string | undefined;
|
|
469
|
-
bridgeId?: BridgeType | undefined;
|
|
470
425
|
denomIn?: string | undefined;
|
|
471
426
|
denomOut?: string | undefined;
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
427
|
+
swapVenues?: {
|
|
428
|
+
chainId?: string | undefined;
|
|
429
|
+
name?: string | undefined;
|
|
430
|
+
logoUri?: string | undefined;
|
|
431
|
+
}[] | undefined;
|
|
432
|
+
} | {
|
|
433
|
+
swapOut?: {
|
|
434
|
+
swapAmountOut?: string | undefined;
|
|
435
|
+
swapOperations?: {
|
|
436
|
+
denomIn?: string | undefined;
|
|
437
|
+
denomOut?: string | undefined;
|
|
438
|
+
pool?: string | undefined;
|
|
439
|
+
interface?: string | undefined;
|
|
440
|
+
}[] | undefined;
|
|
441
|
+
swapVenue?: {
|
|
442
|
+
chainId?: string | undefined;
|
|
443
|
+
name?: string | undefined;
|
|
482
444
|
logoUri?: string | undefined;
|
|
445
|
+
} | undefined;
|
|
446
|
+
priceImpactPercent?: string | undefined;
|
|
447
|
+
} | undefined;
|
|
448
|
+
estimatedAffiliateFee?: string | undefined;
|
|
449
|
+
chainId?: string | undefined;
|
|
450
|
+
fromChainId?: string | undefined;
|
|
451
|
+
denomIn?: string | undefined;
|
|
452
|
+
denomOut?: string | undefined;
|
|
453
|
+
swapVenues?: {
|
|
454
|
+
chainId?: string | undefined;
|
|
455
|
+
name?: string | undefined;
|
|
456
|
+
logoUri?: string | undefined;
|
|
457
|
+
}[] | undefined;
|
|
458
|
+
} | {
|
|
459
|
+
smartSwapIn?: {
|
|
460
|
+
swapVenue?: {
|
|
461
|
+
chainId?: string | undefined;
|
|
483
462
|
name?: string | undefined;
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
destinationChainFeeAmount?: string | undefined;
|
|
497
|
-
destinationChainFeeUsd?: string | undefined;
|
|
463
|
+
logoUri?: string | undefined;
|
|
464
|
+
} | undefined;
|
|
465
|
+
swapRoutes?: {
|
|
466
|
+
swapAmountIn?: string | undefined;
|
|
467
|
+
denomIn?: string | undefined;
|
|
468
|
+
swapOperations?: {
|
|
469
|
+
denomIn?: string | undefined;
|
|
470
|
+
denomOut?: string | undefined;
|
|
471
|
+
pool?: string | undefined;
|
|
472
|
+
interface?: string | undefined;
|
|
473
|
+
}[] | undefined;
|
|
474
|
+
}[] | undefined;
|
|
498
475
|
} | undefined;
|
|
476
|
+
estimatedAffiliateFee?: string | undefined;
|
|
477
|
+
chainId?: string | undefined;
|
|
478
|
+
fromChainId?: string | undefined;
|
|
479
|
+
denomIn?: string | undefined;
|
|
480
|
+
denomOut?: string | undefined;
|
|
481
|
+
swapVenues?: {
|
|
482
|
+
chainId?: string | undefined;
|
|
483
|
+
name?: string | undefined;
|
|
484
|
+
logoUri?: string | undefined;
|
|
485
|
+
}[] | undefined;
|
|
486
|
+
} | undefined;
|
|
487
|
+
txIndex: number;
|
|
488
|
+
amountIn: string;
|
|
489
|
+
amountOut: string;
|
|
490
|
+
} | {
|
|
491
|
+
opInitTransfer?: {
|
|
492
|
+
fromChainId?: string | undefined;
|
|
493
|
+
toChainId?: string | undefined;
|
|
494
|
+
denomIn?: string | undefined;
|
|
495
|
+
denomOut?: string | undefined;
|
|
496
|
+
opInitBridgeId?: any;
|
|
497
|
+
bridgeId?: BridgeType | undefined;
|
|
498
|
+
smartRelay?: boolean | undefined;
|
|
499
499
|
} | undefined;
|
|
500
500
|
txIndex: number;
|
|
501
501
|
amountIn: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { messagesDirect } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { messagesDirect } from '../chunk-4CXSWHQ6.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { recommendAssets } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { recommendAssets } from '../chunk-THUBVEVZ.js';
|
|
2
|
+
import '../chunk-YABXOO3H.js';
|
|
3
3
|
import '../chunk-UXUJNZOA.js';
|