@skip-go/client 1.1.8 → 1.2.0
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 +2 -2
- package/dist/api/getAssets.js +2 -2
- package/dist/api/getAssetsBetweenChains.d.ts +2 -2
- package/dist/api/getAssetsBetweenChains.js +2 -2
- package/dist/api/getBridges.d.ts +2 -2
- package/dist/api/getBridges.js +2 -2
- package/dist/api/getChains.d.ts +2 -2
- 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 +2 -2
- package/dist/api/postAssetsFromSource.js +3 -3
- package/dist/api/postBalances.d.ts +3 -3
- 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 +4 -3
- package/dist/api/postMessages.js +2 -2
- package/dist/api/postMessagesDirect.d.ts +196 -195
- package/dist/api/postMessagesDirect.js +2 -2
- package/dist/api/postRecommendAssets.d.ts +2 -2
- package/dist/api/postRecommendAssets.js +2 -2
- package/dist/api/postRoute.d.ts +191 -191
- package/dist/api/postRoute.js +2 -2
- package/dist/api/postSubmit.d.ts +3 -3
- 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 +6 -8
- package/dist/api/postTrackTransaction.js +2 -2
- package/dist/api/postTransactionStatus.d.ts +3 -3
- package/dist/api/postTransactionStatus.js +2 -2
- package/dist/{apiState-CdzxTxYd.d.ts → apiState-DwZhwVul.d.ts} +1 -0
- package/dist/{callbacks-BGRu2Ule.d.ts → callbacks-CPh0dr86.d.ts} +2 -2
- 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-H42CXF2U.js → chunk-6SQTOOYP.js} +1 -1
- package/dist/{chunk-MSWIIMAD.js → chunk-72PK3PKI.js} +3 -3
- 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-FVI3HTIO.js → chunk-GOPRDIYL.js} +7 -5
- package/dist/chunk-IWMMZY56.js +20 -0
- 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-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-6NMCE4AL.js → chunk-UNMBRIHZ.js} +156 -59
- 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/{client-types-BkeR6R_z.d.ts → client-types-DRmsTfeT.d.ts} +1 -1
- package/dist/generateApi-D7KXciAd.d.ts +55 -0
- package/dist/index.d.ts +12 -8
- package/dist/index.js +22 -22
- package/dist/public-functions/executeRoute.d.ts +23 -4
- package/dist/public-functions/executeRoute.js +11 -11
- package/dist/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/public-functions/getEvmGasAmountForMessage.d.ts +2 -2
- package/dist/public-functions/getFeeInfoForChain.d.ts +2 -2
- 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 +2 -2
- package/dist/public-functions/setApiOptions.js +2 -2
- package/dist/public-functions/setClientOptions.d.ts +4 -4
- package/dist/public-functions/setClientOptions.js +3 -3
- package/dist/public-functions/waitForTransaction.d.ts +6 -6
- package/dist/public-functions/waitForTransaction.js +4 -4
- package/dist/{setClientOptions-CI_7IPLT.d.ts → setClientOptions-CwcM5Ps9.d.ts} +2 -2
- package/dist/{swaggerTypes-CAERZYPb.d.ts → swaggerTypes-BpJPRbC3.d.ts} +6 -2
- package/package.json +1 -1
- package/dist/chunk-Z7GQR23T.js +0 -11
- package/dist/generateApi-8YPJU-Al.d.ts +0 -22
package/dist/api/getAssets.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
2
|
-
import { c as Asset } from '../swaggerTypes-
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
+
import { c as Asset } from '../swaggerTypes-BpJPRbC3.js';
|
|
3
3
|
|
|
4
4
|
declare const assets: (options?: ({
|
|
5
5
|
chainIds?: string[] | undefined;
|
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
|
-
import { J as BridgeType } from '../swaggerTypes-
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
1
|
+
import { J as BridgeType } from '../swaggerTypes-BpJPRbC3.js';
|
|
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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
2
|
-
import { bt as ContentType, J as BridgeType } from '../swaggerTypes-
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
+
import { bt as ContentType, J as BridgeType } from '../swaggerTypes-BpJPRbC3.js';
|
|
3
3
|
|
|
4
4
|
declare const bridges: (options?: ({
|
|
5
5
|
cache?: RequestCache | undefined;
|
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
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { L as ChainType } from '../swaggerTypes-
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
1
|
+
import { L as ChainType } from '../swaggerTypes-BpJPRbC3.js';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
3
3
|
|
|
4
4
|
declare const chains: (options?: ({
|
|
5
5
|
chainIds?: string[] | undefined;
|
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,5 +1,5 @@
|
|
|
1
|
-
import { c as Asset } from '../swaggerTypes-
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
1
|
+
import { c as Asset } from '../swaggerTypes-BpJPRbC3.js';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
3
3
|
|
|
4
4
|
declare const assetsFromSource: (options?: ({
|
|
5
5
|
sourceAssetDenom: string;
|
|
@@ -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';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-D7KXciAd.js';
|
|
3
|
+
import '../swaggerTypes-BpJPRbC3.js';
|
|
4
4
|
|
|
5
5
|
declare const balances: (options?: ({
|
|
6
6
|
chains?: {
|
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,6 +1,6 @@
|
|
|
1
|
-
import { b3 as FeeType, J as BridgeType } from '../swaggerTypes-
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
3
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
1
|
+
import { b3 as FeeType, J as BridgeType } from '../swaggerTypes-BpJPRbC3.js';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
3
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-D7KXciAd.js';
|
|
4
4
|
|
|
5
5
|
declare const messages: (request: MessagesRequest) => Promise<{
|
|
6
6
|
msgs?: ({
|
|
@@ -63,6 +63,7 @@ declare const messages: (request: MessagesRequest) => Promise<{
|
|
|
63
63
|
};
|
|
64
64
|
operationsIndices?: number[] | undefined;
|
|
65
65
|
})[] | undefined;
|
|
66
|
+
minAmountOut?: string | undefined;
|
|
66
67
|
estimatedFees?: {
|
|
67
68
|
feeType?: FeeType | undefined;
|
|
68
69
|
bridgeId?: BridgeType | undefined;
|
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,5 +1,5 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
2
|
-
import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
+
import { f as AutopilotAction, J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType } from '../swaggerTypes-BpJPRbC3.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;
|
|
@@ -112,6 +112,7 @@ declare const messagesDirect: (options?: ({
|
|
|
112
112
|
};
|
|
113
113
|
operationsIndices?: number[] | undefined;
|
|
114
114
|
})[] | undefined;
|
|
115
|
+
minAmountOut?: string | undefined;
|
|
115
116
|
route?: {
|
|
116
117
|
amountIn: string;
|
|
117
118
|
amountOut: string;
|
|
@@ -122,130 +123,6 @@ declare const messagesDirect: (options?: ({
|
|
|
122
123
|
doesSwap?: boolean | undefined;
|
|
123
124
|
estimatedAmountOut: string;
|
|
124
125
|
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
126
|
axelarTransfer?: {
|
|
250
127
|
asset?: string | undefined;
|
|
251
128
|
feeAmount?: string | undefined;
|
|
@@ -317,14 +194,6 @@ declare const messagesDirect: (options?: ({
|
|
|
317
194
|
txIndex: number;
|
|
318
195
|
amountIn: string;
|
|
319
196
|
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
197
|
} | {
|
|
329
198
|
cctpTransfer?: {
|
|
330
199
|
fromChainId?: string | undefined;
|
|
@@ -346,14 +215,15 @@ declare const messagesDirect: (options?: ({
|
|
|
346
215
|
amountIn: string;
|
|
347
216
|
amountOut: string;
|
|
348
217
|
} | {
|
|
349
|
-
|
|
218
|
+
stargateTransfer?: {
|
|
350
219
|
fromChainId?: string | undefined;
|
|
351
220
|
toChainId?: string | undefined;
|
|
352
221
|
denomIn?: string | undefined;
|
|
353
222
|
denomOut?: string | undefined;
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
223
|
+
bridgeId?: BridgeType | undefined;
|
|
224
|
+
poolAddress?: string | undefined;
|
|
225
|
+
destinationEndpointId?: number | undefined;
|
|
226
|
+
oftFeeAsset?: {
|
|
357
227
|
chainId: string;
|
|
358
228
|
coingeckoId?: string | undefined;
|
|
359
229
|
decimals?: number | undefined;
|
|
@@ -371,9 +241,74 @@ declare const messagesDirect: (options?: ({
|
|
|
371
241
|
tokenContract?: string | undefined;
|
|
372
242
|
trace: string;
|
|
373
243
|
} | undefined;
|
|
374
|
-
|
|
244
|
+
oftFeeAmount?: string | undefined;
|
|
245
|
+
oftFeeAmountUsd?: string | undefined;
|
|
246
|
+
messagingFeeAsset?: {
|
|
247
|
+
chainId: string;
|
|
248
|
+
coingeckoId?: string | undefined;
|
|
249
|
+
decimals?: number | undefined;
|
|
250
|
+
denom: string;
|
|
251
|
+
description?: string | undefined;
|
|
252
|
+
isCw20: boolean;
|
|
253
|
+
isEvm: boolean;
|
|
254
|
+
isSvm: boolean;
|
|
255
|
+
logoUri?: string | undefined;
|
|
256
|
+
name?: string | undefined;
|
|
257
|
+
originChainId: string;
|
|
258
|
+
originDenom: string;
|
|
259
|
+
recommendedSymbol?: string | undefined;
|
|
260
|
+
symbol?: string | undefined;
|
|
261
|
+
tokenContract?: string | undefined;
|
|
262
|
+
trace: string;
|
|
263
|
+
} | undefined;
|
|
264
|
+
messagingFeeAmount?: string | undefined;
|
|
265
|
+
messagingFeeAmountUsd?: string | undefined;
|
|
266
|
+
} | undefined;
|
|
267
|
+
txIndex: number;
|
|
268
|
+
amountIn: string;
|
|
269
|
+
amountOut: string;
|
|
270
|
+
} | {
|
|
271
|
+
goFastTransfer?: {
|
|
272
|
+
fromChainId?: string | undefined;
|
|
273
|
+
toChainId?: string | undefined;
|
|
375
274
|
bridgeId?: BridgeType | undefined;
|
|
376
|
-
|
|
275
|
+
denomIn?: string | undefined;
|
|
276
|
+
denomOut?: string | undefined;
|
|
277
|
+
fee?: {
|
|
278
|
+
feeAsset: {
|
|
279
|
+
chainId: string;
|
|
280
|
+
coingeckoId?: string | undefined;
|
|
281
|
+
decimals?: number | undefined;
|
|
282
|
+
denom: string;
|
|
283
|
+
description?: string | undefined;
|
|
284
|
+
isCw20: boolean;
|
|
285
|
+
isEvm: boolean;
|
|
286
|
+
isSvm: boolean;
|
|
287
|
+
logoUri?: string | undefined;
|
|
288
|
+
name?: string | undefined;
|
|
289
|
+
originChainId: string;
|
|
290
|
+
originDenom: string;
|
|
291
|
+
recommendedSymbol?: string | undefined;
|
|
292
|
+
symbol?: string | undefined;
|
|
293
|
+
tokenContract?: string | undefined;
|
|
294
|
+
trace: string;
|
|
295
|
+
};
|
|
296
|
+
bpsFee?: string | undefined;
|
|
297
|
+
bpsFeeAmount?: string | undefined;
|
|
298
|
+
bpsFeeUsd?: string | undefined;
|
|
299
|
+
sourceChainFeeAmount?: string | undefined;
|
|
300
|
+
sourceChainFeeUsd?: string | undefined;
|
|
301
|
+
destinationChainFeeAmount?: string | undefined;
|
|
302
|
+
destinationChainFeeUsd?: string | undefined;
|
|
303
|
+
} | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
txIndex: number;
|
|
306
|
+
amountIn: string;
|
|
307
|
+
amountOut: string;
|
|
308
|
+
} | {
|
|
309
|
+
bankSend?: {
|
|
310
|
+
chainId?: string | undefined;
|
|
311
|
+
denom?: string | undefined;
|
|
377
312
|
} | undefined;
|
|
378
313
|
txIndex: number;
|
|
379
314
|
amountIn: string;
|
|
@@ -397,28 +332,14 @@ declare const messagesDirect: (options?: ({
|
|
|
397
332
|
amountIn: string;
|
|
398
333
|
amountOut: string;
|
|
399
334
|
} | {
|
|
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?: {
|
|
335
|
+
hyperlaneTransfer?: {
|
|
414
336
|
fromChainId?: string | undefined;
|
|
415
337
|
toChainId?: string | undefined;
|
|
416
338
|
denomIn?: string | undefined;
|
|
417
339
|
denomOut?: string | undefined;
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
oftFeeAsset?: {
|
|
340
|
+
hyperlaneContractAddress?: string | undefined;
|
|
341
|
+
feeAmount?: string | undefined;
|
|
342
|
+
feeAsset?: {
|
|
422
343
|
chainId: string;
|
|
423
344
|
coingeckoId?: string | undefined;
|
|
424
345
|
decimals?: number | undefined;
|
|
@@ -436,9 +357,29 @@ declare const messagesDirect: (options?: ({
|
|
|
436
357
|
tokenContract?: string | undefined;
|
|
437
358
|
trace: string;
|
|
438
359
|
} | undefined;
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
360
|
+
usdFeeAmount?: string | undefined;
|
|
361
|
+
bridgeId?: BridgeType | undefined;
|
|
362
|
+
smartRelay?: boolean | undefined;
|
|
363
|
+
} | undefined;
|
|
364
|
+
txIndex: number;
|
|
365
|
+
amountIn: string;
|
|
366
|
+
amountOut: string;
|
|
367
|
+
} | {
|
|
368
|
+
transfer?: {
|
|
369
|
+
fromChainId?: string | undefined;
|
|
370
|
+
toChainId?: string | undefined;
|
|
371
|
+
channel?: string | undefined;
|
|
372
|
+
destDenom?: string | undefined;
|
|
373
|
+
pfmEnabled?: boolean | undefined;
|
|
374
|
+
port?: string | undefined;
|
|
375
|
+
supportsMemo?: boolean | undefined;
|
|
376
|
+
denomIn?: string | undefined;
|
|
377
|
+
denomOut?: string | undefined;
|
|
378
|
+
feeAmount?: string | undefined;
|
|
379
|
+
toChainEntryContractAddress?: string | undefined;
|
|
380
|
+
toChainCallbackContractAddress?: string | undefined;
|
|
381
|
+
usdFeeAmount?: string | undefined;
|
|
382
|
+
feeAsset?: {
|
|
442
383
|
chainId: string;
|
|
443
384
|
coingeckoId?: string | undefined;
|
|
444
385
|
decimals?: number | undefined;
|
|
@@ -456,46 +397,106 @@ declare const messagesDirect: (options?: ({
|
|
|
456
397
|
tokenContract?: string | undefined;
|
|
457
398
|
trace: string;
|
|
458
399
|
} | undefined;
|
|
459
|
-
|
|
460
|
-
|
|
400
|
+
bridgeId?: BridgeType | undefined;
|
|
401
|
+
smartRelay?: boolean | undefined;
|
|
461
402
|
} | undefined;
|
|
462
403
|
txIndex: number;
|
|
463
404
|
amountIn: string;
|
|
464
405
|
amountOut: string;
|
|
465
406
|
} | {
|
|
466
|
-
|
|
407
|
+
swap?: {
|
|
408
|
+
swapIn?: {
|
|
409
|
+
swapAmountIn?: string | undefined;
|
|
410
|
+
swapOperations?: {
|
|
411
|
+
denomIn?: string | undefined;
|
|
412
|
+
denomOut?: string | undefined;
|
|
413
|
+
pool?: string | undefined;
|
|
414
|
+
interface?: string | undefined;
|
|
415
|
+
}[] | undefined;
|
|
416
|
+
swapVenue?: {
|
|
417
|
+
chainId?: string | undefined;
|
|
418
|
+
name?: string | undefined;
|
|
419
|
+
logoUri?: string | undefined;
|
|
420
|
+
} | undefined;
|
|
421
|
+
priceImpactPercent?: string | undefined;
|
|
422
|
+
} | undefined;
|
|
423
|
+
estimatedAffiliateFee?: string | undefined;
|
|
424
|
+
chainId?: string | undefined;
|
|
467
425
|
fromChainId?: string | undefined;
|
|
468
|
-
toChainId?: string | undefined;
|
|
469
|
-
bridgeId?: BridgeType | undefined;
|
|
470
426
|
denomIn?: string | undefined;
|
|
471
427
|
denomOut?: string | undefined;
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
428
|
+
swapVenues?: {
|
|
429
|
+
chainId?: string | undefined;
|
|
430
|
+
name?: string | undefined;
|
|
431
|
+
logoUri?: string | undefined;
|
|
432
|
+
}[] | undefined;
|
|
433
|
+
} | {
|
|
434
|
+
swapOut?: {
|
|
435
|
+
swapAmountOut?: string | undefined;
|
|
436
|
+
swapOperations?: {
|
|
437
|
+
denomIn?: string | undefined;
|
|
438
|
+
denomOut?: string | undefined;
|
|
439
|
+
pool?: string | undefined;
|
|
440
|
+
interface?: string | undefined;
|
|
441
|
+
}[] | undefined;
|
|
442
|
+
swapVenue?: {
|
|
443
|
+
chainId?: string | undefined;
|
|
444
|
+
name?: string | undefined;
|
|
482
445
|
logoUri?: string | undefined;
|
|
446
|
+
} | undefined;
|
|
447
|
+
priceImpactPercent?: string | undefined;
|
|
448
|
+
} | undefined;
|
|
449
|
+
estimatedAffiliateFee?: string | undefined;
|
|
450
|
+
chainId?: string | undefined;
|
|
451
|
+
fromChainId?: string | undefined;
|
|
452
|
+
denomIn?: string | undefined;
|
|
453
|
+
denomOut?: string | undefined;
|
|
454
|
+
swapVenues?: {
|
|
455
|
+
chainId?: string | undefined;
|
|
456
|
+
name?: string | undefined;
|
|
457
|
+
logoUri?: string | undefined;
|
|
458
|
+
}[] | undefined;
|
|
459
|
+
} | {
|
|
460
|
+
smartSwapIn?: {
|
|
461
|
+
swapVenue?: {
|
|
462
|
+
chainId?: string | undefined;
|
|
483
463
|
name?: string | undefined;
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
destinationChainFeeAmount?: string | undefined;
|
|
497
|
-
destinationChainFeeUsd?: string | undefined;
|
|
464
|
+
logoUri?: string | undefined;
|
|
465
|
+
} | undefined;
|
|
466
|
+
swapRoutes?: {
|
|
467
|
+
swapAmountIn?: string | undefined;
|
|
468
|
+
denomIn?: string | undefined;
|
|
469
|
+
swapOperations?: {
|
|
470
|
+
denomIn?: string | undefined;
|
|
471
|
+
denomOut?: string | undefined;
|
|
472
|
+
pool?: string | undefined;
|
|
473
|
+
interface?: string | undefined;
|
|
474
|
+
}[] | undefined;
|
|
475
|
+
}[] | undefined;
|
|
498
476
|
} | undefined;
|
|
477
|
+
estimatedAffiliateFee?: string | undefined;
|
|
478
|
+
chainId?: string | undefined;
|
|
479
|
+
fromChainId?: string | undefined;
|
|
480
|
+
denomIn?: string | undefined;
|
|
481
|
+
denomOut?: string | undefined;
|
|
482
|
+
swapVenues?: {
|
|
483
|
+
chainId?: string | undefined;
|
|
484
|
+
name?: string | undefined;
|
|
485
|
+
logoUri?: string | undefined;
|
|
486
|
+
}[] | undefined;
|
|
487
|
+
} | undefined;
|
|
488
|
+
txIndex: number;
|
|
489
|
+
amountIn: string;
|
|
490
|
+
amountOut: string;
|
|
491
|
+
} | {
|
|
492
|
+
opInitTransfer?: {
|
|
493
|
+
fromChainId?: string | undefined;
|
|
494
|
+
toChainId?: string | undefined;
|
|
495
|
+
denomIn?: string | undefined;
|
|
496
|
+
denomOut?: string | undefined;
|
|
497
|
+
opInitBridgeId?: any;
|
|
498
|
+
bridgeId?: BridgeType | undefined;
|
|
499
|
+
smartRelay?: boolean | undefined;
|
|
499
500
|
} | undefined;
|
|
500
501
|
txIndex: number;
|
|
501
502
|
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,5 +1,5 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-
|
|
2
|
-
import { ao as Reason } from '../swaggerTypes-
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
|
|
2
|
+
import { ao as Reason } from '../swaggerTypes-BpJPRbC3.js';
|
|
3
3
|
|
|
4
4
|
declare const recommendAssets: (options?: ({
|
|
5
5
|
requests?: {
|
|
@@ -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';
|