@skip-go/client 1.5.1 → 1.5.3-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/cjs/api/getAssets.cjs +5 -5
  2. package/dist/cjs/api/getAssetsBetweenChains.cjs +4 -4
  3. package/dist/cjs/api/getBridges.cjs +4 -4
  4. package/dist/cjs/api/getChains.cjs +4 -4
  5. package/dist/cjs/api/getVenues.cjs +4 -4
  6. package/dist/cjs/api/postAssetsFromSource.cjs +5 -5
  7. package/dist/cjs/api/postBalances.cjs +4 -4
  8. package/dist/cjs/api/postIbcOriginAssets.cjs +4 -4
  9. package/dist/cjs/api/postMessages.cjs +4 -4
  10. package/dist/cjs/api/postMessagesDirect.cjs +4 -4
  11. package/dist/cjs/api/postRecommendAssets.cjs +4 -4
  12. package/dist/cjs/api/postRoute.cjs +4 -4
  13. package/dist/cjs/api/postSubmitTransaction.cjs +4 -4
  14. package/dist/cjs/api/postTrackTransaction.cjs +4 -4
  15. package/dist/cjs/api/postTransactionStatus.cjs +4 -4
  16. package/dist/cjs/{chunk-5HDKZVOL.cjs → chunk-262HFM6V.cjs} +2 -2
  17. package/dist/cjs/{chunk-OZUCMWNE.cjs → chunk-3NHW3XWK.cjs} +2 -2
  18. package/dist/cjs/{chunk-LHY62HPI.cjs → chunk-4MV4GLIA.cjs} +2 -2
  19. package/dist/cjs/{chunk-FNB244QI.cjs → chunk-4NGHNHAS.cjs} +6 -6
  20. package/dist/cjs/{chunk-JBKNEFXB.cjs → chunk-7SZZBUBD.cjs} +3 -3
  21. package/dist/cjs/{chunk-EZGHN6ZL.cjs → chunk-ARCCHERF.cjs} +55 -55
  22. package/dist/cjs/{chunk-ZBPDDVQ2.cjs → chunk-AW6IQ7JH.cjs} +2 -2
  23. package/dist/cjs/{chunk-KHJQE3DI.cjs → chunk-BCX2D6TE.cjs} +91 -18
  24. package/dist/cjs/{chunk-NDSHB4I6.cjs → chunk-BQDOKZFX.cjs} +15 -15
  25. package/dist/cjs/{chunk-V3FWWJG2.cjs → chunk-CZKIE576.cjs} +10 -10
  26. package/dist/cjs/chunk-EVEVOW2U.cjs +2179 -0
  27. package/dist/cjs/{chunk-A26H4FVN.cjs → chunk-FF5UWES6.cjs} +4 -4
  28. package/dist/cjs/chunk-GGSF5JZH.cjs +101 -0
  29. package/dist/cjs/chunk-GWRZ6MPC.cjs +2179 -0
  30. package/dist/cjs/{chunk-N5V3YW5K.cjs → chunk-H2T4LMS2.cjs} +10 -10
  31. package/dist/cjs/{chunk-ERGJBZUC.cjs → chunk-HFEMNOJS.cjs} +12 -18
  32. package/dist/cjs/chunk-I6VYDEUV.cjs +454 -0
  33. package/dist/cjs/{chunk-RVXCF6AL.cjs → chunk-J7HZ6VJE.cjs} +10 -10
  34. package/dist/cjs/{chunk-QPM7H2YL.cjs → chunk-JWWJIJUE.cjs} +2 -2
  35. package/dist/cjs/{chunk-RCGCQD6T.cjs → chunk-KWH6S7PB.cjs} +8 -6
  36. package/dist/cjs/{chunk-QZ2BGX6O.cjs → chunk-MOWOIPUG.cjs} +4 -4
  37. package/dist/cjs/{chunk-LUVMRHAJ.cjs → chunk-PLO5CVGN.cjs} +2 -2
  38. package/dist/cjs/{chunk-N4UW74AG.cjs → chunk-QAHHTQ7V.cjs} +4 -4
  39. package/dist/cjs/{chunk-X5AJHZ2J.cjs → chunk-RBM66GW6.cjs} +2 -2
  40. package/dist/cjs/{chunk-AXYRULAI.cjs → chunk-S3BKLN4L.cjs} +2 -2
  41. package/dist/cjs/{chunk-5AYPH3ZR.cjs → chunk-T5EGKQAT.cjs} +2 -2
  42. package/dist/cjs/{chunk-5CB6SPCX.cjs → chunk-UY5LWG5D.cjs} +2 -2
  43. package/dist/cjs/chunk-W6ID22B6.cjs +24 -0
  44. package/dist/{esm/chunk-VQ5SIQWU.js → cjs/chunk-WKYP2NMS.cjs} +11 -7
  45. package/dist/cjs/{chunk-23YF4LFI.cjs → chunk-XCFPRLX3.cjs} +10 -7
  46. package/dist/cjs/{chunk-EJMC4JXF.cjs → chunk-ZBJZTBIW.cjs} +2 -2
  47. package/dist/cjs/index.cjs +188 -250
  48. package/dist/cjs/public-functions/executeMultipleRoutes.cjs +26 -16
  49. package/dist/cjs/public-functions/executeRoute.cjs +26 -16
  50. package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
  51. package/dist/cjs/public-functions/getFeeInfoForChain.cjs +5 -6
  52. package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +7 -8
  53. package/dist/cjs/public-functions/getRouteWithGasOnReceive.cjs +39 -0
  54. package/dist/cjs/public-functions/getSigningStargateClient.cjs +5 -5
  55. package/dist/cjs/public-functions/setApiOptions.cjs +4 -4
  56. package/dist/cjs/public-functions/setClientOptions.cjs +5 -5
  57. package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +9 -9
  58. package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +7 -7
  59. package/dist/cjs/public-functions/waitForTransaction.cjs +6 -6
  60. package/dist/esm/api/getAssets.d.ts +2 -2
  61. package/dist/esm/api/getAssets.js +3 -3
  62. package/dist/esm/api/getAssetsBetweenChains.d.ts +22 -22
  63. package/dist/esm/api/getAssetsBetweenChains.js +3 -3
  64. package/dist/esm/api/getBridges.d.ts +2 -2
  65. package/dist/esm/api/getBridges.js +3 -3
  66. package/dist/esm/api/getChains.d.ts +2 -2
  67. package/dist/esm/api/getChains.js +3 -3
  68. package/dist/esm/api/getVenues.d.ts +1 -1
  69. package/dist/esm/api/getVenues.js +3 -3
  70. package/dist/esm/api/postAssetsFromSource.d.ts +2 -2
  71. package/dist/esm/api/postAssetsFromSource.js +4 -4
  72. package/dist/esm/api/postBalances.d.ts +3 -3
  73. package/dist/esm/api/postBalances.js +3 -3
  74. package/dist/esm/api/postIbcOriginAssets.d.ts +11 -11
  75. package/dist/esm/api/postIbcOriginAssets.js +3 -3
  76. package/dist/esm/api/postMessages.d.ts +13 -13
  77. package/dist/esm/api/postMessages.js +3 -3
  78. package/dist/esm/api/postMessagesDirect.d.ts +164 -162
  79. package/dist/esm/api/postMessagesDirect.js +3 -3
  80. package/dist/esm/api/postRecommendAssets.d.ts +12 -12
  81. package/dist/esm/api/postRecommendAssets.js +3 -3
  82. package/dist/esm/api/postRoute.d.ts +162 -160
  83. package/dist/esm/api/postRoute.js +3 -3
  84. package/dist/esm/api/postSubmitTransaction.d.ts +3 -3
  85. package/dist/esm/api/postSubmitTransaction.js +3 -3
  86. package/dist/esm/api/postTrackTransaction.d.ts +3 -3
  87. package/dist/esm/api/postTrackTransaction.js +3 -3
  88. package/dist/esm/api/postTransactionStatus.d.ts +37 -37
  89. package/dist/esm/api/postTransactionStatus.js +3 -3
  90. package/dist/esm/{apiState-DwZhwVul.d.ts → apiState-1VvikVK-.d.ts} +1 -0
  91. package/dist/esm/{callbacks-DCqqd0D9.d.ts → callbacks-C-KUJnDv.d.ts} +34 -4
  92. package/dist/esm/{chunk-APRMN34M.js → chunk-3WFXBPS2.js} +1 -1
  93. package/dist/esm/{chunk-3XOGEVJL.js → chunk-44IX6KPJ.js} +1 -1
  94. package/dist/esm/{chunk-VZGOU6MB.js → chunk-47HN6VKU.js} +3 -3
  95. package/dist/esm/{chunk-XYYXRVFN.js → chunk-5IXH2QPF.js} +86 -16
  96. package/dist/esm/{chunk-WBZVMPPV.js → chunk-6M7N6EAO.js} +7 -4
  97. package/dist/esm/{chunk-7X4ERB3R.js → chunk-AUNRER4I.js} +1 -1
  98. package/dist/esm/{chunk-562J5DCB.js → chunk-DL374PFE.js} +4 -4
  99. package/dist/esm/chunk-FDRLM2JD.js +431 -0
  100. package/dist/esm/{chunk-52PEBJRQ.js → chunk-FNTPI2AV.js} +1 -1
  101. package/dist/esm/{chunk-3J5IMMMB.js → chunk-H3MY23AH.js} +1 -1
  102. package/dist/esm/{chunk-JQ4F4WBG.js → chunk-HDW6XFWX.js} +1 -1
  103. package/dist/esm/{chunk-LHNGF5J2.js → chunk-HELQO7PA.js} +2 -2
  104. package/dist/esm/{chunk-W5EGS2G4.js → chunk-IGK7LJCM.js} +8 -8
  105. package/dist/esm/{chunk-AND7HVIU.js → chunk-IHSSWY3M.js} +1 -1
  106. package/dist/esm/{chunk-2DD5F6PK.js → chunk-JNVGNIOE.js} +2 -2
  107. package/dist/{cjs/chunk-4R6OCWRR.cjs → esm/chunk-JYYCFKB4.js} +8 -9
  108. package/dist/esm/chunk-KNXMSLOB.js +1 -1
  109. package/dist/esm/{chunk-Y2YCODZK.js → chunk-KXQ2ASHQ.js} +1 -1
  110. package/dist/esm/{chunk-ZOUYAZU6.js → chunk-MYGJGC62.js} +1 -1
  111. package/dist/esm/{chunk-ZI3SYUQH.js → chunk-RFJYCJK4.js} +1 -1
  112. package/dist/esm/{chunk-FVQFGEL2.js → chunk-RHLE3EW7.js} +6 -6
  113. package/dist/esm/chunk-RJ35JBT4.js +2154 -0
  114. package/dist/esm/{chunk-BZDVQMHK.js → chunk-SOVU5NCL.js} +2 -2
  115. package/dist/esm/{chunk-QIS6ILPS.js → chunk-TNIGHYH2.js} +3 -3
  116. package/dist/esm/{chunk-FH2YHZVV.js → chunk-UBVBVJPY.js} +5 -3
  117. package/dist/esm/chunk-UIDIKXMB.js +1 -1
  118. package/dist/esm/{chunk-A6KSECAH.js → chunk-VGCTTJO7.js} +12 -18
  119. package/dist/esm/{chunk-OTS5KO43.js → chunk-VWOMKMH2.js} +1 -1
  120. package/dist/esm/chunk-X2IBEHMZ.js +2154 -0
  121. package/dist/esm/chunk-XHLXJGVB.js +22 -0
  122. package/dist/esm/{chunk-S4RO2LHD.js → chunk-YGQ4NKTM.js} +1 -1
  123. package/dist/esm/{chunk-UI3SIFZN.js → chunk-YLVUKXLR.js} +1 -1
  124. package/dist/esm/chunk-YWG4XR5A.js +98 -0
  125. package/dist/esm/{client-types-BSZasIDd.d.ts → client-types-CGMuZ3zo.d.ts} +2 -2
  126. package/dist/esm/{generateApi-CwM4Ca30.d.ts → generateApi-D_-Gso-x.d.ts} +1 -1
  127. package/dist/esm/index.d.ts +167 -144
  128. package/dist/esm/index.js +25 -174
  129. package/dist/esm/public-functions/executeMultipleRoutes.d.ts +31 -11
  130. package/dist/esm/public-functions/executeMultipleRoutes.js +25 -15
  131. package/dist/esm/public-functions/executeRoute.d.ts +5 -5
  132. package/dist/esm/public-functions/executeRoute.js +25 -15
  133. package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
  134. package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +4 -4
  135. package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
  136. package/dist/esm/public-functions/getFeeInfoForChain.d.ts +2 -2
  137. package/dist/esm/public-functions/getFeeInfoForChain.js +4 -5
  138. package/dist/esm/public-functions/getRecommendedGasPrice.d.ts +1 -1
  139. package/dist/esm/public-functions/getRecommendedGasPrice.js +6 -7
  140. package/dist/esm/public-functions/getRouteWithGasOnReceive.d.ts +20 -0
  141. package/dist/esm/public-functions/getRouteWithGasOnReceive.js +30 -0
  142. package/dist/esm/public-functions/getSigningStargateClient.js +4 -4
  143. package/dist/esm/public-functions/setApiOptions.d.ts +3 -3
  144. package/dist/esm/public-functions/setApiOptions.js +3 -3
  145. package/dist/esm/public-functions/setClientOptions.d.ts +5 -5
  146. package/dist/esm/public-functions/setClientOptions.js +4 -4
  147. package/dist/esm/public-functions/subscribeToRouteStatus.d.ts +5 -5
  148. package/dist/esm/public-functions/subscribeToRouteStatus.js +5 -5
  149. package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +5 -5
  150. package/dist/esm/public-functions/validateCosmosGasBalance.js +6 -6
  151. package/dist/esm/public-functions/waitForTransaction.d.ts +39 -39
  152. package/dist/esm/public-functions/waitForTransaction.js +5 -5
  153. package/dist/esm/setClientOptions-C8g92xTm.d.ts +76 -0
  154. package/dist/esm/{swaggerTypes-Bh6hu5Q-.d.ts → swaggerTypes-B_jKfpvz.d.ts} +154 -132
  155. package/package.json +1 -1
  156. package/dist/esm/setClientOptions-0DYCj_A5.d.ts +0 -19
  157. package/dist/cjs/{chunk-IDDRJJO5.cjs → chunk-DLT6Q6RB.cjs} +1 -1
  158. package/dist/esm/{chunk-OQDBWVET.js → chunk-QL423UEF.js} +1 -1
@@ -1,6 +1,6 @@
1
- import { J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-Bh6hu5Q-.js';
2
- import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
3
- import { A as ApiRequest } from '../generateApi-CwM4Ca30.js';
1
+ import { J as BridgeType, ap as RoutePriceWarningType, b3 as FeeType, b4 as FeeBehavior } from '../swaggerTypes-B_jKfpvz.js';
2
+ import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
3
+ import { A as ApiRequest } from '../generateApi-D_-Gso-x.js';
4
4
 
5
5
  declare const route: (request: RouteRequest) => Promise<{
6
6
  amountIn: string;
@@ -13,72 +13,72 @@ declare const route: (request: RouteRequest) => Promise<{
13
13
  estimatedAmountOut: string;
14
14
  operations: ({
15
15
  axelarTransfer?: {
16
+ fromChainId?: string | undefined;
17
+ toChainId?: string | undefined;
16
18
  asset?: string | undefined;
19
+ shouldUnwrap?: boolean | undefined;
20
+ denomIn?: string | undefined;
21
+ denomOut?: string | undefined;
17
22
  feeAmount?: string | undefined;
23
+ usdFeeAmount?: string | undefined;
18
24
  feeAsset?: {
19
- chainId: string;
20
- coingeckoId?: string | undefined;
21
- decimals?: number | undefined;
22
25
  denom: string;
23
- description?: string | undefined;
26
+ chainId: string;
27
+ originDenom: string;
28
+ originChainId: string;
29
+ trace: string;
24
30
  isCw20: boolean;
25
31
  isEvm: boolean;
26
32
  isSvm: boolean;
27
- logoUri?: string | undefined;
28
- name?: string | undefined;
29
- originChainId: string;
30
- originDenom: string;
31
- recommendedSymbol?: string | undefined;
32
33
  symbol?: string | undefined;
34
+ name?: string | undefined;
35
+ logoUri?: string | undefined;
36
+ decimals?: number | undefined;
33
37
  tokenContract?: string | undefined;
34
- trace: string;
38
+ description?: string | undefined;
39
+ coingeckoId?: string | undefined;
40
+ recommendedSymbol?: string | undefined;
35
41
  } | undefined;
36
- fromChain?: string | undefined;
37
- fromChainId?: string | undefined;
38
42
  isTestnet?: boolean | undefined;
39
- shouldUnwrap?: boolean | undefined;
40
- toChain?: string | undefined;
41
- toChainId?: string | undefined;
42
- denomIn?: string | undefined;
43
- denomOut?: string | undefined;
44
- usdFeeAmount?: string | undefined;
45
43
  ibcTransferToAxelar?: {
44
+ port?: string | undefined;
45
+ channel?: string | undefined;
46
46
  fromChainId?: string | undefined;
47
47
  toChainId?: string | undefined;
48
- channel?: string | undefined;
49
- destDenom?: string | undefined;
50
48
  pfmEnabled?: boolean | undefined;
51
- port?: string | undefined;
52
49
  supportsMemo?: boolean | undefined;
53
50
  denomIn?: string | undefined;
54
51
  denomOut?: string | undefined;
55
52
  feeAmount?: string | undefined;
56
- toChainEntryContractAddress?: string | undefined;
57
- toChainCallbackContractAddress?: string | undefined;
58
53
  usdFeeAmount?: string | undefined;
59
54
  feeAsset?: {
60
- chainId: string;
61
- coingeckoId?: string | undefined;
62
- decimals?: number | undefined;
63
55
  denom: string;
64
- description?: string | undefined;
56
+ chainId: string;
57
+ originDenom: string;
58
+ originChainId: string;
59
+ trace: string;
65
60
  isCw20: boolean;
66
61
  isEvm: boolean;
67
62
  isSvm: boolean;
68
- logoUri?: string | undefined;
69
- name?: string | undefined;
70
- originChainId: string;
71
- originDenom: string;
72
- recommendedSymbol?: string | undefined;
73
63
  symbol?: string | undefined;
64
+ name?: string | undefined;
65
+ logoUri?: string | undefined;
66
+ decimals?: number | undefined;
74
67
  tokenContract?: string | undefined;
75
- trace: string;
68
+ description?: string | undefined;
69
+ coingeckoId?: string | undefined;
70
+ recommendedSymbol?: string | undefined;
76
71
  } | undefined;
77
72
  bridgeId?: BridgeType | undefined;
78
73
  smartRelay?: boolean | undefined;
74
+ toChainEntryContractAddress?: string | undefined;
75
+ toChainCallbackContractAddress?: string | undefined;
76
+ destDenom?: string | undefined;
79
77
  } | undefined;
80
78
  bridgeId?: BridgeType | undefined;
81
79
  smartRelay?: boolean | undefined;
80
+ fromChain?: string | undefined;
81
+ toChain?: string | undefined;
82
82
  } | undefined;
83
83
  txIndex: number;
84
84
  amountIn: string;
@@ -94,10 +94,10 @@ declare const route: (request: RouteRequest) => Promise<{
94
94
  smartRelay?: boolean | undefined;
95
95
  smartRelayFeeQuote?: {
96
96
  feeAmount?: string | undefined;
97
- feeDenom?: string | undefined;
98
- feePaymentAddress?: string | undefined;
99
97
  relayerAddress?: string | undefined;
100
98
  expiration?: string | undefined;
99
+ feeDenom?: string | undefined;
100
+ feePaymentAddress?: string | undefined;
101
101
  } | undefined;
102
102
  } | undefined;
103
103
  txIndex: number;
@@ -109,49 +109,49 @@ declare const route: (request: RouteRequest) => Promise<{
109
109
  toChainId?: string | undefined;
110
110
  denomIn?: string | undefined;
111
111
  denomOut?: string | undefined;
112
- bridgeId?: BridgeType | undefined;
113
112
  poolAddress?: string | undefined;
114
113
  destinationEndpointId?: number | undefined;
115
114
  oftFeeAsset?: {
116
- chainId: string;
117
- coingeckoId?: string | undefined;
118
- decimals?: number | undefined;
119
115
  denom: string;
120
- description?: string | undefined;
116
+ chainId: string;
117
+ originDenom: string;
118
+ originChainId: string;
119
+ trace: string;
121
120
  isCw20: boolean;
122
121
  isEvm: boolean;
123
122
  isSvm: boolean;
124
- logoUri?: string | undefined;
125
- name?: string | undefined;
126
- originChainId: string;
127
- originDenom: string;
128
- recommendedSymbol?: string | undefined;
129
123
  symbol?: string | undefined;
124
+ name?: string | undefined;
125
+ logoUri?: string | undefined;
126
+ decimals?: number | undefined;
130
127
  tokenContract?: string | undefined;
131
- trace: string;
128
+ description?: string | undefined;
129
+ coingeckoId?: string | undefined;
130
+ recommendedSymbol?: string | undefined;
132
131
  } | undefined;
133
132
  oftFeeAmount?: string | undefined;
134
133
  oftFeeAmountUsd?: string | undefined;
135
134
  messagingFeeAsset?: {
136
- chainId: string;
137
- coingeckoId?: string | undefined;
138
- decimals?: number | undefined;
139
135
  denom: string;
140
- description?: string | undefined;
136
+ chainId: string;
137
+ originDenom: string;
138
+ originChainId: string;
139
+ trace: string;
141
140
  isCw20: boolean;
142
141
  isEvm: boolean;
143
142
  isSvm: boolean;
144
- logoUri?: string | undefined;
145
- name?: string | undefined;
146
- originChainId: string;
147
- originDenom: string;
148
- recommendedSymbol?: string | undefined;
149
143
  symbol?: string | undefined;
144
+ name?: string | undefined;
145
+ logoUri?: string | undefined;
146
+ decimals?: number | undefined;
150
147
  tokenContract?: string | undefined;
151
- trace: string;
148
+ description?: string | undefined;
149
+ coingeckoId?: string | undefined;
150
+ recommendedSymbol?: string | undefined;
152
151
  } | undefined;
153
152
  messagingFeeAmount?: string | undefined;
154
153
  messagingFeeAmountUsd?: string | undefined;
154
+ bridgeId?: BridgeType | undefined;
155
155
  } | undefined;
156
156
  txIndex: number;
157
157
  amountIn: string;
@@ -160,29 +160,24 @@ declare const route: (request: RouteRequest) => Promise<{
160
160
  goFastTransfer?: {
161
161
  fromChainId?: string | undefined;
162
162
  toChainId?: string | undefined;
163
- bridgeId?: BridgeType | undefined;
164
- denomIn?: string | undefined;
165
- denomOut?: string | undefined;
166
- sourceDomain?: string | undefined;
167
- destinationDomain?: string | undefined;
168
163
  fee?: {
169
164
  feeAsset: {
170
- chainId: string;
171
- coingeckoId?: string | undefined;
172
- decimals?: number | undefined;
173
165
  denom: string;
174
- description?: string | undefined;
166
+ chainId: string;
167
+ originDenom: string;
168
+ originChainId: string;
169
+ trace: string;
175
170
  isCw20: boolean;
176
171
  isEvm: boolean;
177
172
  isSvm: boolean;
178
- logoUri?: string | undefined;
179
- name?: string | undefined;
180
- originChainId: string;
181
- originDenom: string;
182
- recommendedSymbol?: string | undefined;
183
173
  symbol?: string | undefined;
174
+ name?: string | undefined;
175
+ logoUri?: string | undefined;
176
+ decimals?: number | undefined;
184
177
  tokenContract?: string | undefined;
185
- trace: string;
178
+ description?: string | undefined;
179
+ coingeckoId?: string | undefined;
180
+ recommendedSymbol?: string | undefined;
186
181
  };
187
182
  bpsFee?: string | undefined;
188
183
  bpsFeeAmount?: string | undefined;
@@ -192,6 +187,11 @@ declare const route: (request: RouteRequest) => Promise<{
192
187
  destinationChainFeeAmount?: string | undefined;
193
188
  destinationChainFeeUsd?: string | undefined;
194
189
  } | undefined;
190
+ bridgeId?: BridgeType | undefined;
191
+ denomIn?: string | undefined;
192
+ denomOut?: string | undefined;
193
+ sourceDomain?: string | undefined;
194
+ destinationDomain?: string | undefined;
195
195
  } | undefined;
196
196
  txIndex: number;
197
197
  amountIn: string;
@@ -230,25 +230,25 @@ declare const route: (request: RouteRequest) => Promise<{
230
230
  denomOut?: string | undefined;
231
231
  hyperlaneContractAddress?: string | undefined;
232
232
  feeAmount?: string | undefined;
233
+ usdFeeAmount?: string | undefined;
233
234
  feeAsset?: {
234
- chainId: string;
235
- coingeckoId?: string | undefined;
236
- decimals?: number | undefined;
237
235
  denom: string;
238
- description?: string | undefined;
236
+ chainId: string;
237
+ originDenom: string;
238
+ originChainId: string;
239
+ trace: string;
239
240
  isCw20: boolean;
240
241
  isEvm: boolean;
241
242
  isSvm: boolean;
242
- logoUri?: string | undefined;
243
- name?: string | undefined;
244
- originChainId: string;
245
- originDenom: string;
246
- recommendedSymbol?: string | undefined;
247
243
  symbol?: string | undefined;
244
+ name?: string | undefined;
245
+ logoUri?: string | undefined;
246
+ decimals?: number | undefined;
248
247
  tokenContract?: string | undefined;
249
- trace: string;
248
+ description?: string | undefined;
249
+ coingeckoId?: string | undefined;
250
+ recommendedSymbol?: string | undefined;
250
251
  } | undefined;
251
- usdFeeAmount?: string | undefined;
252
252
  bridgeId?: BridgeType | undefined;
253
253
  smartRelay?: boolean | undefined;
254
254
  } | undefined;
@@ -257,39 +257,39 @@ declare const route: (request: RouteRequest) => Promise<{
257
257
  amountOut: string;
258
258
  } | {
259
259
  transfer?: {
260
+ port?: string | undefined;
261
+ channel?: string | undefined;
260
262
  fromChainId?: string | undefined;
261
263
  toChainId?: string | undefined;
262
- channel?: string | undefined;
263
- destDenom?: string | undefined;
264
264
  pfmEnabled?: boolean | undefined;
265
- port?: string | undefined;
266
265
  supportsMemo?: boolean | undefined;
267
266
  denomIn?: string | undefined;
268
267
  denomOut?: string | undefined;
269
268
  feeAmount?: string | undefined;
270
- toChainEntryContractAddress?: string | undefined;
271
- toChainCallbackContractAddress?: string | undefined;
272
269
  usdFeeAmount?: string | undefined;
273
270
  feeAsset?: {
274
- chainId: string;
275
- coingeckoId?: string | undefined;
276
- decimals?: number | undefined;
277
271
  denom: string;
278
- description?: string | undefined;
272
+ chainId: string;
273
+ originDenom: string;
274
+ originChainId: string;
275
+ trace: string;
279
276
  isCw20: boolean;
280
277
  isEvm: boolean;
281
278
  isSvm: boolean;
282
- logoUri?: string | undefined;
283
- name?: string | undefined;
284
- originChainId: string;
285
- originDenom: string;
286
- recommendedSymbol?: string | undefined;
287
279
  symbol?: string | undefined;
280
+ name?: string | undefined;
281
+ logoUri?: string | undefined;
282
+ decimals?: number | undefined;
288
283
  tokenContract?: string | undefined;
289
- trace: string;
284
+ description?: string | undefined;
285
+ coingeckoId?: string | undefined;
286
+ recommendedSymbol?: string | undefined;
290
287
  } | undefined;
291
288
  bridgeId?: BridgeType | undefined;
292
289
  smartRelay?: boolean | undefined;
290
+ toChainEntryContractAddress?: string | undefined;
291
+ toChainCallbackContractAddress?: string | undefined;
292
+ destDenom?: string | undefined;
293
293
  } | undefined;
294
294
  txIndex: number;
295
295
  amountIn: string;
@@ -297,23 +297,24 @@ declare const route: (request: RouteRequest) => Promise<{
297
297
  } | {
298
298
  swap?: {
299
299
  swapIn?: {
300
- swapAmountIn?: string | undefined;
300
+ swapVenue?: {
301
+ chainId?: string | undefined;
302
+ name?: string | undefined;
303
+ logoUri?: string | undefined;
304
+ } | undefined;
301
305
  swapOperations?: {
302
306
  denomIn?: string | undefined;
303
307
  denomOut?: string | undefined;
304
308
  pool?: string | undefined;
305
309
  interface?: string | undefined;
306
310
  }[] | undefined;
307
- swapVenue?: {
308
- chainId?: string | undefined;
309
- name?: string | undefined;
310
- logoUri?: string | undefined;
311
- } | undefined;
311
+ swapAmountIn?: string | undefined;
312
312
  priceImpactPercent?: string | undefined;
313
+ estimatedAmountOut?: string | undefined;
313
314
  } | undefined;
314
315
  estimatedAffiliateFee?: string | undefined;
315
- chainId?: string | undefined;
316
316
  fromChainId?: string | undefined;
317
+ chainId?: string | undefined;
317
318
  denomIn?: string | undefined;
318
319
  denomOut?: string | undefined;
319
320
  swapVenues?: {
@@ -323,23 +324,23 @@ declare const route: (request: RouteRequest) => Promise<{
323
324
  }[] | undefined;
324
325
  } | {
325
326
  swapOut?: {
326
- swapAmountOut?: string | undefined;
327
+ swapVenue?: {
328
+ chainId?: string | undefined;
329
+ name?: string | undefined;
330
+ logoUri?: string | undefined;
331
+ } | undefined;
327
332
  swapOperations?: {
328
333
  denomIn?: string | undefined;
329
334
  denomOut?: string | undefined;
330
335
  pool?: string | undefined;
331
336
  interface?: string | undefined;
332
337
  }[] | undefined;
333
- swapVenue?: {
334
- chainId?: string | undefined;
335
- name?: string | undefined;
336
- logoUri?: string | undefined;
337
- } | undefined;
338
+ swapAmountOut?: string | undefined;
338
339
  priceImpactPercent?: string | undefined;
339
340
  } | undefined;
340
341
  estimatedAffiliateFee?: string | undefined;
341
- chainId?: string | undefined;
342
342
  fromChainId?: string | undefined;
343
+ chainId?: string | undefined;
343
344
  denomIn?: string | undefined;
344
345
  denomOut?: string | undefined;
345
346
  swapVenues?: {
@@ -364,10 +365,11 @@ declare const route: (request: RouteRequest) => Promise<{
364
365
  interface?: string | undefined;
365
366
  }[] | undefined;
366
367
  }[] | undefined;
368
+ estimatedAmountOut?: string | undefined;
367
369
  } | undefined;
368
370
  estimatedAffiliateFee?: string | undefined;
369
- chainId?: string | undefined;
370
371
  fromChainId?: string | undefined;
372
+ chainId?: string | undefined;
371
373
  denomIn?: string | undefined;
372
374
  denomOut?: string | undefined;
373
375
  swapVenues?: {
@@ -392,6 +394,39 @@ declare const route: (request: RouteRequest) => Promise<{
392
394
  txIndex: number;
393
395
  amountIn: string;
394
396
  amountOut: string;
397
+ } | {
398
+ layerZeroTransfer?: {
399
+ fromChainId: string;
400
+ toChainId: string;
401
+ denomIn: string;
402
+ denomOut: string;
403
+ sourceOftContractAddress: string;
404
+ destinationEndpointId: number;
405
+ messagingFeeAsset: {
406
+ denom: string;
407
+ chainId: string;
408
+ originDenom: string;
409
+ originChainId: string;
410
+ trace: string;
411
+ isCw20: boolean;
412
+ isEvm: boolean;
413
+ isSvm: boolean;
414
+ symbol?: string | undefined;
415
+ name?: string | undefined;
416
+ logoUri?: string | undefined;
417
+ decimals?: number | undefined;
418
+ tokenContract?: string | undefined;
419
+ description?: string | undefined;
420
+ coingeckoId?: string | undefined;
421
+ recommendedSymbol?: string | undefined;
422
+ };
423
+ messagingFeeAmount: string;
424
+ messagingFeeAmountUsd: string;
425
+ bridgeId: BridgeType;
426
+ } | undefined;
427
+ txIndex: number;
428
+ amountIn: string;
429
+ amountOut: string;
395
430
  } | {
396
431
  eurekaTransfer?: {
397
432
  destinationPort?: string | undefined;
@@ -408,10 +443,10 @@ declare const route: (request: RouteRequest) => Promise<{
408
443
  smartRelay?: boolean | undefined;
409
444
  smartRelayFeeQuote?: {
410
445
  feeAmount?: string | undefined;
411
- feeDenom?: string | undefined;
412
- feePaymentAddress?: string | undefined;
413
446
  relayerAddress?: string | undefined;
414
447
  expiration?: string | undefined;
448
+ feeDenom?: string | undefined;
449
+ feePaymentAddress?: string | undefined;
415
450
  } | undefined;
416
451
  toChainCallbackContractAddress?: string | undefined;
417
452
  toChainEntryContractAddress?: string | undefined;
@@ -419,39 +454,6 @@ declare const route: (request: RouteRequest) => Promise<{
419
454
  txIndex: number;
420
455
  amountIn: string;
421
456
  amountOut: string;
422
- } | {
423
- layerZeroTransfer?: {
424
- fromChainId: string;
425
- toChainId: string;
426
- denomIn: string;
427
- denomOut: string;
428
- sourceOftContractAddress: string;
429
- destinationEndpointId: number;
430
- messagingFeeAsset: {
431
- chainId: string;
432
- coingeckoId?: string | undefined;
433
- decimals?: number | undefined;
434
- denom: string;
435
- description?: string | undefined;
436
- isCw20: boolean;
437
- isEvm: boolean;
438
- isSvm: boolean;
439
- logoUri?: string | undefined;
440
- name?: string | undefined;
441
- originChainId: string;
442
- originDenom: string;
443
- recommendedSymbol?: string | undefined;
444
- symbol?: string | undefined;
445
- tokenContract?: string | undefined;
446
- trace: string;
447
- };
448
- messagingFeeAmount: string;
449
- messagingFeeAmountUsd: string;
450
- bridgeId: BridgeType;
451
- } | undefined;
452
- txIndex: number;
453
- amountIn: string;
454
- amountOut: string;
455
457
  })[];
456
458
  sourceAssetChainId: string;
457
459
  sourceAssetDenom: string;
@@ -474,22 +476,22 @@ declare const route: (request: RouteRequest) => Promise<{
474
476
  amount?: string | undefined;
475
477
  usdAmount?: string | undefined;
476
478
  originAsset: {
477
- chainId: string;
478
- coingeckoId?: string | undefined;
479
- decimals?: number | undefined;
480
479
  denom: string;
481
- description?: string | undefined;
480
+ chainId: string;
481
+ originDenom: string;
482
+ originChainId: string;
483
+ trace: string;
482
484
  isCw20: boolean;
483
485
  isEvm: boolean;
484
486
  isSvm: boolean;
485
- logoUri?: string | undefined;
486
- name?: string | undefined;
487
- originChainId: string;
488
- originDenom: string;
489
- recommendedSymbol?: string | undefined;
490
487
  symbol?: string | undefined;
488
+ name?: string | undefined;
489
+ logoUri?: string | undefined;
490
+ decimals?: number | undefined;
491
491
  tokenContract?: string | undefined;
492
- trace: string;
492
+ description?: string | undefined;
493
+ coingeckoId?: string | undefined;
494
+ recommendedSymbol?: string | undefined;
493
495
  };
494
496
  chainId?: string | undefined;
495
497
  txIndex?: number | undefined;
@@ -1,3 +1,3 @@
1
- export { route } from '../chunk-OTS5KO43.js';
2
- import '../chunk-A6KSECAH.js';
3
- import '../chunk-OQDBWVET.js';
1
+ export { route } from '../chunk-VWOMKMH2.js';
2
+ import '../chunk-VGCTTJO7.js';
3
+ import '../chunk-QL423UEF.js';
@@ -1,6 +1,6 @@
1
- import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
2
- import { A as ApiRequest, a as ApiResponse } from '../generateApi-CwM4Ca30.js';
3
- import '../swaggerTypes-Bh6hu5Q-.js';
1
+ import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
2
+ import { A as ApiRequest, a as ApiResponse } from '../generateApi-D_-Gso-x.js';
3
+ import '../swaggerTypes-B_jKfpvz.js';
4
4
 
5
5
  declare const submitTransaction: (options?: ({
6
6
  tx?: string | undefined;
@@ -1,3 +1,3 @@
1
- export { submitTransaction } from '../chunk-JQ4F4WBG.js';
2
- import '../chunk-A6KSECAH.js';
3
- import '../chunk-OQDBWVET.js';
1
+ export { submitTransaction } from '../chunk-HDW6XFWX.js';
2
+ import '../chunk-VGCTTJO7.js';
3
+ import '../chunk-QL423UEF.js';
@@ -1,6 +1,6 @@
1
- import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
2
- import { A as ApiRequest, P as PollingProps } from '../generateApi-CwM4Ca30.js';
3
- import '../swaggerTypes-Bh6hu5Q-.js';
1
+ import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
2
+ import { A as ApiRequest, P as PollingProps } from '../generateApi-D_-Gso-x.js';
3
+ import '../swaggerTypes-B_jKfpvz.js';
4
4
 
5
5
  type TrackTxRequest = ApiRequest<"status"> & TrackTxPollingProps & SkipApiOptions;
6
6
  type TrackTxPollingProps = Omit<PollingProps<"status">, "isSuccess" | "onError" | "onSuccess">;
@@ -1,3 +1,3 @@
1
- export { trackTransaction } from '../chunk-7X4ERB3R.js';
2
- import '../chunk-A6KSECAH.js';
3
- import '../chunk-OQDBWVET.js';
1
+ export { trackTransaction } from '../chunk-AUNRER4I.js';
2
+ import '../chunk-VGCTTJO7.js';
3
+ import '../chunk-QL423UEF.js';