@skip-go/client 1.3.1 → 1.3.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.
Files changed (129) 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-EINQFLWN.cjs → chunk-2CCLIBCC.cjs} +2 -2
  17. package/dist/cjs/{chunk-SLZCWA4K.cjs → chunk-2EKCOIWV.cjs} +7 -7
  18. package/dist/cjs/{chunk-SIY2K7TT.cjs → chunk-2VQ2TNFM.cjs} +2 -2
  19. package/dist/cjs/{chunk-EQBTNGJJ.cjs → chunk-7I2KQNIU.cjs} +2 -2
  20. package/dist/cjs/{chunk-DUJSZRFD.cjs → chunk-A7GR26AQ.cjs} +58 -55
  21. package/dist/cjs/{chunk-WE7KICKO.cjs → chunk-B4OGYBRC.cjs} +2 -2
  22. package/dist/cjs/{chunk-OA5PE7TW.cjs → chunk-DBDB2XWX.cjs} +3 -3
  23. package/dist/cjs/{chunk-PFCGKAXF.cjs → chunk-DCFIIF7G.cjs} +2 -2
  24. package/dist/cjs/{chunk-W2DPDT3Y.cjs → chunk-EXK2GDR5.cjs} +2 -2
  25. package/dist/cjs/{chunk-G3G6PBIF.cjs → chunk-FO25SR66.cjs} +6 -6
  26. package/dist/cjs/{chunk-5FR25GF5.cjs → chunk-HKQ5VION.cjs} +1 -1
  27. package/dist/cjs/{chunk-CPTNOPWI.cjs → chunk-IDDRJJO5.cjs} +1 -0
  28. package/dist/cjs/{chunk-TCQMGBFL.cjs → chunk-J5RC6ZU5.cjs} +19 -11
  29. package/dist/cjs/{chunk-MGYSCMET.cjs → chunk-KJ5NZG2D.cjs} +10 -10
  30. package/dist/cjs/{chunk-KMDNP6DN.cjs → chunk-L4MLX6KI.cjs} +2 -2
  31. package/dist/cjs/{chunk-AHRSARNR.cjs → chunk-LP3L6XJB.cjs} +2 -2
  32. package/dist/cjs/{chunk-NQR3EPN2.cjs → chunk-MCZ3F457.cjs} +2 -2
  33. package/dist/cjs/{chunk-PG7RVHOU.cjs → chunk-MW3TE7DC.cjs} +2 -2
  34. package/dist/cjs/{chunk-TFL5E5A6.cjs → chunk-P7CDAHIX.cjs} +2 -2
  35. package/dist/cjs/{chunk-D2W4UBJB.cjs → chunk-QSISUSYP.cjs} +4 -4
  36. package/dist/cjs/{chunk-CWUD7UGL.cjs → chunk-XGBCEYWI.cjs} +2 -2
  37. package/dist/cjs/{chunk-HDKNPB2J.cjs → chunk-XNBHMZQZ.cjs} +6 -6
  38. package/dist/cjs/{chunk-TWPLCFOH.cjs → chunk-YYBGBKRE.cjs} +4 -4
  39. package/dist/cjs/index.cjs +78 -82
  40. package/dist/cjs/public-functions/executeRoute.cjs +14 -15
  41. package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
  42. package/dist/cjs/public-functions/getFeeInfoForChain.cjs +5 -5
  43. package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +6 -6
  44. package/dist/cjs/public-functions/getSigningStargateClient.cjs +5 -5
  45. package/dist/cjs/public-functions/setApiOptions.cjs +4 -4
  46. package/dist/cjs/public-functions/setClientOptions.cjs +5 -5
  47. package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +7 -7
  48. package/dist/cjs/public-functions/waitForTransaction.cjs +6 -6
  49. package/dist/esm/api/getAssets.d.ts +1 -1
  50. package/dist/esm/api/getAssets.js +3 -3
  51. package/dist/esm/api/getAssetsBetweenChains.d.ts +1 -1
  52. package/dist/esm/api/getAssetsBetweenChains.js +3 -3
  53. package/dist/esm/api/getBridges.d.ts +1 -1
  54. package/dist/esm/api/getBridges.js +3 -3
  55. package/dist/esm/api/getChains.d.ts +1 -1
  56. package/dist/esm/api/getChains.js +3 -3
  57. package/dist/esm/api/getVenues.js +3 -3
  58. package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
  59. package/dist/esm/api/postAssetsFromSource.js +4 -4
  60. package/dist/esm/api/postBalances.d.ts +2 -2
  61. package/dist/esm/api/postBalances.js +3 -3
  62. package/dist/esm/api/postIbcOriginAssets.js +3 -3
  63. package/dist/esm/api/postMessages.d.ts +2 -2
  64. package/dist/esm/api/postMessages.js +3 -3
  65. package/dist/esm/api/postMessagesDirect.d.ts +195 -195
  66. package/dist/esm/api/postMessagesDirect.js +3 -3
  67. package/dist/esm/api/postRecommendAssets.d.ts +1 -1
  68. package/dist/esm/api/postRecommendAssets.js +3 -3
  69. package/dist/esm/api/postRoute.d.ts +191 -191
  70. package/dist/esm/api/postRoute.js +3 -3
  71. package/dist/esm/api/postSubmitTransaction.d.ts +5 -1
  72. package/dist/esm/api/postSubmitTransaction.js +3 -3
  73. package/dist/esm/api/postTrackTransaction.d.ts +2 -2
  74. package/dist/esm/api/postTrackTransaction.js +3 -3
  75. package/dist/esm/api/postTransactionStatus.d.ts +2 -2
  76. package/dist/esm/api/postTransactionStatus.js +3 -3
  77. package/dist/esm/{callbacks-C2lXb0AH.d.ts → callbacks-CuL50GnB.d.ts} +1 -1
  78. package/dist/esm/{chunk-6ULKULTX.js → chunk-2L7PKZDY.js} +1 -1
  79. package/dist/esm/{chunk-7ZG7HNNC.js → chunk-2R3M45RX.js} +2 -2
  80. package/dist/esm/{chunk-HAGMHUOI.js → chunk-35H4PDPF.js} +23 -20
  81. package/dist/esm/{chunk-F65QOYUA.js → chunk-6F2T2KB3.js} +1 -1
  82. package/dist/esm/{chunk-MAOMQHG5.js → chunk-7ITTEUMR.js} +1 -1
  83. package/dist/esm/{chunk-4DI7G6TH.js → chunk-7YN3UVVF.js} +1 -1
  84. package/dist/esm/{chunk-CGZ5DA2T.js → chunk-CFDTJGQK.js} +1 -1
  85. package/dist/esm/{chunk-ERPZHRBM.js → chunk-CU6W3622.js} +17 -9
  86. package/dist/esm/{chunk-NZVZH6OA.js → chunk-GSCIF7YA.js} +1 -1
  87. package/dist/esm/{chunk-VUOOTNLG.js → chunk-HT6O3BQ7.js} +1 -1
  88. package/dist/esm/{chunk-ZTDLGX7X.js → chunk-IPHFFTGO.js} +1 -1
  89. package/dist/esm/{chunk-YLMQS52U.js → chunk-IWXRHEX4.js} +2 -2
  90. package/dist/esm/{chunk-UZKIIX6A.js → chunk-JIADJKRD.js} +1 -1
  91. package/dist/esm/{chunk-YYXOIRHZ.js → chunk-JSY7M43P.js} +1 -1
  92. package/dist/esm/{chunk-HS2D6FKN.js → chunk-JYUNVL4F.js} +1 -1
  93. package/dist/esm/{chunk-SS5LQKBL.js → chunk-LZI7A4JI.js} +1 -1
  94. package/dist/esm/{chunk-I4AMZAHH.js → chunk-MXCJ2M3K.js} +1 -1
  95. package/dist/esm/{chunk-PIQZD2VE.js → chunk-OHV2LZEG.js} +1 -1
  96. package/dist/esm/{chunk-C6NHVJ3R.js → chunk-OL7CWCPB.js} +2 -2
  97. package/dist/esm/{chunk-KYLULQOS.js → chunk-OQDBWVET.js} +1 -0
  98. package/dist/esm/{chunk-2R5COFPS.js → chunk-SJP6W2SK.js} +1 -1
  99. package/dist/esm/{chunk-QPJEHGY7.js → chunk-XXTECZG3.js} +1 -1
  100. package/dist/esm/{chunk-GOD6ESBZ.js → chunk-Y5H25R7Z.js} +1 -1
  101. package/dist/esm/{client-types-DuWWc2_J.d.ts → client-types-B7Fin0mq.d.ts} +2 -1
  102. package/dist/esm/{generateApi-DvFEIUee.d.ts → generateApi-C_xgtxrO.d.ts} +1 -1
  103. package/dist/esm/index.d.ts +20 -8
  104. package/dist/esm/index.js +25 -25
  105. package/dist/esm/public-functions/executeRoute.d.ts +4 -4
  106. package/dist/esm/public-functions/executeRoute.js +13 -14
  107. package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
  108. package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +2 -2
  109. package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
  110. package/dist/esm/public-functions/getFeeInfoForChain.d.ts +1 -1
  111. package/dist/esm/public-functions/getFeeInfoForChain.js +4 -4
  112. package/dist/esm/public-functions/getRecommendedGasPrice.js +5 -5
  113. package/dist/esm/public-functions/getSigningStargateClient.js +4 -4
  114. package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
  115. package/dist/esm/public-functions/setApiOptions.js +3 -3
  116. package/dist/esm/public-functions/setClientOptions.d.ts +3 -3
  117. package/dist/esm/public-functions/setClientOptions.js +4 -4
  118. package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
  119. package/dist/esm/public-functions/validateCosmosGasBalance.js +6 -6
  120. package/dist/esm/public-functions/waitForTransaction.d.ts +10 -6
  121. package/dist/esm/public-functions/waitForTransaction.js +5 -5
  122. package/dist/esm/{setClientOptions-B27lt_6h.d.ts → setClientOptions-BTRwCbmt.d.ts} +1 -1
  123. package/dist/esm/{swaggerTypes-BrC-ZYnx.d.ts → swaggerTypes-DDwqIjap.d.ts} +15 -2
  124. package/package.json +1 -1
  125. package/dist/cjs/api/postSubmit.cjs +0 -12
  126. package/dist/cjs/chunk-RFBDXALX.cjs +0 -12
  127. package/dist/esm/api/postSubmit.d.ts +0 -17
  128. package/dist/esm/api/postSubmit.js +0 -3
  129. package/dist/esm/chunk-6UMMVC2P.js +0 -10
@@ -1,9 +1,9 @@
1
- export { validateCosmosGasBalance } from '../chunk-7ZG7HNNC.js';
1
+ export { validateCosmosGasBalance } from '../chunk-2R3M45RX.js';
2
2
  import '../chunk-TV2XPAIF.js';
3
- import '../chunk-TD63P2AG.js';
4
3
  import '../chunk-VQ5SIQWU.js';
5
- import '../chunk-F65QOYUA.js';
4
+ import '../chunk-6F2T2KB3.js';
6
5
  import '../chunk-43P4WRGN.js';
7
- import '../chunk-6ULKULTX.js';
8
- import '../chunk-SS5LQKBL.js';
9
- import '../chunk-KYLULQOS.js';
6
+ import '../chunk-TD63P2AG.js';
7
+ import '../chunk-2L7PKZDY.js';
8
+ import '../chunk-LZI7A4JI.js';
9
+ import '../chunk-OQDBWVET.js';
@@ -1,12 +1,16 @@
1
- import { av as StatusErrorType, aJ as TransactionState, al as PacketErrorType, aS as TransferState, k as AxelarTransferState, O as ContractCallWithTokenErrorType, as as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a8 as HyperlaneTransferState, aO as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aP as LayerZeroTransferState } from '../swaggerTypes-BrC-ZYnx.js';
2
- import { T as TransactionCallbacks } from '../callbacks-C2lXb0AH.js';
3
- import { TrackTxRequest } from '../api/postTrackTransaction.js';
4
- import '../generateApi-DvFEIUee.js';
1
+ import { av as StatusErrorType, aJ as TransactionState, al as PacketErrorType, aS as TransferState, k as AxelarTransferState, O as ContractCallWithTokenErrorType, as as SendTokenErrorType, l as AxelarTransferType, p as CCTPTransferState, a8 as HyperlaneTransferState, aO as OPInitTransferState, s as StargateTransferState, w as GoFastTransferState, aP as LayerZeroTransferState } from '../swaggerTypes-DDwqIjap.js';
2
+ import { T as TransactionCallbacks } from '../callbacks-CuL50GnB.js';
3
+ import { T as TxResult } from '../client-types-B7Fin0mq.js';
4
+ import '@cosmjs/amino';
5
+ import '@cosmjs/proto-signing';
6
+ import '@cosmjs/stargate';
7
+ import 'viem';
8
+ import '@solana/wallet-adapter-base';
5
9
 
6
- type WaitForTransactionProps = TrackTxRequest & {
10
+ type WaitForTransactionProps = TxResult & {
7
11
  onTransactionTracked?: TransactionCallbacks["onTransactionTracked"];
8
12
  };
9
- declare const waitForTransaction: ({ chainId, txHash, onTransactionTracked, ...trackTxPollingOptions }: WaitForTransactionProps) => Promise<{
13
+ declare const waitForTransaction: ({ chainId, txHash, explorerLink, onTransactionTracked, ...trackTxPollingOptions }: WaitForTransactionProps) => Promise<{
10
14
  transfers?: {
11
15
  error?: {
12
16
  details?: {
@@ -1,5 +1,5 @@
1
- export { waitForTransaction } from '../chunk-ERPZHRBM.js';
2
- import '../chunk-I4AMZAHH.js';
3
- import '../chunk-MAOMQHG5.js';
4
- import '../chunk-SS5LQKBL.js';
5
- import '../chunk-KYLULQOS.js';
1
+ export { waitForTransaction } from '../chunk-CU6W3622.js';
2
+ import '../chunk-7ITTEUMR.js';
3
+ import '../chunk-MXCJ2M3K.js';
4
+ import '../chunk-LZI7A4JI.js';
5
+ import '../chunk-OQDBWVET.js';
@@ -1,7 +1,7 @@
1
1
  import { GeneratedType } from '@cosmjs/proto-signing';
2
2
  import { AminoConverters } from '@cosmjs/stargate';
3
3
  import { S as SkipApiOptions } from './apiState-DwZhwVul.js';
4
- import { E as EndpointOptions } from './client-types-DuWWc2_J.js';
4
+ import { E as EndpointOptions } from './client-types-B7Fin0mq.js';
5
5
 
6
6
  type SkipClientOptions = SkipApiOptions & {
7
7
  endpointOptions?: {
@@ -110,6 +110,7 @@ interface AxelarTransfer {
110
110
  * * `OPINIT` - Opinit Bridge
111
111
  * * `GO_FAST` - Go Fast Bridge
112
112
  * * `STARGATE` - Stargate Bridge
113
+ * * `LAYER_ZERO` - Layerzero Bridge
113
114
  * * `EUREKA` - IBC Eureka Bridge
114
115
  */
115
116
  bridgeId?: BridgeType;
@@ -202,6 +203,7 @@ interface CCTPTransfer {
202
203
  * * `OPINIT` - Opinit Bridge
203
204
  * * `GO_FAST` - Go Fast Bridge
204
205
  * * `STARGATE` - Stargate Bridge
206
+ * * `LAYER_ZERO` - Layerzero Bridge
205
207
  * * `EUREKA` - IBC Eureka Bridge
206
208
  */
207
209
  bridgeId?: BridgeType;
@@ -267,6 +269,7 @@ interface StargateTransfer {
267
269
  * * `OPINIT` - Opinit Bridge
268
270
  * * `GO_FAST` - Go Fast Bridge
269
271
  * * `STARGATE` - Stargate Bridge
272
+ * * `LAYER_ZERO` - Layerzero Bridge
270
273
  * * `EUREKA` - IBC Eureka Bridge
271
274
  */
272
275
  bridgeId?: BridgeType;
@@ -337,6 +340,7 @@ interface GoFastTransfer {
337
340
  * * `OPINIT` - Opinit Bridge
338
341
  * * `GO_FAST` - Go Fast Bridge
339
342
  * * `STARGATE` - Stargate Bridge
343
+ * * `LAYER_ZERO` - Layerzero Bridge
340
344
  * * `EUREKA` - IBC Eureka Bridge
341
345
  */
342
346
  bridgeId?: BridgeType;
@@ -430,6 +434,7 @@ interface Bridge {
430
434
  * * `OPINIT` - Opinit Bridge
431
435
  * * `GO_FAST` - Go Fast Bridge
432
436
  * * `STARGATE` - Stargate Bridge
437
+ * * `LAYER_ZERO` - Layerzero Bridge
433
438
  * * `EUREKA` - IBC Eureka Bridge
434
439
  */
435
440
  id?: BridgeType;
@@ -447,6 +452,7 @@ interface Bridge {
447
452
  * * `OPINIT` - Opinit Bridge
448
453
  * * `GO_FAST` - Go Fast Bridge
449
454
  * * `STARGATE` - Stargate Bridge
455
+ * * `LAYER_ZERO` - Layerzero Bridge
450
456
  * * `EUREKA` - IBC Eureka Bridge
451
457
  */
452
458
  declare enum BridgeType {
@@ -457,6 +463,7 @@ declare enum BridgeType {
457
463
  OPINIT = "OPINIT",
458
464
  GO_FAST = "GO_FAST",
459
465
  STARGATE = "STARGATE",
466
+ LAYER_ZERO = "LAYER_ZERO",
460
467
  EUREKA = "EUREKA"
461
468
  }
462
469
  interface Chain {
@@ -682,6 +689,7 @@ interface HyperlaneTransfer {
682
689
  * * `OPINIT` - Opinit Bridge
683
690
  * * `GO_FAST` - Go Fast Bridge
684
691
  * * `STARGATE` - Stargate Bridge
692
+ * * `LAYER_ZERO` - Layerzero Bridge
685
693
  * * `EUREKA` - IBC Eureka Bridge
686
694
  */
687
695
  bridgeId?: BridgeType;
@@ -1076,6 +1084,7 @@ interface OPInitTransfer {
1076
1084
  * * `OPINIT` - Opinit Bridge
1077
1085
  * * `GO_FAST` - Go Fast Bridge
1078
1086
  * * `STARGATE` - Stargate Bridge
1087
+ * * `LAYER_ZERO` - Layerzero Bridge
1079
1088
  * * `EUREKA` - IBC Eureka Bridge
1080
1089
  */
1081
1090
  bridgeId?: BridgeType;
@@ -1168,6 +1177,7 @@ interface Transfer {
1168
1177
  * * `OPINIT` - Opinit Bridge
1169
1178
  * * `GO_FAST` - Go Fast Bridge
1170
1179
  * * `STARGATE` - Stargate Bridge
1180
+ * * `LAYER_ZERO` - Layerzero Bridge
1171
1181
  * * `EUREKA` - IBC Eureka Bridge
1172
1182
  */
1173
1183
  bridgeId?: BridgeType;
@@ -1269,6 +1279,7 @@ interface EurekaTransfer {
1269
1279
  * * `OPINIT` - Opinit Bridge
1270
1280
  * * `GO_FAST` - Go Fast Bridge
1271
1281
  * * `STARGATE` - Stargate Bridge
1282
+ * * `LAYER_ZERO` - Layerzero Bridge
1272
1283
  * * `EUREKA` - IBC Eureka Bridge
1273
1284
  */
1274
1285
  bridgeId?: BridgeType;
@@ -1310,7 +1321,7 @@ interface LayerZeroTransfer {
1310
1321
  denomIn: string;
1311
1322
  /** Denom of the output asset of the transfer */
1312
1323
  denomOut: string;
1313
- sourceOftCntractAddress: string;
1324
+ sourceOftContractAddress: string;
1314
1325
  destinationEndpointId: number;
1315
1326
  messagingFeeAsset: Asset;
1316
1327
  messagingFeeAmount: string;
@@ -1324,6 +1335,7 @@ interface LayerZeroTransfer {
1324
1335
  * * `OPINIT` - Opinit Bridge
1325
1336
  * * `GO_FAST` - Go Fast Bridge
1326
1337
  * * `STARGATE` - Stargate Bridge
1338
+ * * `LAYER_ZERO` - Layerzero Bridge
1327
1339
  * * `EUREKA` - IBC Eureka Bridge
1328
1340
  */
1329
1341
  bridgeId: BridgeType;
@@ -1405,6 +1417,7 @@ interface Fee {
1405
1417
  * * `OPINIT` - Opinit Bridge
1406
1418
  * * `GO_FAST` - Go Fast Bridge
1407
1419
  * * `STARGATE` - Stargate Bridge
1420
+ * * `LAYER_ZERO` - Layerzero Bridge
1408
1421
  * * `EUREKA` - IBC Eureka Bridge
1409
1422
  */
1410
1423
  bridgeId?: BridgeType;
@@ -1981,4 +1994,4 @@ declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityD
1981
1994
  }, params?: RequestParams) => Promise<HttpResponse<FungibleAssetsBetweenChainsCreateResponse, Error>>;
1982
1995
  }
1983
1996
 
1984
- export { type EvmTx as $, type AcknowledgementErrorDetails as A, type BalanceRequestChainEntry as B, type CCTPTransfer as C, type BalanceResponseDenomEntry as D, type BalanceResponseChainEntry as E, type BankSend as F, type GoFastTransfer as G, type BankSendWrapper as H, type Bridge as I, BridgeType as J, type Chain as K, ChainType as L, type ChainAffiliates as M, type ContractCallWithTokenError as N, ContractCallWithTokenErrorType as O, type ContractCallWithTokenTxs as P, type CosmWasmContractMsg as Q, type CosmWasmContractMsgWrapper as R, type SmartRelayFeeQuote as S, type Erc20Approval as T, type ErrorDetail as U, type Error as V, type CosmosMsg as W, type CosmosTx as X, type CosmosTxWrapper as Y, type EvmSwap as Z, type EvmSwapWrapper as _, type Affiliate as a, type LayerZeroTransferWrapper as a$, type EvmTxWrapper as a0, type SvmTx as a1, type SvmTxWrapper as a2, type FeeAsset as a3, type GoFastFee as a4, type GRPCStatusCode as a5, type HyperlaneTransfer as a6, type HyperlaneTransferInfo as a7, HyperlaneTransferState as a8, type HyperlaneTransferTransactions as a9, type SwapOperation as aA, type SwapOutWrapper as aB, type SwapRoute as aC, type SmartSwapExactCoinIn as aD, type SmartSwapOptions as aE, type SmartSwapInWrapper as aF, type SwapVenue as aG, type SwapWrapper as aH, type TransactionExecutionErrorDetails as aI, TransactionState as aJ, type OPInitTransfer as aK, type OPInitTransferWrapper as aL, type OPInitTransferInfo as aM, type OPInitTransferTxs as aN, OPInitTransferState as aO, LayerZeroTransferState as aP, type Transfer as aQ, type TransferEvent as aR, TransferState as aS, type TransferAssetRelease as aT, type TransferStatus as aU, type TransferWrapper as aV, type EurekaTransfer as aW, type EurekaTransferInfo as aX, type EurekaTransferWrapper as aY, type LayerZeroTransfer as aZ, type LayerZeroTransferInfo as a_, type HyperlaneTransferWrapper as aa, type IBCTransferInfo as ab, type Msg as ac, type Tx as ad, type MultiChainMsg as ae, type MultiChainMsgWrapper as af, type Operation as ag, type OptionalAsset as ah, type LayerZeroTransferTransactions as ai, type Packet as aj, type PacketError as ak, PacketErrorType as al, type ChainTransaction as am, type PostHandler as an, Reason as ao, RoutePriceWarningType as ap, type Route as aq, type SendTokenError as ar, SendTokenErrorType as as, type SendTokenTxs as at, type StatusError as au, StatusErrorType as av, type Swap as aw, type SwapExactCoinIn as ax, type SwapExactCoinOut as ay, type SwapInWrapper as az, type ApiError as b, type RecommendationRequest as b0, type CosmosModuleSupport as b1, type IbcCapabilities as b2, FeeType as b3, FeeBehavior as b4, type Fee as b5, type ChainsRequest as b6, type ChainsResponse as b7, type BalancesResponse as b8, type BridgesResponse as b9, type VenuesRequest as ba, type VenuesResponse as bb, type AssetsRequest as bc, type AssetsResponse as bd, type AssetsFromSourceResponse as be, type RouteResponse as bf, type MsgsResponse as bg, type MsgsDirectResponse as bh, type AssetRecommendationsResponse as bi, type TrackResponse as bj, type StatusRequest as bk, type StatusResponse as bl, type IbcOriginAssetsResponse as bm, type FungibleAssetsBetweenChainsCreateResponse as bn, type QueryParamsType as bo, type ResponseFormat as bp, type FullRequestParams as bq, type RequestParams as br, type ApiConfig as bs, type HttpResponse as bt, ContentType as bu, HttpClient as bv, Api as bw, type Asset as c, type AssetBetweenChains as d, type AssetRecommendation as e, AutopilotAction as f, type AutopilotMsg as g, type AutopilotMsgWrapper as h, type AxelarTransfer as i, type AxelarTransferInfo as j, AxelarTransferState as k, AxelarTransferType as l, type AxelarTransferWrapper as m, type CCTPTransferInfo as n, type CCTPTransferTxs as o, CCTPTransferState as p, type CCTPTransferWrapper as q, type StargateTransfer as r, StargateTransferState as s, type StargateTransferTxs as t, type StargateTransferInfo as u, type StargateTransferWrapper as v, GoFastTransferState as w, type GoFastTransferTxs as x, type GoFastTransferInfo as y, type GoFastTransferWrapper as z };
1997
+ export { type EvmTx as $, type AcknowledgementErrorDetails as A, type BalanceRequestChainEntry as B, type CCTPTransfer as C, type BalanceResponseDenomEntry as D, type BalanceResponseChainEntry as E, type BankSend as F, type GoFastTransfer as G, type BankSendWrapper as H, type Bridge as I, BridgeType as J, type Chain as K, ChainType as L, type ChainAffiliates as M, type ContractCallWithTokenError as N, ContractCallWithTokenErrorType as O, type ContractCallWithTokenTxs as P, type CosmWasmContractMsg as Q, type CosmWasmContractMsgWrapper as R, type SmartRelayFeeQuote as S, type Erc20Approval as T, type ErrorDetail as U, type Error as V, type CosmosMsg as W, type CosmosTx as X, type CosmosTxWrapper as Y, type EvmSwap as Z, type EvmSwapWrapper as _, type Affiliate as a, type LayerZeroTransferWrapper as a$, type EvmTxWrapper as a0, type SvmTx as a1, type SvmTxWrapper as a2, type FeeAsset as a3, type GoFastFee as a4, type GRPCStatusCode as a5, type HyperlaneTransfer as a6, type HyperlaneTransferInfo as a7, HyperlaneTransferState as a8, type HyperlaneTransferTransactions as a9, type SwapOperation as aA, type SwapOutWrapper as aB, type SwapRoute as aC, type SmartSwapExactCoinIn as aD, type SmartSwapOptions as aE, type SmartSwapInWrapper as aF, type SwapVenue as aG, type SwapWrapper as aH, type TransactionExecutionErrorDetails as aI, TransactionState as aJ, type OPInitTransfer as aK, type OPInitTransferWrapper as aL, type OPInitTransferInfo as aM, type OPInitTransferTxs as aN, OPInitTransferState as aO, LayerZeroTransferState as aP, type Transfer as aQ, type TransferEvent as aR, TransferState as aS, type TransferAssetRelease as aT, type TransferStatus as aU, type TransferWrapper as aV, type EurekaTransfer as aW, type EurekaTransferInfo as aX, type EurekaTransferWrapper as aY, type LayerZeroTransfer as aZ, type LayerZeroTransferInfo as a_, type HyperlaneTransferWrapper as aa, type IBCTransferInfo as ab, type Msg as ac, type Tx as ad, type MultiChainMsg as ae, type MultiChainMsgWrapper as af, type Operation as ag, type OptionalAsset as ah, type LayerZeroTransferTransactions as ai, type Packet as aj, type PacketError as ak, PacketErrorType as al, type ChainTransaction as am, type PostHandler as an, Reason as ao, RoutePriceWarningType as ap, type Route as aq, type SendTokenError as ar, SendTokenErrorType as as, type SendTokenTxs as at, type StatusError as au, StatusErrorType as av, type Swap as aw, type SwapExactCoinIn as ax, type SwapExactCoinOut as ay, type SwapInWrapper as az, type ApiError as b, type RecommendationRequest as b0, type CosmosModuleSupport as b1, type IbcCapabilities as b2, FeeType as b3, FeeBehavior as b4, type Fee as b5, type ChainsRequest as b6, type ChainsResponse as b7, type BalancesResponse as b8, type BridgesResponse as b9, type VenuesRequest as ba, type VenuesResponse as bb, type AssetsRequest as bc, type AssetsResponse as bd, type AssetsFromSourceResponse as be, type RouteResponse as bf, type MsgsResponse as bg, type MsgsDirectResponse as bh, type AssetRecommendationsResponse as bi, type SubmitResponse as bj, type TrackResponse as bk, type StatusRequest as bl, type StatusResponse as bm, type IbcOriginAssetsResponse as bn, type FungibleAssetsBetweenChainsCreateResponse as bo, type QueryParamsType as bp, type ResponseFormat as bq, type FullRequestParams as br, type RequestParams as bs, type ApiConfig as bt, type HttpResponse as bu, ContentType as bv, HttpClient as bw, Api as bx, type Asset as c, type AssetBetweenChains as d, type AssetRecommendation as e, AutopilotAction as f, type AutopilotMsg as g, type AutopilotMsgWrapper as h, type AxelarTransfer as i, type AxelarTransferInfo as j, AxelarTransferState as k, AxelarTransferType as l, type AxelarTransferWrapper as m, type CCTPTransferInfo as n, type CCTPTransferTxs as o, CCTPTransferState as p, type CCTPTransferWrapper as q, type StargateTransfer as r, StargateTransferState as s, type StargateTransferTxs as t, type StargateTransferInfo as u, type StargateTransferWrapper as v, GoFastTransferState as w, type GoFastTransferTxs as x, type GoFastTransferInfo as y, type GoFastTransferWrapper as z };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@skip-go/client",
3
3
  "description": "JavaScript SDK for Skip Go API",
4
- "version": "1.3.1",
4
+ "version": "1.3.3",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "type": "module",
7
7
  "main": "./dist/cjs/index.cjs",
@@ -1,12 +0,0 @@
1
- 'use strict';
2
-
3
- var chunkRFBDXALX_cjs = require('../chunk-RFBDXALX.cjs');
4
- require('../chunk-5FR25GF5.cjs');
5
- require('../chunk-CPTNOPWI.cjs');
6
-
7
-
8
-
9
- Object.defineProperty(exports, "submit", {
10
- enumerable: true,
11
- get: function () { return chunkRFBDXALX_cjs.submit; }
12
- });
@@ -1,12 +0,0 @@
1
- 'use strict';
2
-
3
- var chunk5FR25GF5_cjs = require('./chunk-5FR25GF5.cjs');
4
-
5
- // src/api/postSubmit.ts
6
- var submit = chunk5FR25GF5_cjs.api({
7
- methodName: "submit",
8
- method: "post",
9
- path: "v2/tx/submit"
10
- });
11
-
12
- exports.submit = submit;
@@ -1,17 +0,0 @@
1
- import { S as SkipApiOptions } from '../apiState-DwZhwVul.js';
2
- import { A as ApiRequest, a as ApiResponse } from '../generateApi-DvFEIUee.js';
3
- import '../swaggerTypes-BrC-ZYnx.js';
4
-
5
- declare const submit: (options?: ({
6
- tx?: string | undefined;
7
- chainId?: string | undefined;
8
- } & SkipApiOptions & {
9
- abortDuplicateRequests?: boolean | undefined;
10
- }) | undefined) => Promise<{
11
- txHash?: string | undefined;
12
- explorerLink?: string | undefined;
13
- } | undefined>;
14
- type SubmitRequest = ApiRequest<"submit">;
15
- type SubmitResponse = ApiResponse<"submit">;
16
-
17
- export { type SubmitRequest, type SubmitResponse, submit };
@@ -1,3 +0,0 @@
1
- export { submit } from '../chunk-6UMMVC2P.js';
2
- import '../chunk-SS5LQKBL.js';
3
- import '../chunk-KYLULQOS.js';
@@ -1,10 +0,0 @@
1
- import { api } from './chunk-SS5LQKBL.js';
2
-
3
- // src/api/postSubmit.ts
4
- var submit = api({
5
- methodName: "submit",
6
- method: "post",
7
- path: "v2/tx/submit"
8
- });
9
-
10
- export { submit };