@skip-go/client 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api/getAssets.cjs +15 -0
- package/dist/api/{getAssets.d.ts → getAssets.d.cts} +2 -2
- package/dist/api/getAssetsBetweenChains.cjs +11 -0
- package/dist/api/{getAssetsBetweenChains.d.ts → getAssetsBetweenChains.d.cts} +2 -2
- package/dist/api/getBridges.cjs +11 -0
- package/dist/api/{getBridges.d.ts → getBridges.d.cts} +2 -2
- package/dist/api/getChains.cjs +11 -0
- package/dist/api/{getChains.d.ts → getChains.d.cts} +2 -2
- package/dist/api/getVenues.cjs +11 -0
- package/dist/api/{getVenues.d.ts → getVenues.d.cts} +1 -1
- package/dist/api/postAssetsFromSource.cjs +12 -0
- package/dist/api/{postAssetsFromSource.d.ts → postAssetsFromSource.d.cts} +2 -2
- package/dist/api/postBalances.cjs +11 -0
- package/dist/api/{postBalances.d.ts → postBalances.d.cts} +3 -3
- package/dist/api/postIbcOriginAssets.cjs +11 -0
- package/dist/api/{postIbcOriginAssets.d.ts → postIbcOriginAssets.d.cts} +1 -1
- package/dist/api/postMessages.cjs +11 -0
- package/dist/api/{postMessages.d.ts → postMessages.d.cts} +186 -186
- package/dist/api/postMessagesDirect.cjs +11 -0
- package/dist/api/{postMessagesDirect.d.ts → postMessagesDirect.d.cts} +185 -185
- package/dist/api/postRecommendAssets.cjs +11 -0
- package/dist/api/{postRecommendAssets.d.ts → postRecommendAssets.d.cts} +2 -2
- package/dist/api/postRoute.cjs +11 -0
- package/dist/api/{postRoute.d.ts → postRoute.d.cts} +163 -163
- package/dist/api/postSubmitTransaction.cjs +11 -0
- package/dist/api/{postSubmitTransaction.d.ts → postSubmitTransaction.d.cts} +1 -1
- package/dist/api/postTrackTransaction.cjs +11 -0
- package/dist/api/{postTrackTransaction.d.ts → postTrackTransaction.d.cts} +1 -1
- package/dist/api/postTransactionStatus.cjs +11 -0
- package/dist/api/{postTransactionStatus.d.ts → postTransactionStatus.d.cts} +3 -3
- package/dist/chunk-32MRDO7V.cjs +12 -0
- package/dist/chunk-44PBLFB5.cjs +24 -0
- package/dist/{chunk-VQ5SIQWU.js → chunk-4R6OCWRR.cjs} +3 -1
- package/dist/{chunk-SQGWZAUC.js → chunk-5IAEEEOQ.cjs} +243 -221
- package/dist/{chunk-4JJWOILI.js → chunk-77ITCT75.cjs} +5 -3
- package/dist/{chunk-3OZQ35X3.js → chunk-7OIZPQJB.cjs} +174 -111
- package/dist/{chunk-JTIHU43D.js → chunk-7SK3IFXJ.cjs} +6 -1
- package/dist/chunk-DAMZSSOH.cjs +12 -0
- package/dist/{chunk-BRMONS6A.js → chunk-ED2OY55G.cjs} +11 -5
- package/dist/{chunk-735L35R6.js → chunk-G7BBDZ7C.cjs} +208 -186
- package/dist/{chunk-W6TBGBV3.js → chunk-HAR3IXDE.cjs} +31 -1
- package/dist/chunk-ISHM4QWP.cjs +16 -0
- package/dist/{chunk-VMPFHQ7U.js → chunk-J4LI33TK.cjs} +11 -9
- package/dist/chunk-KDN7RCGP.cjs +13 -0
- package/dist/{chunk-SWYON2RG.js → chunk-KZOSEIWH.cjs} +4 -1
- package/dist/chunk-L5V5PASH.cjs +12 -0
- package/dist/chunk-LXYLWTNZ.cjs +12 -0
- package/dist/{chunk-C2EDPY6J.js → chunk-PNWIJSMA.cjs} +5 -3
- package/dist/{chunk-PRQ2NHRZ.js → chunk-RDOSNDAQ.cjs} +5 -3
- package/dist/{chunk-GARVPN2H.js → chunk-SFMBRLUS.cjs} +6 -4
- package/dist/{chunk-3N7XVGLX.js → chunk-SW3SEQMJ.cjs} +51 -47
- package/dist/chunk-URLFWBSC.cjs +11 -0
- package/dist/{chunk-KNV72XRZ.js → chunk-VI7UMBQ7.cjs} +5 -3
- package/dist/{chunk-TW77BXMT.js → chunk-ZNXE6PUV.cjs} +9 -7
- package/dist/{client-types-CxjtffyG.d.ts → client-types-qvyKvyFh.d.cts} +1 -1
- package/dist/{executeRoute-BKvMVd1I.d.ts → executeRoute-BKRpODCc.d.cts} +3 -3
- package/dist/{generateApi-DqCp36fX.d.ts → generateApi-C0amiydg.d.cts} +1 -1
- package/dist/index.cjs +209 -0
- package/dist/{index.d.ts → index.d.cts} +25 -25
- package/dist/public-functions/executeRoute.cjs +21 -0
- package/dist/public-functions/{executeRoute.d.ts → executeRoute.d.cts} +4 -4
- package/dist/public-functions/getFeeInfoForChain.cjs +14 -0
- package/dist/public-functions/{getFeeInfoForChain.d.ts → getFeeInfoForChain.d.cts} +2 -2
- package/dist/public-functions/getRecommendedGasPrice.cjs +16 -0
- package/dist/public-functions/{getRecommendedGasPrice.d.ts → getRecommendedGasPrice.d.cts} +1 -1
- package/dist/public-functions/getSigningStargateClient.cjs +13 -0
- package/dist/public-functions/setApiOptions.cjs +11 -0
- package/dist/public-functions/{setApiOptions.d.ts → setApiOptions.d.cts} +2 -2
- package/dist/public-functions/setClientOptions.cjs +13 -0
- package/dist/public-functions/setClientOptions.d.cts +9 -0
- package/dist/{setClientOptions-DbanEIwL.d.ts → setClientOptions-CT6CHI9I.d.cts} +2 -2
- package/package.json +6 -6
- package/dist/api/getAssets.js +0 -2
- package/dist/api/getAssetsBetweenChains.js +0 -2
- package/dist/api/getBridges.js +0 -2
- package/dist/api/getChains.js +0 -2
- package/dist/api/getVenues.js +0 -2
- package/dist/api/postAssetsFromSource.js +0 -3
- package/dist/api/postBalances.js +0 -2
- package/dist/api/postIbcOriginAssets.js +0 -2
- package/dist/api/postMessages.js +0 -2
- package/dist/api/postMessagesDirect.js +0 -2
- package/dist/api/postRecommendAssets.js +0 -2
- package/dist/api/postRoute.js +0 -2
- package/dist/api/postSubmitTransaction.js +0 -2
- package/dist/api/postTrackTransaction.js +0 -2
- package/dist/api/postTransactionStatus.js +0 -2
- package/dist/chunk-33K6EESX.js +0 -10
- package/dist/chunk-BQTQJQ5E.js +0 -10
- package/dist/chunk-BRJDNGYH.js +0 -22
- package/dist/chunk-DW4U6YI6.js +0 -10
- package/dist/chunk-MGVXJ2U4.js +0 -11
- package/dist/chunk-MTMPHY3Y.js +0 -9
- package/dist/chunk-RDRDFJQE.js +0 -10
- package/dist/chunk-RMP3HM5N.js +0 -14
- package/dist/index.js +0 -24
- package/dist/public-functions/executeRoute.js +0 -12
- package/dist/public-functions/getFeeInfoForChain.js +0 -5
- package/dist/public-functions/getRecommendedGasPrice.js +0 -7
- package/dist/public-functions/getSigningStargateClient.js +0 -4
- package/dist/public-functions/setApiOptions.js +0 -2
- package/dist/public-functions/setClientOptions.d.ts +0 -9
- package/dist/public-functions/setClientOptions.js +0 -4
- /package/dist/{apiState-CdzxTxYd.d.ts → apiState-CdzxTxYd.d.cts} +0 -0
- /package/dist/public-functions/{getSigningStargateClient.d.ts → getSigningStargateClient.d.cts} +0 -0
- /package/dist/{swaggerTypes-O9-gvCT1.d.ts → swaggerTypes-O9-gvCT1.d.cts} +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkED2OY55G_cjs = require('../chunk-ED2OY55G.cjs');
|
|
4
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "assets", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkED2OY55G_cjs.assets; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "transformAssetsMap", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkED2OY55G_cjs.transformAssetsMap; }
|
|
15
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
2
|
-
import { c as Asset } from '../swaggerTypes-O9-gvCT1.
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
2
|
+
import { c as Asset } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
3
3
|
|
|
4
4
|
declare const assets: (options?: ({
|
|
5
5
|
chainIds?: string[] | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkURLFWBSC_cjs = require('../chunk-URLFWBSC.cjs');
|
|
4
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "assetsBetweenChains", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkURLFWBSC_cjs.assetsBetweenChains; }
|
|
11
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { I as BridgeType } from '../swaggerTypes-O9-gvCT1.
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
1
|
+
import { I as BridgeType } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
3
3
|
|
|
4
4
|
declare const assetsBetweenChains: (options?: ({
|
|
5
5
|
sourceChainId?: string | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
2
|
-
import { ba as ContentType, I as BridgeType } from '../swaggerTypes-O9-gvCT1.
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
2
|
+
import { ba as ContentType, I as BridgeType } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
3
3
|
|
|
4
4
|
declare const bridges: (options?: ({
|
|
5
5
|
cache?: RequestCache | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { K as ChainType } from '../swaggerTypes-O9-gvCT1.
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
1
|
+
import { K as ChainType } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
3
3
|
|
|
4
4
|
declare const chains: (options?: ({
|
|
5
5
|
chainIds?: string[] | undefined;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkISHM4QWP_cjs = require('../chunk-ISHM4QWP.cjs');
|
|
4
|
+
require('../chunk-ED2OY55G.cjs');
|
|
5
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "assetsFromSource", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkISHM4QWP_cjs.assetsFromSource; }
|
|
12
|
+
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as Asset } from '../swaggerTypes-O9-gvCT1.
|
|
2
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
1
|
+
import { c as Asset } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
2
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
3
3
|
|
|
4
4
|
declare const assetsFromSource: (options?: ({
|
|
5
5
|
sourceAssetDenom: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-O9-gvCT1.
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-C0amiydg.cjs';
|
|
3
|
+
import '../swaggerTypes-O9-gvCT1.cjs';
|
|
4
4
|
|
|
5
5
|
declare const balances: (options?: ({
|
|
6
6
|
chains?: {
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkRDOSNDAQ_cjs = require('../chunk-RDOSNDAQ.cjs');
|
|
4
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "ibcOriginAssets", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkRDOSNDAQ_cjs.ibcOriginAssets; }
|
|
11
|
+
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.
|
|
2
|
-
import { I as BridgeType, f as AutopilotAction, b2 as FeeType } from '../swaggerTypes-O9-gvCT1.
|
|
3
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
1
|
+
import { S as SkipApiOptions } from '../apiState-CdzxTxYd.cjs';
|
|
2
|
+
import { I as BridgeType, f as AutopilotAction, b2 as FeeType } from '../swaggerTypes-O9-gvCT1.cjs';
|
|
3
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-C0amiydg.cjs';
|
|
4
4
|
|
|
5
5
|
declare const messages: (options?: ({
|
|
6
6
|
sourceAssetDenom: string;
|
|
@@ -11,6 +11,128 @@ declare const messages: (options?: ({
|
|
|
11
11
|
amountOut: string;
|
|
12
12
|
addressList: string[];
|
|
13
13
|
operations: ({
|
|
14
|
+
transfer?: {
|
|
15
|
+
fromChainId?: string | undefined;
|
|
16
|
+
toChainId?: string | undefined;
|
|
17
|
+
channel?: string | undefined;
|
|
18
|
+
destDenom?: string | undefined;
|
|
19
|
+
pfmEnabled?: boolean | undefined;
|
|
20
|
+
port?: string | undefined;
|
|
21
|
+
supportsMemo?: boolean | undefined;
|
|
22
|
+
denomIn?: string | undefined;
|
|
23
|
+
denomOut?: string | undefined;
|
|
24
|
+
feeAmount?: string | undefined;
|
|
25
|
+
usdFeeAmount?: string | undefined;
|
|
26
|
+
feeAsset?: {
|
|
27
|
+
chainId: string;
|
|
28
|
+
coingeckoId?: string | undefined;
|
|
29
|
+
decimals?: number | undefined;
|
|
30
|
+
denom: string;
|
|
31
|
+
description?: string | undefined;
|
|
32
|
+
isCw20: boolean;
|
|
33
|
+
isEvm: boolean;
|
|
34
|
+
isSvm: boolean;
|
|
35
|
+
logoUri?: string | undefined;
|
|
36
|
+
name?: string | undefined;
|
|
37
|
+
originChainId: string;
|
|
38
|
+
originDenom: string;
|
|
39
|
+
recommendedSymbol?: string | undefined;
|
|
40
|
+
symbol?: string | undefined;
|
|
41
|
+
tokenContract?: string | undefined;
|
|
42
|
+
trace: string;
|
|
43
|
+
} | undefined;
|
|
44
|
+
bridgeId?: BridgeType | undefined;
|
|
45
|
+
smartRelay?: boolean | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
txIndex: number;
|
|
48
|
+
amountIn: string;
|
|
49
|
+
amountOut: string;
|
|
50
|
+
} | {
|
|
51
|
+
swap?: {
|
|
52
|
+
swapIn?: {
|
|
53
|
+
swapAmountIn?: string | undefined;
|
|
54
|
+
swapOperations?: {
|
|
55
|
+
denomIn?: string | undefined;
|
|
56
|
+
denomOut?: string | undefined;
|
|
57
|
+
pool?: string | undefined;
|
|
58
|
+
interface?: string | undefined;
|
|
59
|
+
}[] | undefined;
|
|
60
|
+
swapVenue?: {
|
|
61
|
+
chainId?: string | undefined;
|
|
62
|
+
name?: string | undefined;
|
|
63
|
+
logoUri?: string | undefined;
|
|
64
|
+
} | undefined;
|
|
65
|
+
priceImpactPercent?: string | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
estimatedAffiliateFee?: string | undefined;
|
|
68
|
+
chainId?: string | undefined;
|
|
69
|
+
fromChainId?: string | undefined;
|
|
70
|
+
denomIn?: string | undefined;
|
|
71
|
+
denomOut?: string | undefined;
|
|
72
|
+
swapVenues?: {
|
|
73
|
+
chainId?: string | undefined;
|
|
74
|
+
name?: string | undefined;
|
|
75
|
+
logoUri?: string | undefined;
|
|
76
|
+
}[] | undefined;
|
|
77
|
+
} | {
|
|
78
|
+
swapOut?: {
|
|
79
|
+
swapAmountOut?: string | undefined;
|
|
80
|
+
swapOperations?: {
|
|
81
|
+
denomIn?: string | undefined;
|
|
82
|
+
denomOut?: string | undefined;
|
|
83
|
+
pool?: string | undefined;
|
|
84
|
+
interface?: string | undefined;
|
|
85
|
+
}[] | undefined;
|
|
86
|
+
swapVenue?: {
|
|
87
|
+
chainId?: string | undefined;
|
|
88
|
+
name?: string | undefined;
|
|
89
|
+
logoUri?: string | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
priceImpactPercent?: string | undefined;
|
|
92
|
+
} | undefined;
|
|
93
|
+
estimatedAffiliateFee?: string | undefined;
|
|
94
|
+
chainId?: string | undefined;
|
|
95
|
+
fromChainId?: string | undefined;
|
|
96
|
+
denomIn?: string | undefined;
|
|
97
|
+
denomOut?: string | undefined;
|
|
98
|
+
swapVenues?: {
|
|
99
|
+
chainId?: string | undefined;
|
|
100
|
+
name?: string | undefined;
|
|
101
|
+
logoUri?: string | undefined;
|
|
102
|
+
}[] | undefined;
|
|
103
|
+
} | {
|
|
104
|
+
smartSwapIn?: {
|
|
105
|
+
swapVenue?: {
|
|
106
|
+
chainId?: string | undefined;
|
|
107
|
+
name?: string | undefined;
|
|
108
|
+
logoUri?: string | undefined;
|
|
109
|
+
} | undefined;
|
|
110
|
+
swapRoutes?: {
|
|
111
|
+
swapAmountIn?: string | undefined;
|
|
112
|
+
denomIn?: string | undefined;
|
|
113
|
+
swapOperations?: {
|
|
114
|
+
denomIn?: string | undefined;
|
|
115
|
+
denomOut?: string | undefined;
|
|
116
|
+
pool?: string | undefined;
|
|
117
|
+
interface?: string | undefined;
|
|
118
|
+
}[] | undefined;
|
|
119
|
+
}[] | undefined;
|
|
120
|
+
} | undefined;
|
|
121
|
+
estimatedAffiliateFee?: string | undefined;
|
|
122
|
+
chainId?: string | undefined;
|
|
123
|
+
fromChainId?: string | undefined;
|
|
124
|
+
denomIn?: string | undefined;
|
|
125
|
+
denomOut?: string | undefined;
|
|
126
|
+
swapVenues?: {
|
|
127
|
+
chainId?: string | undefined;
|
|
128
|
+
name?: string | undefined;
|
|
129
|
+
logoUri?: string | undefined;
|
|
130
|
+
}[] | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
txIndex: number;
|
|
133
|
+
amountIn: string;
|
|
134
|
+
amountOut: string;
|
|
135
|
+
} | {
|
|
14
136
|
axelarTransfer?: {
|
|
15
137
|
asset?: string | undefined;
|
|
16
138
|
feeAmount?: string | undefined;
|
|
@@ -80,6 +202,14 @@ declare const messages: (options?: ({
|
|
|
80
202
|
txIndex: number;
|
|
81
203
|
amountIn: string;
|
|
82
204
|
amountOut: string;
|
|
205
|
+
} | {
|
|
206
|
+
bankSend?: {
|
|
207
|
+
chainId?: string | undefined;
|
|
208
|
+
denom?: string | undefined;
|
|
209
|
+
} | undefined;
|
|
210
|
+
txIndex: number;
|
|
211
|
+
amountIn: string;
|
|
212
|
+
amountOut: string;
|
|
83
213
|
} | {
|
|
84
214
|
cctpTransfer?: {
|
|
85
215
|
fromChainId?: string | undefined;
|
|
@@ -101,35 +231,14 @@ declare const messages: (options?: ({
|
|
|
101
231
|
amountIn: string;
|
|
102
232
|
amountOut: string;
|
|
103
233
|
} | {
|
|
104
|
-
|
|
234
|
+
hyperlaneTransfer?: {
|
|
105
235
|
fromChainId?: string | undefined;
|
|
106
236
|
toChainId?: string | undefined;
|
|
107
237
|
denomIn?: string | undefined;
|
|
108
238
|
denomOut?: string | undefined;
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
oftFeeAsset?: {
|
|
113
|
-
chainId: string;
|
|
114
|
-
coingeckoId?: string | undefined;
|
|
115
|
-
decimals?: number | undefined;
|
|
116
|
-
denom: string;
|
|
117
|
-
description?: string | undefined;
|
|
118
|
-
isCw20: boolean;
|
|
119
|
-
isEvm: boolean;
|
|
120
|
-
isSvm: boolean;
|
|
121
|
-
logoUri?: string | undefined;
|
|
122
|
-
name?: string | undefined;
|
|
123
|
-
originChainId: string;
|
|
124
|
-
originDenom: string;
|
|
125
|
-
recommendedSymbol?: string | undefined;
|
|
126
|
-
symbol?: string | undefined;
|
|
127
|
-
tokenContract?: string | undefined;
|
|
128
|
-
trace: string;
|
|
129
|
-
} | undefined;
|
|
130
|
-
oftFeeAmount?: string | undefined;
|
|
131
|
-
oftFeeAmountUsd?: string | undefined;
|
|
132
|
-
messagingFeeAsset?: {
|
|
239
|
+
hyperlaneContractAddress?: string | undefined;
|
|
240
|
+
feeAmount?: string | undefined;
|
|
241
|
+
feeAsset?: {
|
|
133
242
|
chainId: string;
|
|
134
243
|
coingeckoId?: string | undefined;
|
|
135
244
|
decimals?: number | undefined;
|
|
@@ -147,16 +256,9 @@ declare const messages: (options?: ({
|
|
|
147
256
|
tokenContract?: string | undefined;
|
|
148
257
|
trace: string;
|
|
149
258
|
} | undefined;
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
txIndex: number;
|
|
154
|
-
amountIn: string;
|
|
155
|
-
amountOut: string;
|
|
156
|
-
} | {
|
|
157
|
-
bankSend?: {
|
|
158
|
-
chainId?: string | undefined;
|
|
159
|
-
denom?: string | undefined;
|
|
259
|
+
usdFeeAmount?: string | undefined;
|
|
260
|
+
bridgeId?: BridgeType | undefined;
|
|
261
|
+
smartRelay?: boolean | undefined;
|
|
160
262
|
} | undefined;
|
|
161
263
|
txIndex: number;
|
|
162
264
|
amountIn: string;
|
|
@@ -180,14 +282,28 @@ declare const messages: (options?: ({
|
|
|
180
282
|
amountIn: string;
|
|
181
283
|
amountOut: string;
|
|
182
284
|
} | {
|
|
183
|
-
|
|
285
|
+
transfer?: {
|
|
184
286
|
fromChainId?: string | undefined;
|
|
185
287
|
toChainId?: string | undefined;
|
|
186
288
|
denomIn?: string | undefined;
|
|
187
289
|
denomOut?: string | undefined;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
290
|
+
opInitBridgeId?: any;
|
|
291
|
+
bridgeId?: BridgeType | undefined;
|
|
292
|
+
smartRelay?: boolean | undefined;
|
|
293
|
+
} | undefined;
|
|
294
|
+
txIndex: number;
|
|
295
|
+
amountIn: string;
|
|
296
|
+
amountOut: string;
|
|
297
|
+
} | {
|
|
298
|
+
stargateTransfer?: {
|
|
299
|
+
fromChainId?: string | undefined;
|
|
300
|
+
toChainId?: string | undefined;
|
|
301
|
+
denomIn?: string | undefined;
|
|
302
|
+
denomOut?: string | undefined;
|
|
303
|
+
bridgeId?: BridgeType | undefined;
|
|
304
|
+
poolAddress?: string | undefined;
|
|
305
|
+
destinationEndpointId?: number | undefined;
|
|
306
|
+
oftFeeAsset?: {
|
|
191
307
|
chainId: string;
|
|
192
308
|
coingeckoId?: string | undefined;
|
|
193
309
|
decimals?: number | undefined;
|
|
@@ -205,27 +321,9 @@ declare const messages: (options?: ({
|
|
|
205
321
|
tokenContract?: string | undefined;
|
|
206
322
|
trace: string;
|
|
207
323
|
} | undefined;
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
} | undefined;
|
|
212
|
-
txIndex: number;
|
|
213
|
-
amountIn: string;
|
|
214
|
-
amountOut: string;
|
|
215
|
-
} | {
|
|
216
|
-
transfer?: {
|
|
217
|
-
fromChainId?: string | undefined;
|
|
218
|
-
toChainId?: string | undefined;
|
|
219
|
-
channel?: string | undefined;
|
|
220
|
-
destDenom?: string | undefined;
|
|
221
|
-
pfmEnabled?: boolean | undefined;
|
|
222
|
-
port?: string | undefined;
|
|
223
|
-
supportsMemo?: boolean | undefined;
|
|
224
|
-
denomIn?: string | undefined;
|
|
225
|
-
denomOut?: string | undefined;
|
|
226
|
-
feeAmount?: string | undefined;
|
|
227
|
-
usdFeeAmount?: string | undefined;
|
|
228
|
-
feeAsset?: {
|
|
324
|
+
oftFeeAmount?: string | undefined;
|
|
325
|
+
oftFeeAmountUsd?: string | undefined;
|
|
326
|
+
messagingFeeAsset?: {
|
|
229
327
|
chainId: string;
|
|
230
328
|
coingeckoId?: string | undefined;
|
|
231
329
|
decimals?: number | undefined;
|
|
@@ -243,106 +341,8 @@ declare const messages: (options?: ({
|
|
|
243
341
|
tokenContract?: string | undefined;
|
|
244
342
|
trace: string;
|
|
245
343
|
} | undefined;
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
} | undefined;
|
|
249
|
-
txIndex: number;
|
|
250
|
-
amountIn: string;
|
|
251
|
-
amountOut: string;
|
|
252
|
-
} | {
|
|
253
|
-
swap?: {
|
|
254
|
-
swapIn?: {
|
|
255
|
-
swapAmountIn?: string | undefined;
|
|
256
|
-
swapOperations?: {
|
|
257
|
-
denomIn?: string | undefined;
|
|
258
|
-
denomOut?: string | undefined;
|
|
259
|
-
pool?: string | undefined;
|
|
260
|
-
interface?: string | undefined;
|
|
261
|
-
}[] | undefined;
|
|
262
|
-
swapVenue?: {
|
|
263
|
-
chainId?: string | undefined;
|
|
264
|
-
name?: string | undefined;
|
|
265
|
-
logoUri?: string | undefined;
|
|
266
|
-
} | undefined;
|
|
267
|
-
priceImpactPercent?: string | undefined;
|
|
268
|
-
} | undefined;
|
|
269
|
-
estimatedAffiliateFee?: string | undefined;
|
|
270
|
-
chainId?: string | undefined;
|
|
271
|
-
fromChainId?: string | undefined;
|
|
272
|
-
denomIn?: string | undefined;
|
|
273
|
-
denomOut?: string | undefined;
|
|
274
|
-
swapVenues?: {
|
|
275
|
-
chainId?: string | undefined;
|
|
276
|
-
name?: string | undefined;
|
|
277
|
-
logoUri?: string | undefined;
|
|
278
|
-
}[] | undefined;
|
|
279
|
-
} | {
|
|
280
|
-
swapOut?: {
|
|
281
|
-
swapAmountOut?: string | undefined;
|
|
282
|
-
swapOperations?: {
|
|
283
|
-
denomIn?: string | undefined;
|
|
284
|
-
denomOut?: string | undefined;
|
|
285
|
-
pool?: string | undefined;
|
|
286
|
-
interface?: string | undefined;
|
|
287
|
-
}[] | undefined;
|
|
288
|
-
swapVenue?: {
|
|
289
|
-
chainId?: string | undefined;
|
|
290
|
-
name?: string | undefined;
|
|
291
|
-
logoUri?: string | undefined;
|
|
292
|
-
} | undefined;
|
|
293
|
-
priceImpactPercent?: string | undefined;
|
|
294
|
-
} | undefined;
|
|
295
|
-
estimatedAffiliateFee?: string | undefined;
|
|
296
|
-
chainId?: string | undefined;
|
|
297
|
-
fromChainId?: string | undefined;
|
|
298
|
-
denomIn?: string | undefined;
|
|
299
|
-
denomOut?: string | undefined;
|
|
300
|
-
swapVenues?: {
|
|
301
|
-
chainId?: string | undefined;
|
|
302
|
-
name?: string | undefined;
|
|
303
|
-
logoUri?: string | undefined;
|
|
304
|
-
}[] | undefined;
|
|
305
|
-
} | {
|
|
306
|
-
smartSwapIn?: {
|
|
307
|
-
swapVenue?: {
|
|
308
|
-
chainId?: string | undefined;
|
|
309
|
-
name?: string | undefined;
|
|
310
|
-
logoUri?: string | undefined;
|
|
311
|
-
} | undefined;
|
|
312
|
-
swapRoutes?: {
|
|
313
|
-
swapAmountIn?: string | undefined;
|
|
314
|
-
denomIn?: string | undefined;
|
|
315
|
-
swapOperations?: {
|
|
316
|
-
denomIn?: string | undefined;
|
|
317
|
-
denomOut?: string | undefined;
|
|
318
|
-
pool?: string | undefined;
|
|
319
|
-
interface?: string | undefined;
|
|
320
|
-
}[] | undefined;
|
|
321
|
-
}[] | undefined;
|
|
322
|
-
} | undefined;
|
|
323
|
-
estimatedAffiliateFee?: string | undefined;
|
|
324
|
-
chainId?: string | undefined;
|
|
325
|
-
fromChainId?: string | undefined;
|
|
326
|
-
denomIn?: string | undefined;
|
|
327
|
-
denomOut?: string | undefined;
|
|
328
|
-
swapVenues?: {
|
|
329
|
-
chainId?: string | undefined;
|
|
330
|
-
name?: string | undefined;
|
|
331
|
-
logoUri?: string | undefined;
|
|
332
|
-
}[] | undefined;
|
|
333
|
-
} | undefined;
|
|
334
|
-
txIndex: number;
|
|
335
|
-
amountIn: string;
|
|
336
|
-
amountOut: string;
|
|
337
|
-
} | {
|
|
338
|
-
transfer?: {
|
|
339
|
-
fromChainId?: string | undefined;
|
|
340
|
-
toChainId?: string | undefined;
|
|
341
|
-
denomIn?: string | undefined;
|
|
342
|
-
denomOut?: string | undefined;
|
|
343
|
-
opInitBridgeId?: any;
|
|
344
|
-
bridgeId?: BridgeType | undefined;
|
|
345
|
-
smartRelay?: boolean | undefined;
|
|
344
|
+
messagingFeeAmount?: string | undefined;
|
|
345
|
+
messageingFeeAmountUsd?: string | undefined;
|
|
346
346
|
} | undefined;
|
|
347
347
|
txIndex: number;
|
|
348
348
|
amountIn: string;
|
|
@@ -412,15 +412,15 @@ declare const messages: (options?: ({
|
|
|
412
412
|
slippageTolerancePercent?: string | undefined;
|
|
413
413
|
timeoutSeconds?: string | undefined;
|
|
414
414
|
postRouteHandler?: {
|
|
415
|
-
autpilotMsg?: {
|
|
416
|
-
action?: AutopilotAction | undefined;
|
|
417
|
-
receiver?: string | undefined;
|
|
418
|
-
} | undefined;
|
|
419
|
-
} | {
|
|
420
415
|
wasmMsg?: {
|
|
421
416
|
contractAddress?: string | undefined;
|
|
422
417
|
msg?: string | undefined;
|
|
423
418
|
} | undefined;
|
|
419
|
+
} | {
|
|
420
|
+
autpilotMsg?: {
|
|
421
|
+
action?: AutopilotAction | undefined;
|
|
422
|
+
receiver?: string | undefined;
|
|
423
|
+
} | undefined;
|
|
424
424
|
} | undefined;
|
|
425
425
|
chainIdsToAffiliates?: {
|
|
426
426
|
[x: string]: {
|
|
@@ -435,6 +435,13 @@ declare const messages: (options?: ({
|
|
|
435
435
|
abortDuplicateRequests?: boolean | undefined;
|
|
436
436
|
}) | undefined) => Promise<{
|
|
437
437
|
msgs?: ({
|
|
438
|
+
multiChainMsg?: {
|
|
439
|
+
chainId?: string | undefined;
|
|
440
|
+
msg?: string | undefined;
|
|
441
|
+
msgTypeUrl?: string | undefined;
|
|
442
|
+
path?: string[] | undefined;
|
|
443
|
+
} | undefined;
|
|
444
|
+
} | {
|
|
438
445
|
evmTx: {
|
|
439
446
|
chainId: string;
|
|
440
447
|
data?: string | undefined;
|
|
@@ -453,26 +460,8 @@ declare const messages: (options?: ({
|
|
|
453
460
|
signerAddress?: string | undefined;
|
|
454
461
|
tx?: string | undefined;
|
|
455
462
|
};
|
|
456
|
-
} | {
|
|
457
|
-
multiChainMsg?: {
|
|
458
|
-
chainId?: string | undefined;
|
|
459
|
-
msg?: string | undefined;
|
|
460
|
-
msgTypeUrl?: string | undefined;
|
|
461
|
-
path?: string[] | undefined;
|
|
462
|
-
} | undefined;
|
|
463
463
|
})[] | undefined;
|
|
464
464
|
txs?: ({
|
|
465
|
-
cosmosTx: {
|
|
466
|
-
chainId: string;
|
|
467
|
-
path?: string[] | undefined;
|
|
468
|
-
signerAddress?: string | undefined;
|
|
469
|
-
msgs?: {
|
|
470
|
-
msg?: string | undefined;
|
|
471
|
-
msgTypeUrl?: string | undefined;
|
|
472
|
-
}[] | undefined;
|
|
473
|
-
};
|
|
474
|
-
operationsIndices?: number[] | undefined;
|
|
475
|
-
} | {
|
|
476
465
|
evmTx: {
|
|
477
466
|
chainId: string;
|
|
478
467
|
data?: string | undefined;
|
|
@@ -493,6 +482,17 @@ declare const messages: (options?: ({
|
|
|
493
482
|
tx?: string | undefined;
|
|
494
483
|
};
|
|
495
484
|
operationsIndices?: number[] | undefined;
|
|
485
|
+
} | {
|
|
486
|
+
cosmosTx: {
|
|
487
|
+
chainId: string;
|
|
488
|
+
path?: string[] | undefined;
|
|
489
|
+
signerAddress?: string | undefined;
|
|
490
|
+
msgs?: {
|
|
491
|
+
msg?: string | undefined;
|
|
492
|
+
msgTypeUrl?: string | undefined;
|
|
493
|
+
}[] | undefined;
|
|
494
|
+
};
|
|
495
|
+
operationsIndices?: number[] | undefined;
|
|
496
496
|
})[] | undefined;
|
|
497
497
|
estimatedFees?: {
|
|
498
498
|
feeType?: FeeType | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkLXYLWTNZ_cjs = require('../chunk-LXYLWTNZ.cjs');
|
|
4
|
+
require('../chunk-HAR3IXDE.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "messagesDirect", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkLXYLWTNZ_cjs.messagesDirect; }
|
|
11
|
+
});
|