@skip-go/client 1.5.2 → 1.5.3-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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-EI4ZWAEU.cjs → chunk-262HFM6V.cjs} +2 -2
- package/dist/cjs/{chunk-XPQRSO4J.cjs → chunk-3NHW3XWK.cjs} +2 -2
- package/dist/cjs/{chunk-XEBVLUYW.cjs → chunk-4MV4GLIA.cjs} +2 -2
- package/dist/cjs/{chunk-MHVCR4QO.cjs → chunk-4NGHNHAS.cjs} +6 -6
- package/dist/cjs/{chunk-3IWLZ562.cjs → chunk-7SZZBUBD.cjs} +3 -3
- package/dist/cjs/{chunk-LARLMUFZ.cjs → chunk-APJDSXWR.cjs} +10 -10
- package/dist/cjs/{chunk-R3TSJPKH.cjs → chunk-AW6IQ7JH.cjs} +2 -2
- package/dist/cjs/{chunk-7D433NQ5.cjs → chunk-BCX2D6TE.cjs} +91 -18
- package/dist/cjs/{chunk-JUKPQLLQ.cjs → chunk-FF5UWES6.cjs} +4 -4
- package/dist/cjs/{chunk-MMGVGXA5.cjs → chunk-HFEMNOJS.cjs} +7 -1
- package/dist/cjs/{chunk-HEYFLFKD.cjs → chunk-I2FDWZZJ.cjs} +810 -109
- package/dist/cjs/{chunk-MFJ6S6TL.cjs → chunk-JWWJIJUE.cjs} +2 -2
- package/dist/cjs/{chunk-5RP766TT.cjs → chunk-KWH6S7PB.cjs} +6 -6
- package/dist/cjs/{chunk-GO4BJ6G2.cjs → chunk-NWD4MAMT.cjs} +14 -8
- package/dist/cjs/{chunk-66VIHDGM.cjs → chunk-PDTIT3JO.cjs} +13 -13
- package/dist/cjs/{chunk-2MAYN27U.cjs → chunk-PLO5CVGN.cjs} +2 -2
- package/dist/cjs/{chunk-5HZLL5KD.cjs → chunk-QAHHTQ7V.cjs} +4 -4
- package/dist/cjs/{chunk-AJYZ5GAD.cjs → chunk-RBM66GW6.cjs} +2 -2
- package/dist/cjs/{chunk-ULD54VE4.cjs → chunk-RC73RNNQ.cjs} +4 -4
- package/dist/cjs/{chunk-N2RG3CRN.cjs → chunk-S3BKLN4L.cjs} +2 -2
- package/dist/cjs/{chunk-KPV3PGBG.cjs → chunk-T5EGKQAT.cjs} +2 -2
- package/dist/cjs/chunk-UMBMSRZZ.cjs +185 -0
- package/dist/cjs/{chunk-4R6OCWRR.cjs → chunk-WKYP2NMS.cjs} +8 -6
- package/dist/cjs/{chunk-VMWCRZVT.cjs → chunk-XCFPRLX3.cjs} +8 -8
- package/dist/cjs/{chunk-XDKONUY6.cjs → chunk-ZBJZTBIW.cjs} +2 -2
- package/dist/cjs/index.cjs +189 -251
- package/dist/cjs/public-functions/executeMultipleRoutes.cjs +27 -17
- package/dist/cjs/public-functions/executeRoute.cjs +27 -17
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +6 -7
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +8 -9
- package/dist/cjs/public-functions/getRouteWithGasOnReceive.cjs +39 -0
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +6 -6
- package/dist/cjs/public-functions/setApiOptions.cjs +4 -4
- package/dist/cjs/public-functions/setClientOptions.cjs +5 -5
- package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +9 -9
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +8 -8
- 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 +21 -21
- 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.d.ts +10 -10
- package/dist/esm/api/postIbcOriginAssets.js +3 -3
- package/dist/esm/api/postMessages.d.ts +12 -12
- package/dist/esm/api/postMessages.js +3 -3
- package/dist/esm/api/postMessagesDirect.d.ts +163 -161
- package/dist/esm/api/postMessagesDirect.js +3 -3
- package/dist/esm/api/postRecommendAssets.d.ts +11 -11
- package/dist/esm/api/postRecommendAssets.js +3 -3
- package/dist/esm/api/postRoute.d.ts +161 -159
- package/dist/esm/api/postRoute.js +3 -3
- package/dist/esm/api/postSubmitTransaction.d.ts +2 -2
- 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 +36 -36
- package/dist/esm/api/postTransactionStatus.js +3 -3
- package/dist/esm/{callbacks-DCqqd0D9.d.ts → callbacks-C-KUJnDv.d.ts} +34 -4
- package/dist/esm/{chunk-GU3UHER5.js → chunk-2PWROHHX.js} +3 -3
- package/dist/esm/{chunk-MFHZBJGQ.js → chunk-3WFXBPS2.js} +1 -1
- package/dist/esm/{chunk-B36HVX2L.js → chunk-44IX6KPJ.js} +1 -1
- package/dist/esm/{chunk-WSAZDCXR.js → chunk-5IXH2QPF.js} +86 -16
- package/dist/esm/{chunk-Z2HSHJLW.js → chunk-6M7N6EAO.js} +3 -3
- package/dist/esm/{chunk-6HKZYODA.js → chunk-AUNRER4I.js} +1 -1
- package/dist/esm/{chunk-H2HTF2UF.js → chunk-FNTPI2AV.js} +1 -1
- package/dist/esm/{chunk-W5AA7QOQ.js → chunk-HDW6XFWX.js} +1 -1
- package/dist/esm/{chunk-RXZJUE4K.js → chunk-HELQO7PA.js} +2 -2
- package/dist/esm/{chunk-45B6E7AT.js → chunk-IHSSWY3M.js} +1 -1
- package/dist/esm/{chunk-JQOJIEZA.js → chunk-IKWC55JU.js} +739 -60
- package/dist/esm/{chunk-VQ5SIQWU.js → chunk-JYYCFKB4.js} +8 -7
- package/dist/esm/chunk-KNXMSLOB.js +1 -1
- package/dist/esm/{chunk-HPA2XUA3.js → chunk-KXQ2ASHQ.js} +1 -1
- package/dist/esm/{chunk-263RYJUL.js → chunk-MYGJGC62.js} +1 -1
- package/dist/esm/chunk-O4J7DHZA.js +180 -0
- package/dist/esm/{chunk-BNMWBXN3.js → chunk-QRKO56DH.js} +9 -4
- package/dist/esm/{chunk-VG3G5QHN.js → chunk-RFJYCJK4.js} +1 -1
- package/dist/esm/{chunk-A4MFVNZO.js → chunk-SFWTQBQT.js} +3 -3
- package/dist/esm/{chunk-7WXPBTSR.js → chunk-TNIGHYH2.js} +3 -3
- package/dist/esm/{chunk-EJZGYHGH.js → chunk-UBVBVJPY.js} +1 -1
- package/dist/esm/chunk-UIDIKXMB.js +1 -1
- package/dist/esm/{chunk-DQXGZGNJ.js → chunk-V7VKYD4J.js} +2 -2
- package/dist/esm/{chunk-X3PQKUOS.js → chunk-VGCTTJO7.js} +7 -1
- package/dist/esm/{chunk-TLVHKYQ3.js → chunk-VWOMKMH2.js} +1 -1
- package/dist/esm/{chunk-AGHQ7SIE.js → chunk-YGQ4NKTM.js} +1 -1
- package/dist/esm/{chunk-A35RPDUV.js → chunk-YLVUKXLR.js} +1 -1
- package/dist/esm/{client-types-BSZasIDd.d.ts → client-types-CGMuZ3zo.d.ts} +2 -2
- package/dist/esm/{generateApi-CwM4Ca30.d.ts → generateApi-D_-Gso-x.d.ts} +1 -1
- package/dist/esm/index.d.ts +166 -143
- package/dist/esm/index.js +26 -175
- package/dist/esm/public-functions/executeMultipleRoutes.d.ts +30 -10
- package/dist/esm/public-functions/executeMultipleRoutes.js +26 -16
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +26 -16
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +3 -3
- 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 +5 -6
- package/dist/esm/public-functions/getRecommendedGasPrice.js +7 -8
- package/dist/esm/public-functions/getRouteWithGasOnReceive.d.ts +20 -0
- package/dist/esm/public-functions/getRouteWithGasOnReceive.js +30 -0
- package/dist/esm/public-functions/getSigningStargateClient.js +5 -5
- 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 +4 -4
- package/dist/esm/public-functions/setClientOptions.js +4 -4
- package/dist/esm/public-functions/subscribeToRouteStatus.d.ts +4 -4
- package/dist/esm/public-functions/subscribeToRouteStatus.js +5 -5
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +7 -7
- package/dist/esm/public-functions/waitForTransaction.d.ts +38 -38
- package/dist/esm/public-functions/waitForTransaction.js +5 -5
- package/dist/esm/setClientOptions-C8g92xTm.d.ts +76 -0
- package/dist/esm/{swaggerTypes-Bh6hu5Q-.d.ts → swaggerTypes-B_jKfpvz.d.ts} +154 -132
- package/package.json +1 -1
- package/dist/cjs/chunk-D57TNRV3.cjs +0 -214
- package/dist/cjs/chunk-KSJ5QYMR.cjs +0 -185
- package/dist/cjs/chunk-KZOSEIWH.cjs +0 -10
- package/dist/cjs/chunk-Q33F7U2Y.cjs +0 -55
- package/dist/esm/chunk-4YTLUDRU.js +0 -212
- package/dist/esm/chunk-CP55HI6R.js +0 -53
- package/dist/esm/chunk-RHGDUD76.js +0 -180
- package/dist/esm/chunk-SWYON2RG.js +0 -7
- package/dist/esm/setClientOptions-CrXIODm0.d.ts +0 -19
- package/dist/cjs/{chunk-IDDRJJO5.cjs → chunk-DLT6Q6RB.cjs} +1 -1
- package/dist/esm/{chunk-OQDBWVET.js → chunk-QL423UEF.js} +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.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-B_jKfpvz.js';
|
|
3
3
|
|
|
4
4
|
declare const messagesDirect: (options?: ({
|
|
5
5
|
sourceAssetDenom?: string | undefined;
|
|
@@ -17,7 +17,6 @@ declare const messagesDirect: (options?: ({
|
|
|
17
17
|
logoUri?: string | undefined;
|
|
18
18
|
}[] | undefined;
|
|
19
19
|
slippageTolerancePercent?: string | undefined;
|
|
20
|
-
timeoutSeconds?: string | undefined;
|
|
21
20
|
chainIdsToAffiliates?: {
|
|
22
21
|
[x: string]: {
|
|
23
22
|
affiliates?: {
|
|
@@ -37,9 +36,10 @@ declare const messagesDirect: (options?: ({
|
|
|
37
36
|
msg?: string | undefined;
|
|
38
37
|
} | undefined;
|
|
39
38
|
} | undefined;
|
|
40
|
-
|
|
39
|
+
timeoutSeconds?: string | undefined;
|
|
41
40
|
allowUnsafe?: boolean | undefined;
|
|
42
41
|
experimentalFeatures?: string[] | undefined;
|
|
42
|
+
allowMultiTx?: boolean | undefined;
|
|
43
43
|
bridges?: BridgeType[] | undefined;
|
|
44
44
|
smartRelay?: boolean | undefined;
|
|
45
45
|
smartSwapOptions?: {
|
|
@@ -47,8 +47,8 @@ declare const messagesDirect: (options?: ({
|
|
|
47
47
|
evmSwaps?: boolean | undefined;
|
|
48
48
|
} | undefined;
|
|
49
49
|
allowSwaps?: boolean | undefined;
|
|
50
|
-
goFast?: boolean | undefined;
|
|
51
50
|
enableGasWarnings?: boolean | undefined;
|
|
51
|
+
goFast?: boolean | undefined;
|
|
52
52
|
feePayerAddress?: string | undefined;
|
|
53
53
|
} & SkipApiOptions & {
|
|
54
54
|
abortDuplicateRequests?: boolean | undefined;
|
|
@@ -125,72 +125,72 @@ declare const messagesDirect: (options?: ({
|
|
|
125
125
|
estimatedAmountOut: string;
|
|
126
126
|
operations: ({
|
|
127
127
|
axelarTransfer?: {
|
|
128
|
+
fromChainId?: string | undefined;
|
|
129
|
+
toChainId?: string | undefined;
|
|
128
130
|
asset?: string | undefined;
|
|
131
|
+
shouldUnwrap?: boolean | undefined;
|
|
132
|
+
denomIn?: string | undefined;
|
|
133
|
+
denomOut?: string | undefined;
|
|
129
134
|
feeAmount?: string | undefined;
|
|
135
|
+
usdFeeAmount?: string | undefined;
|
|
130
136
|
feeAsset?: {
|
|
131
|
-
chainId: string;
|
|
132
|
-
coingeckoId?: string | undefined;
|
|
133
|
-
decimals?: number | undefined;
|
|
134
137
|
denom: string;
|
|
135
|
-
|
|
138
|
+
chainId: string;
|
|
139
|
+
originDenom: string;
|
|
140
|
+
originChainId: string;
|
|
141
|
+
trace: string;
|
|
136
142
|
isCw20: boolean;
|
|
137
143
|
isEvm: boolean;
|
|
138
144
|
isSvm: boolean;
|
|
139
|
-
logoUri?: string | undefined;
|
|
140
|
-
name?: string | undefined;
|
|
141
|
-
originChainId: string;
|
|
142
|
-
originDenom: string;
|
|
143
|
-
recommendedSymbol?: string | undefined;
|
|
144
145
|
symbol?: string | undefined;
|
|
146
|
+
name?: string | undefined;
|
|
147
|
+
logoUri?: string | undefined;
|
|
148
|
+
decimals?: number | undefined;
|
|
145
149
|
tokenContract?: string | undefined;
|
|
146
|
-
|
|
150
|
+
description?: string | undefined;
|
|
151
|
+
coingeckoId?: string | undefined;
|
|
152
|
+
recommendedSymbol?: string | undefined;
|
|
147
153
|
} | undefined;
|
|
148
|
-
fromChain?: string | undefined;
|
|
149
|
-
fromChainId?: string | undefined;
|
|
150
154
|
isTestnet?: boolean | undefined;
|
|
151
|
-
shouldUnwrap?: boolean | undefined;
|
|
152
|
-
toChain?: string | undefined;
|
|
153
|
-
toChainId?: string | undefined;
|
|
154
|
-
denomIn?: string | undefined;
|
|
155
|
-
denomOut?: string | undefined;
|
|
156
|
-
usdFeeAmount?: string | undefined;
|
|
157
155
|
ibcTransferToAxelar?: {
|
|
156
|
+
port?: string | undefined;
|
|
157
|
+
channel?: string | undefined;
|
|
158
158
|
fromChainId?: string | undefined;
|
|
159
159
|
toChainId?: string | undefined;
|
|
160
|
-
channel?: string | undefined;
|
|
161
|
-
destDenom?: string | undefined;
|
|
162
160
|
pfmEnabled?: boolean | undefined;
|
|
163
|
-
port?: string | undefined;
|
|
164
161
|
supportsMemo?: boolean | undefined;
|
|
165
162
|
denomIn?: string | undefined;
|
|
166
163
|
denomOut?: string | undefined;
|
|
167
164
|
feeAmount?: string | undefined;
|
|
168
|
-
toChainEntryContractAddress?: string | undefined;
|
|
169
|
-
toChainCallbackContractAddress?: string | undefined;
|
|
170
165
|
usdFeeAmount?: string | undefined;
|
|
171
166
|
feeAsset?: {
|
|
172
|
-
chainId: string;
|
|
173
|
-
coingeckoId?: string | undefined;
|
|
174
|
-
decimals?: number | undefined;
|
|
175
167
|
denom: string;
|
|
176
|
-
|
|
168
|
+
chainId: string;
|
|
169
|
+
originDenom: string;
|
|
170
|
+
originChainId: string;
|
|
171
|
+
trace: string;
|
|
177
172
|
isCw20: boolean;
|
|
178
173
|
isEvm: boolean;
|
|
179
174
|
isSvm: boolean;
|
|
180
|
-
logoUri?: string | undefined;
|
|
181
|
-
name?: string | undefined;
|
|
182
|
-
originChainId: string;
|
|
183
|
-
originDenom: string;
|
|
184
|
-
recommendedSymbol?: string | undefined;
|
|
185
175
|
symbol?: string | undefined;
|
|
176
|
+
name?: string | undefined;
|
|
177
|
+
logoUri?: string | undefined;
|
|
178
|
+
decimals?: number | undefined;
|
|
186
179
|
tokenContract?: string | undefined;
|
|
187
|
-
|
|
180
|
+
description?: string | undefined;
|
|
181
|
+
coingeckoId?: string | undefined;
|
|
182
|
+
recommendedSymbol?: string | undefined;
|
|
188
183
|
} | undefined;
|
|
189
184
|
bridgeId?: BridgeType | undefined;
|
|
190
185
|
smartRelay?: boolean | undefined;
|
|
186
|
+
toChainEntryContractAddress?: string | undefined;
|
|
187
|
+
toChainCallbackContractAddress?: string | undefined;
|
|
188
|
+
destDenom?: string | undefined;
|
|
191
189
|
} | undefined;
|
|
192
190
|
bridgeId?: BridgeType | undefined;
|
|
193
191
|
smartRelay?: boolean | undefined;
|
|
192
|
+
fromChain?: string | undefined;
|
|
193
|
+
toChain?: string | undefined;
|
|
194
194
|
} | undefined;
|
|
195
195
|
txIndex: number;
|
|
196
196
|
amountIn: string;
|
|
@@ -206,10 +206,10 @@ declare const messagesDirect: (options?: ({
|
|
|
206
206
|
smartRelay?: boolean | undefined;
|
|
207
207
|
smartRelayFeeQuote?: {
|
|
208
208
|
feeAmount?: string | undefined;
|
|
209
|
-
feeDenom?: string | undefined;
|
|
210
|
-
feePaymentAddress?: string | undefined;
|
|
211
209
|
relayerAddress?: string | undefined;
|
|
212
210
|
expiration?: string | undefined;
|
|
211
|
+
feeDenom?: string | undefined;
|
|
212
|
+
feePaymentAddress?: string | undefined;
|
|
213
213
|
} | undefined;
|
|
214
214
|
} | undefined;
|
|
215
215
|
txIndex: number;
|
|
@@ -221,49 +221,49 @@ declare const messagesDirect: (options?: ({
|
|
|
221
221
|
toChainId?: string | undefined;
|
|
222
222
|
denomIn?: string | undefined;
|
|
223
223
|
denomOut?: string | undefined;
|
|
224
|
-
bridgeId?: BridgeType | undefined;
|
|
225
224
|
poolAddress?: string | undefined;
|
|
226
225
|
destinationEndpointId?: number | undefined;
|
|
227
226
|
oftFeeAsset?: {
|
|
228
|
-
chainId: string;
|
|
229
|
-
coingeckoId?: string | undefined;
|
|
230
|
-
decimals?: number | undefined;
|
|
231
227
|
denom: string;
|
|
232
|
-
|
|
228
|
+
chainId: string;
|
|
229
|
+
originDenom: string;
|
|
230
|
+
originChainId: string;
|
|
231
|
+
trace: string;
|
|
233
232
|
isCw20: boolean;
|
|
234
233
|
isEvm: boolean;
|
|
235
234
|
isSvm: boolean;
|
|
236
|
-
logoUri?: string | undefined;
|
|
237
|
-
name?: string | undefined;
|
|
238
|
-
originChainId: string;
|
|
239
|
-
originDenom: string;
|
|
240
|
-
recommendedSymbol?: string | undefined;
|
|
241
235
|
symbol?: string | undefined;
|
|
236
|
+
name?: string | undefined;
|
|
237
|
+
logoUri?: string | undefined;
|
|
238
|
+
decimals?: number | undefined;
|
|
242
239
|
tokenContract?: string | undefined;
|
|
243
|
-
|
|
240
|
+
description?: string | undefined;
|
|
241
|
+
coingeckoId?: string | undefined;
|
|
242
|
+
recommendedSymbol?: string | undefined;
|
|
244
243
|
} | undefined;
|
|
245
244
|
oftFeeAmount?: string | undefined;
|
|
246
245
|
oftFeeAmountUsd?: string | undefined;
|
|
247
246
|
messagingFeeAsset?: {
|
|
248
|
-
chainId: string;
|
|
249
|
-
coingeckoId?: string | undefined;
|
|
250
|
-
decimals?: number | undefined;
|
|
251
247
|
denom: string;
|
|
252
|
-
|
|
248
|
+
chainId: string;
|
|
249
|
+
originDenom: string;
|
|
250
|
+
originChainId: string;
|
|
251
|
+
trace: string;
|
|
253
252
|
isCw20: boolean;
|
|
254
253
|
isEvm: boolean;
|
|
255
254
|
isSvm: boolean;
|
|
256
|
-
logoUri?: string | undefined;
|
|
257
|
-
name?: string | undefined;
|
|
258
|
-
originChainId: string;
|
|
259
|
-
originDenom: string;
|
|
260
|
-
recommendedSymbol?: string | undefined;
|
|
261
255
|
symbol?: string | undefined;
|
|
256
|
+
name?: string | undefined;
|
|
257
|
+
logoUri?: string | undefined;
|
|
258
|
+
decimals?: number | undefined;
|
|
262
259
|
tokenContract?: string | undefined;
|
|
263
|
-
|
|
260
|
+
description?: string | undefined;
|
|
261
|
+
coingeckoId?: string | undefined;
|
|
262
|
+
recommendedSymbol?: string | undefined;
|
|
264
263
|
} | undefined;
|
|
265
264
|
messagingFeeAmount?: string | undefined;
|
|
266
265
|
messagingFeeAmountUsd?: string | undefined;
|
|
266
|
+
bridgeId?: BridgeType | undefined;
|
|
267
267
|
} | undefined;
|
|
268
268
|
txIndex: number;
|
|
269
269
|
amountIn: string;
|
|
@@ -272,29 +272,24 @@ declare const messagesDirect: (options?: ({
|
|
|
272
272
|
goFastTransfer?: {
|
|
273
273
|
fromChainId?: string | undefined;
|
|
274
274
|
toChainId?: string | undefined;
|
|
275
|
-
bridgeId?: BridgeType | undefined;
|
|
276
|
-
denomIn?: string | undefined;
|
|
277
|
-
denomOut?: string | undefined;
|
|
278
|
-
sourceDomain?: string | undefined;
|
|
279
|
-
destinationDomain?: string | undefined;
|
|
280
275
|
fee?: {
|
|
281
276
|
feeAsset: {
|
|
282
|
-
chainId: string;
|
|
283
|
-
coingeckoId?: string | undefined;
|
|
284
|
-
decimals?: number | undefined;
|
|
285
277
|
denom: string;
|
|
286
|
-
|
|
278
|
+
chainId: string;
|
|
279
|
+
originDenom: string;
|
|
280
|
+
originChainId: string;
|
|
281
|
+
trace: string;
|
|
287
282
|
isCw20: boolean;
|
|
288
283
|
isEvm: boolean;
|
|
289
284
|
isSvm: boolean;
|
|
290
|
-
logoUri?: string | undefined;
|
|
291
|
-
name?: string | undefined;
|
|
292
|
-
originChainId: string;
|
|
293
|
-
originDenom: string;
|
|
294
|
-
recommendedSymbol?: string | undefined;
|
|
295
285
|
symbol?: string | undefined;
|
|
286
|
+
name?: string | undefined;
|
|
287
|
+
logoUri?: string | undefined;
|
|
288
|
+
decimals?: number | undefined;
|
|
296
289
|
tokenContract?: string | undefined;
|
|
297
|
-
|
|
290
|
+
description?: string | undefined;
|
|
291
|
+
coingeckoId?: string | undefined;
|
|
292
|
+
recommendedSymbol?: string | undefined;
|
|
298
293
|
};
|
|
299
294
|
bpsFee?: string | undefined;
|
|
300
295
|
bpsFeeAmount?: string | undefined;
|
|
@@ -304,6 +299,11 @@ declare const messagesDirect: (options?: ({
|
|
|
304
299
|
destinationChainFeeAmount?: string | undefined;
|
|
305
300
|
destinationChainFeeUsd?: string | undefined;
|
|
306
301
|
} | undefined;
|
|
302
|
+
bridgeId?: BridgeType | undefined;
|
|
303
|
+
denomIn?: string | undefined;
|
|
304
|
+
denomOut?: string | undefined;
|
|
305
|
+
sourceDomain?: string | undefined;
|
|
306
|
+
destinationDomain?: string | undefined;
|
|
307
307
|
} | undefined;
|
|
308
308
|
txIndex: number;
|
|
309
309
|
amountIn: string;
|
|
@@ -342,25 +342,25 @@ declare const messagesDirect: (options?: ({
|
|
|
342
342
|
denomOut?: string | undefined;
|
|
343
343
|
hyperlaneContractAddress?: string | undefined;
|
|
344
344
|
feeAmount?: string | undefined;
|
|
345
|
+
usdFeeAmount?: string | undefined;
|
|
345
346
|
feeAsset?: {
|
|
346
|
-
chainId: string;
|
|
347
|
-
coingeckoId?: string | undefined;
|
|
348
|
-
decimals?: number | undefined;
|
|
349
347
|
denom: string;
|
|
350
|
-
|
|
348
|
+
chainId: string;
|
|
349
|
+
originDenom: string;
|
|
350
|
+
originChainId: string;
|
|
351
|
+
trace: string;
|
|
351
352
|
isCw20: boolean;
|
|
352
353
|
isEvm: boolean;
|
|
353
354
|
isSvm: boolean;
|
|
354
|
-
logoUri?: string | undefined;
|
|
355
|
-
name?: string | undefined;
|
|
356
|
-
originChainId: string;
|
|
357
|
-
originDenom: string;
|
|
358
|
-
recommendedSymbol?: string | undefined;
|
|
359
355
|
symbol?: string | undefined;
|
|
356
|
+
name?: string | undefined;
|
|
357
|
+
logoUri?: string | undefined;
|
|
358
|
+
decimals?: number | undefined;
|
|
360
359
|
tokenContract?: string | undefined;
|
|
361
|
-
|
|
360
|
+
description?: string | undefined;
|
|
361
|
+
coingeckoId?: string | undefined;
|
|
362
|
+
recommendedSymbol?: string | undefined;
|
|
362
363
|
} | undefined;
|
|
363
|
-
usdFeeAmount?: string | undefined;
|
|
364
364
|
bridgeId?: BridgeType | undefined;
|
|
365
365
|
smartRelay?: boolean | undefined;
|
|
366
366
|
} | undefined;
|
|
@@ -369,39 +369,39 @@ declare const messagesDirect: (options?: ({
|
|
|
369
369
|
amountOut: string;
|
|
370
370
|
} | {
|
|
371
371
|
transfer?: {
|
|
372
|
+
port?: string | undefined;
|
|
373
|
+
channel?: string | undefined;
|
|
372
374
|
fromChainId?: string | undefined;
|
|
373
375
|
toChainId?: string | undefined;
|
|
374
|
-
channel?: string | undefined;
|
|
375
|
-
destDenom?: string | undefined;
|
|
376
376
|
pfmEnabled?: boolean | undefined;
|
|
377
|
-
port?: string | undefined;
|
|
378
377
|
supportsMemo?: boolean | undefined;
|
|
379
378
|
denomIn?: string | undefined;
|
|
380
379
|
denomOut?: string | undefined;
|
|
381
380
|
feeAmount?: string | undefined;
|
|
382
|
-
toChainEntryContractAddress?: string | undefined;
|
|
383
|
-
toChainCallbackContractAddress?: string | undefined;
|
|
384
381
|
usdFeeAmount?: string | undefined;
|
|
385
382
|
feeAsset?: {
|
|
386
|
-
chainId: string;
|
|
387
|
-
coingeckoId?: string | undefined;
|
|
388
|
-
decimals?: number | undefined;
|
|
389
383
|
denom: string;
|
|
390
|
-
|
|
384
|
+
chainId: string;
|
|
385
|
+
originDenom: string;
|
|
386
|
+
originChainId: string;
|
|
387
|
+
trace: string;
|
|
391
388
|
isCw20: boolean;
|
|
392
389
|
isEvm: boolean;
|
|
393
390
|
isSvm: boolean;
|
|
394
|
-
logoUri?: string | undefined;
|
|
395
|
-
name?: string | undefined;
|
|
396
|
-
originChainId: string;
|
|
397
|
-
originDenom: string;
|
|
398
|
-
recommendedSymbol?: string | undefined;
|
|
399
391
|
symbol?: string | undefined;
|
|
392
|
+
name?: string | undefined;
|
|
393
|
+
logoUri?: string | undefined;
|
|
394
|
+
decimals?: number | undefined;
|
|
400
395
|
tokenContract?: string | undefined;
|
|
401
|
-
|
|
396
|
+
description?: string | undefined;
|
|
397
|
+
coingeckoId?: string | undefined;
|
|
398
|
+
recommendedSymbol?: string | undefined;
|
|
402
399
|
} | undefined;
|
|
403
400
|
bridgeId?: BridgeType | undefined;
|
|
404
401
|
smartRelay?: boolean | undefined;
|
|
402
|
+
toChainEntryContractAddress?: string | undefined;
|
|
403
|
+
toChainCallbackContractAddress?: string | undefined;
|
|
404
|
+
destDenom?: string | undefined;
|
|
405
405
|
} | undefined;
|
|
406
406
|
txIndex: number;
|
|
407
407
|
amountIn: string;
|
|
@@ -409,23 +409,24 @@ declare const messagesDirect: (options?: ({
|
|
|
409
409
|
} | {
|
|
410
410
|
swap?: {
|
|
411
411
|
swapIn?: {
|
|
412
|
-
|
|
412
|
+
swapVenue?: {
|
|
413
|
+
chainId?: string | undefined;
|
|
414
|
+
name?: string | undefined;
|
|
415
|
+
logoUri?: string | undefined;
|
|
416
|
+
} | undefined;
|
|
413
417
|
swapOperations?: {
|
|
414
418
|
denomIn?: string | undefined;
|
|
415
419
|
denomOut?: string | undefined;
|
|
416
420
|
pool?: string | undefined;
|
|
417
421
|
interface?: string | undefined;
|
|
418
422
|
}[] | undefined;
|
|
419
|
-
|
|
420
|
-
chainId?: string | undefined;
|
|
421
|
-
name?: string | undefined;
|
|
422
|
-
logoUri?: string | undefined;
|
|
423
|
-
} | undefined;
|
|
423
|
+
swapAmountIn?: string | undefined;
|
|
424
424
|
priceImpactPercent?: string | undefined;
|
|
425
|
+
estimatedAmountOut?: string | undefined;
|
|
425
426
|
} | undefined;
|
|
426
427
|
estimatedAffiliateFee?: string | undefined;
|
|
427
|
-
chainId?: string | undefined;
|
|
428
428
|
fromChainId?: string | undefined;
|
|
429
|
+
chainId?: string | undefined;
|
|
429
430
|
denomIn?: string | undefined;
|
|
430
431
|
denomOut?: string | undefined;
|
|
431
432
|
swapVenues?: {
|
|
@@ -435,23 +436,23 @@ declare const messagesDirect: (options?: ({
|
|
|
435
436
|
}[] | undefined;
|
|
436
437
|
} | {
|
|
437
438
|
swapOut?: {
|
|
438
|
-
|
|
439
|
+
swapVenue?: {
|
|
440
|
+
chainId?: string | undefined;
|
|
441
|
+
name?: string | undefined;
|
|
442
|
+
logoUri?: string | undefined;
|
|
443
|
+
} | undefined;
|
|
439
444
|
swapOperations?: {
|
|
440
445
|
denomIn?: string | undefined;
|
|
441
446
|
denomOut?: string | undefined;
|
|
442
447
|
pool?: string | undefined;
|
|
443
448
|
interface?: string | undefined;
|
|
444
449
|
}[] | undefined;
|
|
445
|
-
|
|
446
|
-
chainId?: string | undefined;
|
|
447
|
-
name?: string | undefined;
|
|
448
|
-
logoUri?: string | undefined;
|
|
449
|
-
} | undefined;
|
|
450
|
+
swapAmountOut?: string | undefined;
|
|
450
451
|
priceImpactPercent?: string | undefined;
|
|
451
452
|
} | undefined;
|
|
452
453
|
estimatedAffiliateFee?: string | undefined;
|
|
453
|
-
chainId?: string | undefined;
|
|
454
454
|
fromChainId?: string | undefined;
|
|
455
|
+
chainId?: string | undefined;
|
|
455
456
|
denomIn?: string | undefined;
|
|
456
457
|
denomOut?: string | undefined;
|
|
457
458
|
swapVenues?: {
|
|
@@ -476,10 +477,11 @@ declare const messagesDirect: (options?: ({
|
|
|
476
477
|
interface?: string | undefined;
|
|
477
478
|
}[] | undefined;
|
|
478
479
|
}[] | undefined;
|
|
480
|
+
estimatedAmountOut?: string | undefined;
|
|
479
481
|
} | undefined;
|
|
480
482
|
estimatedAffiliateFee?: string | undefined;
|
|
481
|
-
chainId?: string | undefined;
|
|
482
483
|
fromChainId?: string | undefined;
|
|
484
|
+
chainId?: string | undefined;
|
|
483
485
|
denomIn?: string | undefined;
|
|
484
486
|
denomOut?: string | undefined;
|
|
485
487
|
swapVenues?: {
|
|
@@ -504,6 +506,39 @@ declare const messagesDirect: (options?: ({
|
|
|
504
506
|
txIndex: number;
|
|
505
507
|
amountIn: string;
|
|
506
508
|
amountOut: string;
|
|
509
|
+
} | {
|
|
510
|
+
layerZeroTransfer?: {
|
|
511
|
+
fromChainId: string;
|
|
512
|
+
toChainId: string;
|
|
513
|
+
denomIn: string;
|
|
514
|
+
denomOut: string;
|
|
515
|
+
sourceOftContractAddress: string;
|
|
516
|
+
destinationEndpointId: number;
|
|
517
|
+
messagingFeeAsset: {
|
|
518
|
+
denom: string;
|
|
519
|
+
chainId: string;
|
|
520
|
+
originDenom: string;
|
|
521
|
+
originChainId: string;
|
|
522
|
+
trace: string;
|
|
523
|
+
isCw20: boolean;
|
|
524
|
+
isEvm: boolean;
|
|
525
|
+
isSvm: boolean;
|
|
526
|
+
symbol?: string | undefined;
|
|
527
|
+
name?: string | undefined;
|
|
528
|
+
logoUri?: string | undefined;
|
|
529
|
+
decimals?: number | undefined;
|
|
530
|
+
tokenContract?: string | undefined;
|
|
531
|
+
description?: string | undefined;
|
|
532
|
+
coingeckoId?: string | undefined;
|
|
533
|
+
recommendedSymbol?: string | undefined;
|
|
534
|
+
};
|
|
535
|
+
messagingFeeAmount: string;
|
|
536
|
+
messagingFeeAmountUsd: string;
|
|
537
|
+
bridgeId: BridgeType;
|
|
538
|
+
} | undefined;
|
|
539
|
+
txIndex: number;
|
|
540
|
+
amountIn: string;
|
|
541
|
+
amountOut: string;
|
|
507
542
|
} | {
|
|
508
543
|
eurekaTransfer?: {
|
|
509
544
|
destinationPort?: string | undefined;
|
|
@@ -520,10 +555,10 @@ declare const messagesDirect: (options?: ({
|
|
|
520
555
|
smartRelay?: boolean | undefined;
|
|
521
556
|
smartRelayFeeQuote?: {
|
|
522
557
|
feeAmount?: string | undefined;
|
|
523
|
-
feeDenom?: string | undefined;
|
|
524
|
-
feePaymentAddress?: string | undefined;
|
|
525
558
|
relayerAddress?: string | undefined;
|
|
526
559
|
expiration?: string | undefined;
|
|
560
|
+
feeDenom?: string | undefined;
|
|
561
|
+
feePaymentAddress?: string | undefined;
|
|
527
562
|
} | undefined;
|
|
528
563
|
toChainCallbackContractAddress?: string | undefined;
|
|
529
564
|
toChainEntryContractAddress?: string | undefined;
|
|
@@ -531,39 +566,6 @@ declare const messagesDirect: (options?: ({
|
|
|
531
566
|
txIndex: number;
|
|
532
567
|
amountIn: string;
|
|
533
568
|
amountOut: string;
|
|
534
|
-
} | {
|
|
535
|
-
layerZeroTransfer?: {
|
|
536
|
-
fromChainId: string;
|
|
537
|
-
toChainId: string;
|
|
538
|
-
denomIn: string;
|
|
539
|
-
denomOut: string;
|
|
540
|
-
sourceOftContractAddress: string;
|
|
541
|
-
destinationEndpointId: number;
|
|
542
|
-
messagingFeeAsset: {
|
|
543
|
-
chainId: string;
|
|
544
|
-
coingeckoId?: string | undefined;
|
|
545
|
-
decimals?: number | undefined;
|
|
546
|
-
denom: string;
|
|
547
|
-
description?: string | undefined;
|
|
548
|
-
isCw20: boolean;
|
|
549
|
-
isEvm: boolean;
|
|
550
|
-
isSvm: boolean;
|
|
551
|
-
logoUri?: string | undefined;
|
|
552
|
-
name?: string | undefined;
|
|
553
|
-
originChainId: string;
|
|
554
|
-
originDenom: string;
|
|
555
|
-
recommendedSymbol?: string | undefined;
|
|
556
|
-
symbol?: string | undefined;
|
|
557
|
-
tokenContract?: string | undefined;
|
|
558
|
-
trace: string;
|
|
559
|
-
};
|
|
560
|
-
messagingFeeAmount: string;
|
|
561
|
-
messagingFeeAmountUsd: string;
|
|
562
|
-
bridgeId: BridgeType;
|
|
563
|
-
} | undefined;
|
|
564
|
-
txIndex: number;
|
|
565
|
-
amountIn: string;
|
|
566
|
-
amountOut: string;
|
|
567
569
|
})[];
|
|
568
570
|
sourceAssetChainId: string;
|
|
569
571
|
sourceAssetDenom: string;
|
|
@@ -586,22 +588,22 @@ declare const messagesDirect: (options?: ({
|
|
|
586
588
|
amount?: string | undefined;
|
|
587
589
|
usdAmount?: string | undefined;
|
|
588
590
|
originAsset: {
|
|
589
|
-
chainId: string;
|
|
590
|
-
coingeckoId?: string | undefined;
|
|
591
|
-
decimals?: number | undefined;
|
|
592
591
|
denom: string;
|
|
593
|
-
|
|
592
|
+
chainId: string;
|
|
593
|
+
originDenom: string;
|
|
594
|
+
originChainId: string;
|
|
595
|
+
trace: string;
|
|
594
596
|
isCw20: boolean;
|
|
595
597
|
isEvm: boolean;
|
|
596
598
|
isSvm: boolean;
|
|
597
|
-
logoUri?: string | undefined;
|
|
598
|
-
name?: string | undefined;
|
|
599
|
-
originChainId: string;
|
|
600
|
-
originDenom: string;
|
|
601
|
-
recommendedSymbol?: string | undefined;
|
|
602
599
|
symbol?: string | undefined;
|
|
600
|
+
name?: string | undefined;
|
|
601
|
+
logoUri?: string | undefined;
|
|
602
|
+
decimals?: number | undefined;
|
|
603
603
|
tokenContract?: string | undefined;
|
|
604
|
-
|
|
604
|
+
description?: string | undefined;
|
|
605
|
+
coingeckoId?: string | undefined;
|
|
606
|
+
recommendedSymbol?: string | undefined;
|
|
605
607
|
};
|
|
606
608
|
chainId?: string | undefined;
|
|
607
609
|
txIndex?: number | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { messagesDirect } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { messagesDirect } from '../chunk-44IX6KPJ.js';
|
|
2
|
+
import '../chunk-VGCTTJO7.js';
|
|
3
|
+
import '../chunk-QL423UEF.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { ao as Reason } from '../swaggerTypes-
|
|
2
|
+
import { ao as Reason } from '../swaggerTypes-B_jKfpvz.js';
|
|
3
3
|
|
|
4
4
|
declare const recommendAssets: (options?: ({
|
|
5
5
|
requests?: {
|
|
@@ -13,22 +13,22 @@ declare const recommendAssets: (options?: ({
|
|
|
13
13
|
}) | undefined) => Promise<{
|
|
14
14
|
recommendations?: {
|
|
15
15
|
asset?: {
|
|
16
|
-
chainId: string;
|
|
17
|
-
coingeckoId?: string | undefined;
|
|
18
|
-
decimals?: number | undefined;
|
|
19
16
|
denom: string;
|
|
20
|
-
|
|
17
|
+
chainId: string;
|
|
18
|
+
originDenom: string;
|
|
19
|
+
originChainId: string;
|
|
20
|
+
trace: string;
|
|
21
21
|
isCw20: boolean;
|
|
22
22
|
isEvm: boolean;
|
|
23
23
|
isSvm: boolean;
|
|
24
|
-
logoUri?: string | undefined;
|
|
25
|
-
name?: string | undefined;
|
|
26
|
-
originChainId: string;
|
|
27
|
-
originDenom: string;
|
|
28
|
-
recommendedSymbol?: string | undefined;
|
|
29
24
|
symbol?: string | undefined;
|
|
25
|
+
name?: string | undefined;
|
|
26
|
+
logoUri?: string | undefined;
|
|
27
|
+
decimals?: number | undefined;
|
|
30
28
|
tokenContract?: string | undefined;
|
|
31
|
-
|
|
29
|
+
description?: string | undefined;
|
|
30
|
+
coingeckoId?: string | undefined;
|
|
31
|
+
recommendedSymbol?: string | undefined;
|
|
32
32
|
} | undefined;
|
|
33
33
|
reason?: Reason | undefined;
|
|
34
34
|
}[] | undefined;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { recommendAssets } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { recommendAssets } from '../chunk-RFJYCJK4.js';
|
|
2
|
+
import '../chunk-VGCTTJO7.js';
|
|
3
|
+
import '../chunk-QL423UEF.js';
|