@skip-go/client 1.5.3-alpha.1 → 1.5.4
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-HFEMNOJS.cjs → chunk-2QPPD3BB.cjs} +3 -0
- package/dist/cjs/{chunk-7SZZBUBD.cjs → chunk-2SA3OAIJ.cjs} +3 -3
- package/dist/cjs/{chunk-APJDSXWR.cjs → chunk-3RPOC3AX.cjs} +12 -12
- package/dist/cjs/chunk-4BWE7SOV.cjs +68 -0
- package/dist/cjs/{chunk-FF5UWES6.cjs → chunk-4GHUZDDP.cjs} +4 -4
- package/dist/cjs/{chunk-KM2D7PJL.cjs → chunk-4TBONPD6.cjs} +33 -33
- package/dist/cjs/chunk-5JS6DMVZ.cjs +214 -0
- package/dist/cjs/{chunk-NWD4MAMT.cjs → chunk-5KWNKICM.cjs} +4 -10
- package/dist/cjs/{chunk-I2FDWZZJ.cjs → chunk-67WZP4PA.cjs} +106 -807
- package/dist/cjs/{chunk-WKYP2NMS.cjs → chunk-6W2OIU3O.cjs} +15 -15
- package/dist/cjs/{chunk-PDTIT3JO.cjs → chunk-7CFJPJJ2.cjs} +22 -22
- package/dist/cjs/chunk-7HDLYDAS.cjs +55 -0
- package/dist/cjs/{chunk-AW6IQ7JH.cjs → chunk-A5S6SIYN.cjs} +2 -2
- package/dist/cjs/{chunk-ZBJZTBIW.cjs → chunk-ASDMDYTC.cjs} +2 -2
- package/dist/cjs/{chunk-QAHHTQ7V.cjs → chunk-ATW6UNT5.cjs} +4 -4
- package/dist/cjs/{chunk-PLO5CVGN.cjs → chunk-AUTOIM57.cjs} +2 -2
- package/dist/cjs/{chunk-KWH6S7PB.cjs → chunk-CK6CQWQU.cjs} +6 -6
- package/dist/cjs/{chunk-RC73RNNQ.cjs → chunk-EGFH6FEG.cjs} +4 -4
- package/dist/cjs/{chunk-T5EGKQAT.cjs → chunk-FCTBCHOT.cjs} +2 -2
- package/dist/cjs/{chunk-S3BKLN4L.cjs → chunk-IJIBMN2F.cjs} +2 -2
- package/dist/cjs/{chunk-262HFM6V.cjs → chunk-JRXPJ45U.cjs} +2 -2
- package/dist/cjs/chunk-KZOSEIWH.cjs +10 -0
- package/dist/cjs/{chunk-3M7YYWGL.cjs → chunk-MUJBB64F.cjs} +3 -7
- package/dist/cjs/{chunk-3NHW3XWK.cjs → chunk-NCFH5MGF.cjs} +2 -2
- package/dist/cjs/{chunk-DWOE6N5S.cjs → chunk-NM4PISTQ.cjs} +189 -188
- package/dist/cjs/{chunk-4MV4GLIA.cjs → chunk-OJISEAMX.cjs} +2 -2
- package/dist/cjs/{chunk-JWWJIJUE.cjs → chunk-PDNKS5R2.cjs} +2 -2
- package/dist/cjs/{chunk-RBM66GW6.cjs → chunk-UXW4XVHF.cjs} +2 -2
- package/dist/cjs/chunk-VEEDEDME.cjs +454 -0
- package/dist/cjs/{chunk-DLT6Q6RB.cjs → chunk-WOSAJSJB.cjs} +163 -149
- package/dist/cjs/{chunk-XCFPRLX3.cjs → chunk-WRTBZRHG.cjs} +161 -161
- package/dist/cjs/{chunk-BCX2D6TE.cjs → chunk-ZHV4J6EM.cjs} +55 -23
- package/dist/cjs/index.cjs +123 -115
- package/dist/cjs/public-functions/executeMultipleRoutes.cjs +19 -29
- package/dist/cjs/public-functions/executeRoute.cjs +19 -29
- package/dist/cjs/public-functions/getCosmosGasAmountForMessage.cjs +5 -5
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +6 -5
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +8 -7
- package/dist/cjs/public-functions/getRouteWithGasOnReceive.cjs +33 -29
- 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 +7 -7
- package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +9 -9
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +10 -10
- package/dist/cjs/public-functions/waitForTransaction.cjs +10 -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 +1 -1
- 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 +2 -2
- 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 +72 -68
- package/dist/esm/api/postTransactionStatus.js +3 -3
- package/dist/esm/{callbacks-C-KUJnDv.d.ts → callbacks-CZNSHCBb.d.ts} +5 -5
- package/dist/esm/chunk-22LYQHMA.js +53 -0
- package/dist/esm/{chunk-YLVUKXLR.js → chunk-3JHLVPRG.js} +1 -1
- package/dist/esm/chunk-763YPOJQ.js +431 -0
- package/dist/esm/chunk-7OHBD7I6.js +212 -0
- package/dist/esm/{chunk-FNTPI2AV.js → chunk-A5NZMSTI.js} +1 -1
- package/dist/esm/{chunk-QRKO56DH.js → chunk-BJKCMEMJ.js} +3 -8
- package/dist/esm/chunk-E4NRDAVO.js +65 -0
- package/dist/esm/{chunk-HDW6XFWX.js → chunk-ETBJVFQP.js} +1 -1
- package/dist/esm/{chunk-UIDIKXMB.js → chunk-F2LQB2DP.js} +6 -5
- package/dist/esm/{chunk-VGCTTJO7.js → chunk-F66EKL3W.js} +3 -0
- package/dist/esm/{chunk-V7VKYD4J.js → chunk-G63PICMU.js} +2 -2
- package/dist/esm/{chunk-KNXMSLOB.js → chunk-GLH7IRLX.js} +2 -2
- package/dist/esm/{chunk-RFJYCJK4.js → chunk-HNU2Y3JI.js} +1 -1
- package/dist/esm/{chunk-QL423UEF.js → chunk-HP5EMWC6.js} +163 -149
- package/dist/esm/{chunk-MYGJGC62.js → chunk-J24LYWJE.js} +1 -1
- package/dist/esm/{chunk-JYYCFKB4.js → chunk-KS764SOZ.js} +15 -15
- package/dist/esm/{chunk-SFWTQBQT.js → chunk-KXS5UH7E.js} +4 -4
- package/dist/esm/{chunk-VWOMKMH2.js → chunk-KZKAL5ZN.js} +1 -1
- package/dist/esm/{chunk-IKWC55JU.js → chunk-LAGER3PR.js} +61 -740
- package/dist/esm/{chunk-3WFXBPS2.js → chunk-N4PTRCNT.js} +1 -1
- package/dist/esm/{chunk-IHSSWY3M.js → chunk-P36PE4CR.js} +1 -1
- package/dist/esm/{chunk-UBVBVJPY.js → chunk-QYXGDTUU.js} +1 -1
- package/dist/esm/{chunk-QO2CYYF5.js → chunk-RTDD7HZ3.js} +4 -7
- package/dist/esm/chunk-SWYON2RG.js +7 -0
- package/dist/esm/{chunk-AUNRER4I.js → chunk-SXBG57J3.js} +1 -1
- package/dist/esm/{chunk-HELQO7PA.js → chunk-TGTOO2ZQ.js} +2 -2
- package/dist/esm/{chunk-6M7N6EAO.js → chunk-TON3V7SK.js} +14 -14
- package/dist/esm/{chunk-KXQ2ASHQ.js → chunk-UHCKOKBM.js} +1 -1
- package/dist/esm/{chunk-YGQ4NKTM.js → chunk-UN46DUOV.js} +1 -1
- package/dist/esm/{chunk-2PWROHHX.js → chunk-VMEHGKH7.js} +2 -2
- package/dist/esm/{chunk-5IXH2QPF.js → chunk-WRPS6WK2.js} +52 -20
- package/dist/esm/{chunk-44IX6KPJ.js → chunk-XNU3TKKM.js} +1 -1
- package/dist/esm/{client-types-CGMuZ3zo.d.ts → client-types-BX_0924O.d.ts} +1 -1
- package/dist/esm/{generateApi-D_-Gso-x.d.ts → generateApi-Clc85Kxw.d.ts} +1 -1
- package/dist/esm/index.d.ts +264 -261
- package/dist/esm/index.js +32 -28
- package/dist/esm/public-functions/executeMultipleRoutes.d.ts +4 -4
- package/dist/esm/public-functions/executeMultipleRoutes.js +18 -28
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +18 -28
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.js +3 -3
- 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 -4
- package/dist/esm/public-functions/getRecommendedGasPrice.js +7 -6
- package/dist/esm/public-functions/getRouteWithGasOnReceive.d.ts +1 -1
- package/dist/esm/public-functions/getRouteWithGasOnReceive.js +32 -28
- 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 +6 -6
- 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 +9 -9
- package/dist/esm/public-functions/waitForTransaction.d.ts +712 -74
- package/dist/esm/public-functions/waitForTransaction.js +5 -5
- package/dist/esm/{setClientOptions-C8g92xTm.d.ts → setClientOptions-DD5Mzkw_.d.ts} +3 -3
- package/dist/esm/{swaggerTypes-B_jKfpvz.d.ts → swaggerTypes-Dr4I6vW2.d.ts} +260 -256
- package/package.json +5 -5
- package/dist/cjs/chunk-4NGHNHAS.cjs +0 -46
- package/dist/esm/chunk-TNIGHYH2.js +0 -44
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
3
|
+
var chunkAUTOIM57_cjs = require('./chunk-AUTOIM57.cjs');
|
|
4
|
+
var chunkPDNKS5R2_cjs = require('./chunk-PDNKS5R2.cjs');
|
|
5
|
+
var chunk2QPPD3BB_cjs = require('./chunk-2QPPD3BB.cjs');
|
|
6
6
|
var uuid = require('uuid');
|
|
7
7
|
|
|
8
8
|
// src/utils/clientType.ts
|
|
@@ -47,7 +47,7 @@ function getClientTransferEvent(transferEvent) {
|
|
|
47
47
|
};
|
|
48
48
|
}
|
|
49
49
|
return {
|
|
50
|
-
explorerLink: ibcTransfer.packetTxs.receiveTx?.explorerLink,
|
|
50
|
+
explorerLink: ibcTransfer.packetTxs.receiveTx?.explorerLink ?? ibcTransfer.packetTxs.timeoutTx?.explorerLink,
|
|
51
51
|
txHash: ibcTransfer.packetTxs.receiveTx?.txHash
|
|
52
52
|
};
|
|
53
53
|
case "eurekaTransfer" /* eurekaTransfer */:
|
|
@@ -58,7 +58,7 @@ function getClientTransferEvent(transferEvent) {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
return {
|
|
61
|
-
explorerLink: eurekaTransfer.packetTxs.receiveTx?.explorerLink,
|
|
61
|
+
explorerLink: eurekaTransfer.packetTxs.receiveTx?.explorerLink ?? eurekaTransfer.packetTxs.timeoutTx?.explorerLink,
|
|
62
62
|
txHash: eurekaTransfer.packetTxs.receiveTx?.txHash
|
|
63
63
|
};
|
|
64
64
|
case "goFastTransfer" /* goFastTransfer */:
|
|
@@ -69,13 +69,21 @@ function getClientTransferEvent(transferEvent) {
|
|
|
69
69
|
};
|
|
70
70
|
}
|
|
71
71
|
return {
|
|
72
|
-
explorerLink: goFastTransfer.txs.orderFilledTx?.explorerLink,
|
|
72
|
+
explorerLink: goFastTransfer.txs.orderFilledTx?.explorerLink ?? goFastTransfer.txs.orderTimeoutTx?.explorerLink ?? goFastTransfer.txs.orderRefundedTx?.explorerLink,
|
|
73
73
|
txHash: goFastTransfer.txs.orderFilledTx?.txHash
|
|
74
74
|
};
|
|
75
75
|
case "axelarTransfer" /* axelarTransfer */:
|
|
76
|
+
const sendTokenTxs = axelarTransfer.txs;
|
|
77
|
+
const contractCallWithTokenTxs = axelarTransfer.txs?.contractCallWithTokenTxs;
|
|
78
|
+
if (type === "send") {
|
|
79
|
+
return {
|
|
80
|
+
explorerLink: sendTokenTxs?.sendTx?.explorerLink ?? contractCallWithTokenTxs?.sendTx?.explorerLink,
|
|
81
|
+
txHash: sendTokenTxs?.sendTx?.txHash ?? contractCallWithTokenTxs?.sendTx?.txHash
|
|
82
|
+
};
|
|
83
|
+
}
|
|
76
84
|
return {
|
|
77
|
-
explorerLink:
|
|
78
|
-
txHash:
|
|
85
|
+
explorerLink: sendTokenTxs?.executeTx?.explorerLink ?? contractCallWithTokenTxs?.executeTx?.explorerLink,
|
|
86
|
+
txHash: sendTokenTxs?.executeTx?.txHash ?? contractCallWithTokenTxs?.executeTx?.txHash
|
|
79
87
|
};
|
|
80
88
|
default:
|
|
81
89
|
if (type === "send") {
|
|
@@ -92,16 +100,39 @@ function getClientTransferEvent(transferEvent) {
|
|
|
92
100
|
};
|
|
93
101
|
const getDuration = () => {
|
|
94
102
|
switch (transferType) {
|
|
95
|
-
case "ibcTransfer" /* ibcTransfer */:
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
case "
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
case "ibcTransfer" /* ibcTransfer */: {
|
|
104
|
+
const sendTime = ibcTransfer.packetTxs.sendTx?.onChainAt;
|
|
105
|
+
const receiveTime = ibcTransfer.packetTxs.receiveTx?.onChainAt;
|
|
106
|
+
if (!sendTime || !receiveTime) return;
|
|
107
|
+
return new Date(receiveTime).getTime() - new Date(sendTime).getTime();
|
|
108
|
+
}
|
|
109
|
+
case "eurekaTransfer" /* eurekaTransfer */: {
|
|
110
|
+
const sendTime = eurekaTransfer.packetTxs.sendTx?.onChainAt;
|
|
111
|
+
const receiveTime = eurekaTransfer.packetTxs.receiveTx?.onChainAt;
|
|
112
|
+
if (!sendTime || !receiveTime) return;
|
|
113
|
+
return new Date(receiveTime).getTime() - new Date(sendTime).getTime();
|
|
114
|
+
}
|
|
115
|
+
case "goFastTransfer" /* goFastTransfer */: {
|
|
116
|
+
const submitTime = goFastTransfer.txs.orderSubmittedTx?.onChainAt;
|
|
117
|
+
const filledTime = goFastTransfer.txs.orderFilledTx?.onChainAt;
|
|
118
|
+
if (!submitTime || !filledTime) return;
|
|
119
|
+
return new Date(filledTime).getTime() - new Date(submitTime).getTime();
|
|
120
|
+
}
|
|
121
|
+
case "axelarTransfer" /* axelarTransfer */: {
|
|
122
|
+
const sendTokenTxs = axelarTransfer.txs;
|
|
123
|
+
const contractCallWithTokenTxs = axelarTransfer.txs?.contractCallWithTokenTxs;
|
|
124
|
+
const sendTime = sendTokenTxs?.sendTx?.onChainAt ?? contractCallWithTokenTxs?.sendTx?.onChainAt;
|
|
125
|
+
const confirmTime = sendTokenTxs?.confirmTx?.onChainAt ?? contractCallWithTokenTxs?.confirmTx?.onChainAt;
|
|
126
|
+
if (!sendTime || !confirmTime) return;
|
|
127
|
+
return new Date(confirmTime).getTime() - new Date(sendTime).getTime();
|
|
128
|
+
}
|
|
129
|
+
default: {
|
|
130
|
+
const remainingTransfer = combinedTransferEvent[transferType];
|
|
131
|
+
const sendTime = remainingTransfer?.txs?.sendTx?.onChainAt;
|
|
132
|
+
const receiveTime = remainingTransfer?.txs?.receiveTx?.onChainAt;
|
|
133
|
+
if (!sendTime || !receiveTime) return;
|
|
134
|
+
return new Date(receiveTime).getTime() - new Date(sendTime).getTime();
|
|
135
|
+
}
|
|
105
136
|
}
|
|
106
137
|
};
|
|
107
138
|
const _result = {
|
|
@@ -133,7 +164,7 @@ function getClientTransferEvent(transferEvent) {
|
|
|
133
164
|
function getTransferEventsFromTxStatusResponse(txStatusResponse) {
|
|
134
165
|
if (!txStatusResponse) return [];
|
|
135
166
|
return txStatusResponse?.flatMap((txStatus) => {
|
|
136
|
-
return (txStatus
|
|
167
|
+
return (txStatus?.transferSequence ?? []).map((transferEvent) => {
|
|
137
168
|
return getClientTransferEvent(transferEvent);
|
|
138
169
|
});
|
|
139
170
|
});
|
|
@@ -288,7 +319,7 @@ var executeAndSubscribeToRouteStatus = async ({
|
|
|
288
319
|
let { txHash, explorerLink } = await executeTransaction?.(transactionIndex);
|
|
289
320
|
transaction.txHash = txHash;
|
|
290
321
|
if (!explorerLink) {
|
|
291
|
-
const trackResponse = await
|
|
322
|
+
const trackResponse = await chunkAUTOIM57_cjs.trackTransaction({
|
|
292
323
|
chainId: transaction.chainId,
|
|
293
324
|
txHash: transaction.txHash,
|
|
294
325
|
...trackTxPollingOptions
|
|
@@ -332,7 +363,7 @@ var executeAndSubscribeToRouteStatus = async ({
|
|
|
332
363
|
break;
|
|
333
364
|
}
|
|
334
365
|
try {
|
|
335
|
-
const statusResponse = await
|
|
366
|
+
const statusResponse = await chunkPDNKS5R2_cjs.transactionStatus({
|
|
336
367
|
chainId: transaction.chainId,
|
|
337
368
|
txHash: transaction.txHash
|
|
338
369
|
});
|
|
@@ -372,7 +403,7 @@ var executeAndSubscribeToRouteStatus = async ({
|
|
|
372
403
|
} catch (error) {
|
|
373
404
|
console.error(error);
|
|
374
405
|
} finally {
|
|
375
|
-
await
|
|
406
|
+
await chunk2QPPD3BB_cjs.wait(1e3);
|
|
376
407
|
}
|
|
377
408
|
}
|
|
378
409
|
}
|
|
@@ -471,7 +502,8 @@ var getSimpleRoute = (route) => {
|
|
|
471
502
|
sourceAssetChainId: route?.sourceAssetChainId,
|
|
472
503
|
destAssetDenom: route?.destAssetDenom,
|
|
473
504
|
destAssetChainId: route?.destAssetChainId,
|
|
474
|
-
estimatedRouteDurationSeconds: route?.estimatedRouteDurationSeconds
|
|
505
|
+
estimatedRouteDurationSeconds: route?.estimatedRouteDurationSeconds,
|
|
506
|
+
operations: route?.operations
|
|
475
507
|
};
|
|
476
508
|
};
|
|
477
509
|
var getRouteDetailsWithSimpleTransactionDetailsStatus = (routeDetails) => {
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,169 +1,177 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
|
|
10
|
-
require('./chunk-
|
|
3
|
+
var chunkVEEDEDME_cjs = require('./chunk-VEEDEDME.cjs');
|
|
4
|
+
var chunkCK6CQWQU_cjs = require('./chunk-CK6CQWQU.cjs');
|
|
5
|
+
var chunkWRTBZRHG_cjs = require('./chunk-WRTBZRHG.cjs');
|
|
6
|
+
var chunk4BWE7SOV_cjs = require('./chunk-4BWE7SOV.cjs');
|
|
7
|
+
var chunk5JS6DMVZ_cjs = require('./chunk-5JS6DMVZ.cjs');
|
|
8
|
+
var chunk7HDLYDAS_cjs = require('./chunk-7HDLYDAS.cjs');
|
|
9
|
+
require('./chunk-67WZP4PA.cjs');
|
|
10
|
+
var chunkZHV4J6EM_cjs = require('./chunk-ZHV4J6EM.cjs');
|
|
11
|
+
var chunk3RPOC3AX_cjs = require('./chunk-3RPOC3AX.cjs');
|
|
12
|
+
var chunk4TBONPD6_cjs = require('./chunk-4TBONPD6.cjs');
|
|
13
|
+
require('./chunk-NM4PISTQ.cjs');
|
|
11
14
|
var chunkF3EB2AQG_cjs = require('./chunk-F3EB2AQG.cjs');
|
|
12
|
-
var
|
|
13
|
-
require('./chunk-
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
require('./chunk-
|
|
15
|
+
var chunkEGFH6FEG_cjs = require('./chunk-EGFH6FEG.cjs');
|
|
16
|
+
require('./chunk-6W2OIU3O.cjs');
|
|
17
|
+
var chunk5KWNKICM_cjs = require('./chunk-5KWNKICM.cjs');
|
|
18
|
+
var chunkKZOSEIWH_cjs = require('./chunk-KZOSEIWH.cjs');
|
|
19
|
+
var chunk7CFJPJJ2_cjs = require('./chunk-7CFJPJJ2.cjs');
|
|
20
|
+
require('./chunk-MUJBB64F.cjs');
|
|
17
21
|
require('./chunk-UMBMSRZZ.cjs');
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
var
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
var
|
|
28
|
-
var
|
|
29
|
-
var
|
|
30
|
-
var
|
|
31
|
-
require('./chunk-
|
|
32
|
-
var
|
|
22
|
+
var chunkOJISEAMX_cjs = require('./chunk-OJISEAMX.cjs');
|
|
23
|
+
var chunkNCFH5MGF_cjs = require('./chunk-NCFH5MGF.cjs');
|
|
24
|
+
var chunkA5S6SIYN_cjs = require('./chunk-A5S6SIYN.cjs');
|
|
25
|
+
var chunkUXW4XVHF_cjs = require('./chunk-UXW4XVHF.cjs');
|
|
26
|
+
var chunk2SA3OAIJ_cjs = require('./chunk-2SA3OAIJ.cjs');
|
|
27
|
+
var chunkJRXPJ45U_cjs = require('./chunk-JRXPJ45U.cjs');
|
|
28
|
+
var chunkAUTOIM57_cjs = require('./chunk-AUTOIM57.cjs');
|
|
29
|
+
var chunkPDNKS5R2_cjs = require('./chunk-PDNKS5R2.cjs');
|
|
30
|
+
var chunkASDMDYTC_cjs = require('./chunk-ASDMDYTC.cjs');
|
|
31
|
+
var chunkIJIBMN2F_cjs = require('./chunk-IJIBMN2F.cjs');
|
|
32
|
+
var chunkFCTBCHOT_cjs = require('./chunk-FCTBCHOT.cjs');
|
|
33
|
+
var chunk4GHUZDDP_cjs = require('./chunk-4GHUZDDP.cjs');
|
|
34
|
+
var chunkATW6UNT5_cjs = require('./chunk-ATW6UNT5.cjs');
|
|
35
|
+
require('./chunk-2QPPD3BB.cjs');
|
|
36
|
+
var chunkWOSAJSJB_cjs = require('./chunk-WOSAJSJB.cjs');
|
|
33
37
|
|
|
34
38
|
|
|
35
39
|
|
|
36
40
|
Object.defineProperty(exports, "AutopilotActionJson", {
|
|
37
41
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkVEEDEDME_cjs.AutopilotActionJson; }
|
|
39
43
|
});
|
|
40
44
|
Object.defineProperty(exports, "AxelarTransferStateJson", {
|
|
41
45
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkVEEDEDME_cjs.AxelarTransferStateJson; }
|
|
43
47
|
});
|
|
44
48
|
Object.defineProperty(exports, "AxelarTransferTypeJson", {
|
|
45
49
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkVEEDEDME_cjs.AxelarTransferTypeJson; }
|
|
47
51
|
});
|
|
48
52
|
Object.defineProperty(exports, "BridgeTypeJson", {
|
|
49
53
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkVEEDEDME_cjs.BridgeTypeJson; }
|
|
51
55
|
});
|
|
52
56
|
Object.defineProperty(exports, "CCTPTransferStateJson", {
|
|
53
57
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkVEEDEDME_cjs.CCTPTransferStateJson; }
|
|
55
59
|
});
|
|
56
60
|
Object.defineProperty(exports, "ChainTypeJson", {
|
|
57
61
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkVEEDEDME_cjs.ChainTypeJson; }
|
|
59
63
|
});
|
|
60
64
|
Object.defineProperty(exports, "ContractCallWithTokenErrorTypeJson", {
|
|
61
65
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkVEEDEDME_cjs.ContractCallWithTokenErrorTypeJson; }
|
|
63
67
|
});
|
|
64
68
|
Object.defineProperty(exports, "FeeBehaviorJson", {
|
|
65
69
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkVEEDEDME_cjs.FeeBehaviorJson; }
|
|
67
71
|
});
|
|
68
72
|
Object.defineProperty(exports, "FeeTypeJson", {
|
|
69
73
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkVEEDEDME_cjs.FeeTypeJson; }
|
|
71
75
|
});
|
|
72
76
|
Object.defineProperty(exports, "GoFastTransferStateJson", {
|
|
73
77
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkVEEDEDME_cjs.GoFastTransferStateJson; }
|
|
75
79
|
});
|
|
76
80
|
Object.defineProperty(exports, "HyperlaneTransferStateJson", {
|
|
77
81
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkVEEDEDME_cjs.HyperlaneTransferStateJson; }
|
|
79
83
|
});
|
|
80
84
|
Object.defineProperty(exports, "LayerZeroTransferStateJson", {
|
|
81
85
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkVEEDEDME_cjs.LayerZeroTransferStateJson; }
|
|
83
87
|
});
|
|
84
88
|
Object.defineProperty(exports, "OPInitTransferStateJson", {
|
|
85
89
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkVEEDEDME_cjs.OPInitTransferStateJson; }
|
|
87
91
|
});
|
|
88
92
|
Object.defineProperty(exports, "PacketErrorTypeJson", {
|
|
89
93
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkVEEDEDME_cjs.PacketErrorTypeJson; }
|
|
91
95
|
});
|
|
92
96
|
Object.defineProperty(exports, "ReasonJson", {
|
|
93
97
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkVEEDEDME_cjs.ReasonJson; }
|
|
95
99
|
});
|
|
96
100
|
Object.defineProperty(exports, "RoutePriceWarningTypeJson", {
|
|
97
101
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkVEEDEDME_cjs.RoutePriceWarningTypeJson; }
|
|
99
103
|
});
|
|
100
104
|
Object.defineProperty(exports, "SendTokenErrorTypeJson", {
|
|
101
105
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkVEEDEDME_cjs.SendTokenErrorTypeJson; }
|
|
103
107
|
});
|
|
104
108
|
Object.defineProperty(exports, "StargateTransferStateJson", {
|
|
105
109
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkVEEDEDME_cjs.StargateTransferStateJson; }
|
|
107
111
|
});
|
|
108
112
|
Object.defineProperty(exports, "StatusErrorTypeJson", {
|
|
109
113
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkVEEDEDME_cjs.StatusErrorTypeJson; }
|
|
111
115
|
});
|
|
112
116
|
Object.defineProperty(exports, "TransactionStateJson", {
|
|
113
117
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkVEEDEDME_cjs.TransactionStateJson; }
|
|
115
119
|
});
|
|
116
120
|
Object.defineProperty(exports, "TransferStateJson", {
|
|
117
121
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkVEEDEDME_cjs.TransferStateJson; }
|
|
119
123
|
});
|
|
120
|
-
Object.defineProperty(exports, "
|
|
124
|
+
Object.defineProperty(exports, "getRouteWithGasOnReceive", {
|
|
121
125
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkVEEDEDME_cjs.getRouteWithGasOnReceive; }
|
|
123
127
|
});
|
|
124
|
-
Object.defineProperty(exports, "
|
|
128
|
+
Object.defineProperty(exports, "setApiOptions", {
|
|
125
129
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkCK6CQWQU_cjs.setApiOptions; }
|
|
127
131
|
});
|
|
128
|
-
Object.defineProperty(exports, "
|
|
132
|
+
Object.defineProperty(exports, "setClientOptions", {
|
|
129
133
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkWRTBZRHG_cjs.setClientOptions; }
|
|
131
135
|
});
|
|
132
|
-
Object.defineProperty(exports, "
|
|
136
|
+
Object.defineProperty(exports, "waitForTransaction", {
|
|
133
137
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunk4BWE7SOV_cjs.waitForTransaction; }
|
|
135
139
|
});
|
|
136
|
-
Object.defineProperty(exports, "
|
|
140
|
+
Object.defineProperty(exports, "waitForTransactionWithCancel", {
|
|
141
|
+
enumerable: true,
|
|
142
|
+
get: function () { return chunk4BWE7SOV_cjs.waitForTransactionWithCancel; }
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(exports, "executeMultipleRoutes", {
|
|
145
|
+
enumerable: true,
|
|
146
|
+
get: function () { return chunk5JS6DMVZ_cjs.executeMultipleRoutes; }
|
|
147
|
+
});
|
|
148
|
+
Object.defineProperty(exports, "executeRoute", {
|
|
137
149
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunk7HDLYDAS_cjs.executeRoute; }
|
|
139
151
|
});
|
|
140
152
|
Object.defineProperty(exports, "TransferType", {
|
|
141
153
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkZHV4J6EM_cjs.TransferType; }
|
|
143
155
|
});
|
|
144
156
|
Object.defineProperty(exports, "getSimpleOverallStatus", {
|
|
145
157
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkZHV4J6EM_cjs.getSimpleOverallStatus; }
|
|
147
159
|
});
|
|
148
160
|
Object.defineProperty(exports, "getTransferEventsFromTxStatusResponse", {
|
|
149
161
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkZHV4J6EM_cjs.getTransferEventsFromTxStatusResponse; }
|
|
151
163
|
});
|
|
152
164
|
Object.defineProperty(exports, "subscribeToRouteStatus", {
|
|
153
165
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunkZHV4J6EM_cjs.subscribeToRouteStatus; }
|
|
155
167
|
});
|
|
156
168
|
Object.defineProperty(exports, "validateCosmosGasBalance", {
|
|
157
169
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
159
|
-
});
|
|
160
|
-
Object.defineProperty(exports, "waitForTransaction", {
|
|
161
|
-
enumerable: true,
|
|
162
|
-
get: function () { return chunk4NGHNHAS_cjs.waitForTransaction; }
|
|
170
|
+
get: function () { return chunk3RPOC3AX_cjs.validateCosmosGasBalance; }
|
|
163
171
|
});
|
|
164
172
|
Object.defineProperty(exports, "getCosmosGasAmountForMessage", {
|
|
165
173
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunk4TBONPD6_cjs.getCosmosGasAmountForMessage; }
|
|
167
175
|
});
|
|
168
176
|
Object.defineProperty(exports, "getEVMGasAmountForMessage", {
|
|
169
177
|
enumerable: true,
|
|
@@ -171,177 +179,177 @@ Object.defineProperty(exports, "getEVMGasAmountForMessage", {
|
|
|
171
179
|
});
|
|
172
180
|
Object.defineProperty(exports, "getRecommendedGasPrice", {
|
|
173
181
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkEGFH6FEG_cjs.getRecommendedGasPrice; }
|
|
175
183
|
});
|
|
176
|
-
Object.defineProperty(exports, "
|
|
184
|
+
Object.defineProperty(exports, "getFeeInfoForChain", {
|
|
177
185
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunk5KWNKICM_cjs.getFeeInfoForChain; }
|
|
179
187
|
});
|
|
180
|
-
Object.defineProperty(exports, "
|
|
188
|
+
Object.defineProperty(exports, "GAS_STATION_CHAIN_IDS", {
|
|
181
189
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkKZOSEIWH_cjs.GAS_STATION_CHAIN_IDS; }
|
|
183
191
|
});
|
|
184
192
|
Object.defineProperty(exports, "getSigningStargateClient", {
|
|
185
193
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunk7CFJPJJ2_cjs.getSigningStargateClient; }
|
|
187
195
|
});
|
|
188
196
|
Object.defineProperty(exports, "ibcOriginAssets", {
|
|
189
197
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkOJISEAMX_cjs.ibcOriginAssets; }
|
|
191
199
|
});
|
|
192
200
|
Object.defineProperty(exports, "messages", {
|
|
193
201
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkNCFH5MGF_cjs.messages; }
|
|
195
203
|
});
|
|
196
204
|
Object.defineProperty(exports, "messagesDirect", {
|
|
197
205
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkA5S6SIYN_cjs.messagesDirect; }
|
|
199
207
|
});
|
|
200
208
|
Object.defineProperty(exports, "recommendAssets", {
|
|
201
209
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkUXW4XVHF_cjs.recommendAssets; }
|
|
203
211
|
});
|
|
204
212
|
Object.defineProperty(exports, "route", {
|
|
205
213
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunk2SA3OAIJ_cjs.route; }
|
|
207
215
|
});
|
|
208
216
|
Object.defineProperty(exports, "submitTransaction", {
|
|
209
217
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkJRXPJ45U_cjs.submitTransaction; }
|
|
211
219
|
});
|
|
212
220
|
Object.defineProperty(exports, "trackTransaction", {
|
|
213
221
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkAUTOIM57_cjs.trackTransaction; }
|
|
215
223
|
});
|
|
216
224
|
Object.defineProperty(exports, "transactionStatus", {
|
|
217
225
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkPDNKS5R2_cjs.transactionStatus; }
|
|
219
227
|
});
|
|
220
228
|
Object.defineProperty(exports, "assetsBetweenChains", {
|
|
221
229
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkASDMDYTC_cjs.assetsBetweenChains; }
|
|
223
231
|
});
|
|
224
232
|
Object.defineProperty(exports, "bridges", {
|
|
225
233
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkIJIBMN2F_cjs.bridges; }
|
|
227
235
|
});
|
|
228
236
|
Object.defineProperty(exports, "venues", {
|
|
229
237
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkFCTBCHOT_cjs.venues; }
|
|
231
239
|
});
|
|
232
240
|
Object.defineProperty(exports, "assetsFromSource", {
|
|
233
241
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunk4GHUZDDP_cjs.assetsFromSource; }
|
|
235
243
|
});
|
|
236
244
|
Object.defineProperty(exports, "ClientState", {
|
|
237
245
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkATW6UNT5_cjs.ClientState; }
|
|
239
247
|
});
|
|
240
248
|
Object.defineProperty(exports, "assets", {
|
|
241
249
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkATW6UNT5_cjs.assets; }
|
|
243
251
|
});
|
|
244
252
|
Object.defineProperty(exports, "balances", {
|
|
245
253
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkATW6UNT5_cjs.balances; }
|
|
247
255
|
});
|
|
248
256
|
Object.defineProperty(exports, "chains", {
|
|
249
257
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkATW6UNT5_cjs.chains; }
|
|
251
259
|
});
|
|
252
260
|
Object.defineProperty(exports, "Api", {
|
|
253
261
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkWOSAJSJB_cjs.Api; }
|
|
255
263
|
});
|
|
256
264
|
Object.defineProperty(exports, "AutopilotAction", {
|
|
257
265
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkWOSAJSJB_cjs.AutopilotAction; }
|
|
259
267
|
});
|
|
260
268
|
Object.defineProperty(exports, "AxelarTransferState", {
|
|
261
269
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkWOSAJSJB_cjs.AxelarTransferState; }
|
|
263
271
|
});
|
|
264
272
|
Object.defineProperty(exports, "AxelarTransferType", {
|
|
265
273
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkWOSAJSJB_cjs.AxelarTransferType; }
|
|
267
275
|
});
|
|
268
276
|
Object.defineProperty(exports, "BridgeType", {
|
|
269
277
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunkWOSAJSJB_cjs.BridgeType; }
|
|
271
279
|
});
|
|
272
280
|
Object.defineProperty(exports, "CCTPTransferState", {
|
|
273
281
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkWOSAJSJB_cjs.CCTPTransferState; }
|
|
275
283
|
});
|
|
276
284
|
Object.defineProperty(exports, "ChainType", {
|
|
277
285
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkWOSAJSJB_cjs.ChainType; }
|
|
279
287
|
});
|
|
280
288
|
Object.defineProperty(exports, "ContentType", {
|
|
281
289
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkWOSAJSJB_cjs.ContentType; }
|
|
283
291
|
});
|
|
284
292
|
Object.defineProperty(exports, "ContractCallWithTokenErrorType", {
|
|
285
293
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkWOSAJSJB_cjs.ContractCallWithTokenErrorType; }
|
|
287
295
|
});
|
|
288
296
|
Object.defineProperty(exports, "FeeBehavior", {
|
|
289
297
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunkWOSAJSJB_cjs.FeeBehavior; }
|
|
291
299
|
});
|
|
292
300
|
Object.defineProperty(exports, "FeeType", {
|
|
293
301
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunkWOSAJSJB_cjs.FeeType; }
|
|
295
303
|
});
|
|
296
304
|
Object.defineProperty(exports, "GoFastTransferState", {
|
|
297
305
|
enumerable: true,
|
|
298
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunkWOSAJSJB_cjs.GoFastTransferState; }
|
|
299
307
|
});
|
|
300
308
|
Object.defineProperty(exports, "HttpClient", {
|
|
301
309
|
enumerable: true,
|
|
302
|
-
get: function () { return
|
|
310
|
+
get: function () { return chunkWOSAJSJB_cjs.HttpClient; }
|
|
303
311
|
});
|
|
304
312
|
Object.defineProperty(exports, "HyperlaneTransferState", {
|
|
305
313
|
enumerable: true,
|
|
306
|
-
get: function () { return
|
|
314
|
+
get: function () { return chunkWOSAJSJB_cjs.HyperlaneTransferState; }
|
|
307
315
|
});
|
|
308
316
|
Object.defineProperty(exports, "LayerZeroTransferState", {
|
|
309
317
|
enumerable: true,
|
|
310
|
-
get: function () { return
|
|
318
|
+
get: function () { return chunkWOSAJSJB_cjs.LayerZeroTransferState; }
|
|
311
319
|
});
|
|
312
320
|
Object.defineProperty(exports, "OPInitTransferState", {
|
|
313
321
|
enumerable: true,
|
|
314
|
-
get: function () { return
|
|
322
|
+
get: function () { return chunkWOSAJSJB_cjs.OPInitTransferState; }
|
|
315
323
|
});
|
|
316
324
|
Object.defineProperty(exports, "PacketErrorType", {
|
|
317
325
|
enumerable: true,
|
|
318
|
-
get: function () { return
|
|
326
|
+
get: function () { return chunkWOSAJSJB_cjs.PacketErrorType; }
|
|
319
327
|
});
|
|
320
328
|
Object.defineProperty(exports, "Reason", {
|
|
321
329
|
enumerable: true,
|
|
322
|
-
get: function () { return
|
|
330
|
+
get: function () { return chunkWOSAJSJB_cjs.Reason; }
|
|
323
331
|
});
|
|
324
332
|
Object.defineProperty(exports, "RoutePriceWarningType", {
|
|
325
333
|
enumerable: true,
|
|
326
|
-
get: function () { return
|
|
334
|
+
get: function () { return chunkWOSAJSJB_cjs.RoutePriceWarningType; }
|
|
327
335
|
});
|
|
328
336
|
Object.defineProperty(exports, "SendTokenErrorType", {
|
|
329
337
|
enumerable: true,
|
|
330
|
-
get: function () { return
|
|
338
|
+
get: function () { return chunkWOSAJSJB_cjs.SendTokenErrorType; }
|
|
331
339
|
});
|
|
332
340
|
Object.defineProperty(exports, "StargateTransferState", {
|
|
333
341
|
enumerable: true,
|
|
334
|
-
get: function () { return
|
|
342
|
+
get: function () { return chunkWOSAJSJB_cjs.StargateTransferState; }
|
|
335
343
|
});
|
|
336
344
|
Object.defineProperty(exports, "StatusErrorType", {
|
|
337
345
|
enumerable: true,
|
|
338
|
-
get: function () { return
|
|
346
|
+
get: function () { return chunkWOSAJSJB_cjs.StatusErrorType; }
|
|
339
347
|
});
|
|
340
348
|
Object.defineProperty(exports, "TransactionState", {
|
|
341
349
|
enumerable: true,
|
|
342
|
-
get: function () { return
|
|
350
|
+
get: function () { return chunkWOSAJSJB_cjs.TransactionState; }
|
|
343
351
|
});
|
|
344
352
|
Object.defineProperty(exports, "TransferState", {
|
|
345
353
|
enumerable: true,
|
|
346
|
-
get: function () { return
|
|
354
|
+
get: function () { return chunkWOSAJSJB_cjs.TransferState; }
|
|
347
355
|
});
|