@skip-go/client 1.1.3 → 1.1.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.
Files changed (33) hide show
  1. package/dist/api/getAssets.d.ts +1 -1
  2. package/dist/api/getAssetsBetweenChains.d.ts +1 -1
  3. package/dist/api/getBridges.d.ts +1 -1
  4. package/dist/api/getChains.d.ts +1 -1
  5. package/dist/api/postAssetsFromSource.d.ts +1 -1
  6. package/dist/api/postBalances.d.ts +2 -2
  7. package/dist/api/postMessages.d.ts +2 -2
  8. package/dist/api/postMessagesDirect.d.ts +3 -3
  9. package/dist/api/postRecommendAssets.d.ts +1 -1
  10. package/dist/api/postRoute.d.ts +4 -4
  11. package/dist/api/postTransactionStatus.d.ts +2 -2
  12. package/dist/chunk-36MCR5DZ.js +183 -0
  13. package/dist/{chunk-T2TOUPEA.js → chunk-4TKPLI5S.js} +1 -1
  14. package/dist/{chunk-PWSY2PQJ.js → chunk-LJSGCCOX.js} +1 -1
  15. package/dist/{chunk-UPL6CT4S.js → chunk-MB5ENUER.js} +1 -1
  16. package/dist/{chunk-R5U2IBQY.js → chunk-R4PWQNPU.js} +2 -2
  17. package/dist/{client-types-B5Wk1mFT.d.ts → client-types-B_ihV5t6.d.ts} +1 -1
  18. package/dist/{executeRoute-Dy607vic.d.ts → executeRoute-Bob9mV8C.d.ts} +3 -3
  19. package/dist/{generateApi-DBAMmstt.d.ts → generateApi-CpUxWvEf.d.ts} +1 -1
  20. package/dist/index.d.ts +6 -6
  21. package/dist/index.js +5 -5
  22. package/dist/public-functions/executeRoute.d.ts +4 -4
  23. package/dist/public-functions/executeRoute.js +3 -3
  24. package/dist/public-functions/getFeeInfoForChain.d.ts +1 -1
  25. package/dist/public-functions/getFeeInfoForChain.js +2 -2
  26. package/dist/public-functions/getRecommendedGasPrice.js +3 -3
  27. package/dist/public-functions/getSigningStargateClient.js +2 -2
  28. package/dist/public-functions/setApiOptions.d.ts +1 -1
  29. package/dist/public-functions/setClientOptions.d.ts +3 -3
  30. package/dist/{setClientOptions-DNQRvnRl.d.ts → setClientOptions-C4rwBrB4.d.ts} +1 -1
  31. package/dist/{swaggerTypes-BkgwzRF2.d.ts → swaggerTypes-sZ9ALP9m.d.ts} +1 -1
  32. package/package.json +1 -1
  33. package/dist/chunk-JTIHU43D.js +0 -183
@@ -1,5 +1,5 @@
1
1
  import { DEFAULT_GAS_DENOM_OVERRIDES } from './chunk-SWYON2RG.js';
2
- import { chains } from './chunk-JTIHU43D.js';
2
+ import { chains } from './chunk-36MCR5DZ.js';
3
3
  import { ClientState } from './chunk-EAUM5JYS.js';
4
4
 
5
5
  // src/private-functions/getDefaultGasTokenForChain.ts
@@ -1,5 +1,5 @@
1
1
  import { BigNumber } from './chunk-VQ5SIQWU.js';
2
- import { getFeeInfoForChain } from './chunk-T2TOUPEA.js';
2
+ import { getFeeInfoForChain } from './chunk-4TKPLI5S.js';
3
3
  import { Decimal } from '@cosmjs/math';
4
4
  import { GasPrice } from '@cosmjs/stargate';
5
5
 
@@ -1,4 +1,4 @@
1
- import { chains, findFirstWorkingEndpoint } from './chunk-JTIHU43D.js';
1
+ import { chains, findFirstWorkingEndpoint } from './chunk-36MCR5DZ.js';
2
2
  import { ClientState } from './chunk-EAUM5JYS.js';
3
3
  import { accountFromAny, SigningStargateClient } from '@cosmjs/stargate';
4
4
  import { assertDefinedAndNotNull } from '@cosmjs/utils';
@@ -1,7 +1,7 @@
1
1
  import { BigNumber } from './chunk-VQ5SIQWU.js';
2
2
  import { GAS_STATION_CHAIN_IDS } from './chunk-SWYON2RG.js';
3
- import { getSigningStargateClient, getRpcEndpointForChain, accountParser } from './chunk-UPL6CT4S.js';
4
- import { chains, findFirstWorkingEndpoint, getIsEthermint, getIsInitia } from './chunk-JTIHU43D.js';
3
+ import { getSigningStargateClient, getRpcEndpointForChain, accountParser } from './chunk-MB5ENUER.js';
4
+ import { chains, findFirstWorkingEndpoint, getIsEthermint, getIsInitia } from './chunk-36MCR5DZ.js';
5
5
  import { MsgDepositForBurn, MsgDepositForBurnWithCaller, MsgExecute, MsgInitiateTokenDeposit, BaseVestingAccount, Timestamp, toTimestamp, Period, fromTimestamp, isSet, fromJsonTimestamp } from './chunk-TD63P2AG.js';
6
6
  import { messages } from './chunk-7FSLD7Y4.js';
7
7
  import { submitTransaction } from './chunk-7P6AOFMX.js';
@@ -3,7 +3,7 @@ import { OfflineDirectSigner } from '@cosmjs/proto-signing';
3
3
  import { StdFee, GasPrice, SignerData } from '@cosmjs/stargate';
4
4
  import { WalletClient } from 'viem';
5
5
  import { Adapter } from '@solana/wallet-adapter-base';
6
- import { a3 as FeeAsset, L as ChainType, W as CosmosMsg } from './swaggerTypes-BkgwzRF2.js';
6
+ import { a3 as FeeAsset, L as ChainType, W as CosmosMsg } from './swaggerTypes-sZ9ALP9m.js';
7
7
 
8
8
  /** Common Types */
9
9
  type UserAddress = {
@@ -1,6 +1,6 @@
1
- import { aU as TransferStatus, T as Erc20Approval, be as RouteResponse, W as CosmosMsg } from './swaggerTypes-BkgwzRF2.js';
2
- import { A as ApiRequest } from './generateApi-DBAMmstt.js';
3
- import { S as SignerGetters, b as GasOptions, U as UserAddress } from './client-types-B5Wk1mFT.js';
1
+ import { aU as TransferStatus, T as Erc20Approval, be as RouteResponse, W as CosmosMsg } from './swaggerTypes-sZ9ALP9m.js';
2
+ import { A as ApiRequest } from './generateApi-CpUxWvEf.js';
3
+ import { S as SignerGetters, b as GasOptions, U as UserAddress } from './client-types-B_ihV5t6.js';
4
4
 
5
5
  type CallbackStatus = "success" | "error" | "pending" | "completed";
6
6
  type TransactionCallbacks = {
@@ -1,4 +1,4 @@
1
- import { bw as Api } from './swaggerTypes-BkgwzRF2.js';
1
+ import { bw as Api } from './swaggerTypes-sZ9ALP9m.js';
2
2
 
3
3
  type CamelKey<S extends string> = S extends `${infer T}_${infer U}` ? `${T}${Capitalize<CamelKey<U>>}` : S;
4
4
  type Camel<T> = T extends (infer U)[] ? Camel<U>[] : T extends object ? {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- export { A as AcknowledgementErrorDetails, a as Affiliate, bw as Api, bs as ApiConfig, b as ApiError, c as Asset, d as AssetBetweenChains, e as AssetRecommendation, bh as AssetRecommendationsResponse, bd as AssetsFromSourceResponse, bb as AssetsRequest, bc as AssetsResponse, f as AutopilotAction, g as AutopilotMsg, h as AutopilotMsgWrapper, i as AxelarTransfer, j as AxelarTransferInfo, k as AxelarTransferState, l as AxelarTransferType, m as AxelarTransferWrapper, B as BalanceRequestChainEntry, E as BalanceResponseChainEntry, D as BalanceResponseDenomEntry, b7 as BalancesResponse, F as BankSend, H as BankSendWrapper, I as Bridge, J as BridgeType, b8 as BridgesResponse, C as CCTPTransfer, n as CCTPTransferInfo, p as CCTPTransferState, o as CCTPTransferTxs, q as CCTPTransferWrapper, K as Chain, M as ChainAffiliates, am as ChainTransaction, L as ChainType, b5 as ChainsRequest, b6 as ChainsResponse, bu as ContentType, N as ContractCallWithTokenError, O as ContractCallWithTokenErrorType, P as ContractCallWithTokenTxs, Q as CosmWasmContractMsg, R as CosmWasmContractMsgWrapper, b1 as CosmosModuleSupport, W as CosmosMsg, X as CosmosTx, Y as CosmosTxWrapper, T as Erc20Approval, V as Error, U as ErrorDetail, aW as EurekaTransfer, aX as EurekaTransferInfo, aY as EurekaTransferWrapper, Z as EvmSwap, _ as EvmSwapWrapper, $ as EvmTx, a0 as EvmTxWrapper, b4 as Fee, a3 as FeeAsset, b3 as FeeType, bq as FullRequestParams, bn as FungibleAssetsBetweenChainsCreateResponse, a5 as GRPCStatusCode, a4 as GoFastFee, G as GoFastTransfer, y as GoFastTransferInfo, w as GoFastTransferState, x as GoFastTransferTxs, z as GoFastTransferWrapper, bv as HttpClient, bt as HttpResponse, a6 as HyperlaneTransfer, a7 as HyperlaneTransferInfo, a8 as HyperlaneTransferState, a9 as HyperlaneTransferTransactions, aa as HyperlaneTransferWrapper, ab as IBCTransferInfo, b2 as IbcCapabilities, bm as IbcOriginAssetsResponse, aZ as LayerZeroTransfer, a_ as LayerZeroTransferInfo, aP as LayerZeroTransferState, ai as LayerZeroTransferTransactions, a$ as LayerZeroTransferWrapper, ac as Msg, bg as MsgsDirectResponse, bf as MsgsResponse, ae as MultiChainMsg, af as MultiChainMsgWrapper, aK as OPInitTransfer, aM as OPInitTransferInfo, aO as OPInitTransferState, aN as OPInitTransferTxs, aL as OPInitTransferWrapper, ag as Operation, ah as OptionalAsset, aj as Packet, ak as PacketError, al as PacketErrorType, an as PostHandler, bo as QueryParamsType, ao as Reason, b0 as RecommendationRequest, br as RequestParams, bp as ResponseFormat, aq as Route, ap as RoutePriceWarningType, be as RouteResponse, ar as SendTokenError, as as SendTokenErrorType, at as SendTokenTxs, S as SmartRelayFeeQuote, aD as SmartSwapExactCoinIn, aF as SmartSwapInWrapper, aE as SmartSwapOptions, r as StargateTransfer, u as StargateTransferInfo, s as StargateTransferState, t as StargateTransferTxs, v as StargateTransferWrapper, au as StatusError, av as StatusErrorType, bk as StatusRequest, bl as StatusResponse, bi as SubmitResponse, a1 as SvmTx, a2 as SvmTxWrapper, aw as Swap, ax as SwapExactCoinIn, ay as SwapExactCoinOut, az as SwapInWrapper, aA as SwapOperation, aB as SwapOutWrapper, aC as SwapRoute, aG as SwapVenue, aH as SwapWrapper, bj as TrackResponse, aI as TransactionExecutionErrorDetails, aJ as TransactionState, aQ as Transfer, aT as TransferAssetRelease, aR as TransferEvent, aS as TransferState, aU as TransferStatus, aV as TransferWrapper, ad as Tx, b9 as VenuesRequest, ba as VenuesResponse } from './swaggerTypes-BkgwzRF2.js';
2
- export { E as ExecuteRouteOptions, T as TransactionCallbacks, e as executeRoute } from './executeRoute-Dy607vic.js';
3
- export { E as EndpointOptions, b as GasOptions, G as GetFallbackGasAmount, a as GetGasPrice, e as SignCosmosMessageAminoOptions, d as SignCosmosMessageDirectOptions, c as SignCosmosMessageOptionsBase, S as SignerGetters, T as TxResult, U as UserAddress, V as ValidateGasResult } from './client-types-B5Wk1mFT.js';
1
+ export { A as AcknowledgementErrorDetails, a as Affiliate, bw as Api, bs as ApiConfig, b as ApiError, c as Asset, d as AssetBetweenChains, e as AssetRecommendation, bh as AssetRecommendationsResponse, bd as AssetsFromSourceResponse, bb as AssetsRequest, bc as AssetsResponse, f as AutopilotAction, g as AutopilotMsg, h as AutopilotMsgWrapper, i as AxelarTransfer, j as AxelarTransferInfo, k as AxelarTransferState, l as AxelarTransferType, m as AxelarTransferWrapper, B as BalanceRequestChainEntry, E as BalanceResponseChainEntry, D as BalanceResponseDenomEntry, b7 as BalancesResponse, F as BankSend, H as BankSendWrapper, I as Bridge, J as BridgeType, b8 as BridgesResponse, C as CCTPTransfer, n as CCTPTransferInfo, p as CCTPTransferState, o as CCTPTransferTxs, q as CCTPTransferWrapper, K as Chain, M as ChainAffiliates, am as ChainTransaction, L as ChainType, b5 as ChainsRequest, b6 as ChainsResponse, bu as ContentType, N as ContractCallWithTokenError, O as ContractCallWithTokenErrorType, P as ContractCallWithTokenTxs, Q as CosmWasmContractMsg, R as CosmWasmContractMsgWrapper, b1 as CosmosModuleSupport, W as CosmosMsg, X as CosmosTx, Y as CosmosTxWrapper, T as Erc20Approval, V as Error, U as ErrorDetail, aW as EurekaTransfer, aX as EurekaTransferInfo, aY as EurekaTransferWrapper, Z as EvmSwap, _ as EvmSwapWrapper, $ as EvmTx, a0 as EvmTxWrapper, b4 as Fee, a3 as FeeAsset, b3 as FeeType, bq as FullRequestParams, bn as FungibleAssetsBetweenChainsCreateResponse, a5 as GRPCStatusCode, a4 as GoFastFee, G as GoFastTransfer, y as GoFastTransferInfo, w as GoFastTransferState, x as GoFastTransferTxs, z as GoFastTransferWrapper, bv as HttpClient, bt as HttpResponse, a6 as HyperlaneTransfer, a7 as HyperlaneTransferInfo, a8 as HyperlaneTransferState, a9 as HyperlaneTransferTransactions, aa as HyperlaneTransferWrapper, ab as IBCTransferInfo, b2 as IbcCapabilities, bm as IbcOriginAssetsResponse, aZ as LayerZeroTransfer, a_ as LayerZeroTransferInfo, aP as LayerZeroTransferState, ai as LayerZeroTransferTransactions, a$ as LayerZeroTransferWrapper, ac as Msg, bg as MsgsDirectResponse, bf as MsgsResponse, ae as MultiChainMsg, af as MultiChainMsgWrapper, aK as OPInitTransfer, aM as OPInitTransferInfo, aO as OPInitTransferState, aN as OPInitTransferTxs, aL as OPInitTransferWrapper, ag as Operation, ah as OptionalAsset, aj as Packet, ak as PacketError, al as PacketErrorType, an as PostHandler, bo as QueryParamsType, ao as Reason, b0 as RecommendationRequest, br as RequestParams, bp as ResponseFormat, aq as Route, ap as RoutePriceWarningType, be as RouteResponse, ar as SendTokenError, as as SendTokenErrorType, at as SendTokenTxs, S as SmartRelayFeeQuote, aD as SmartSwapExactCoinIn, aF as SmartSwapInWrapper, aE as SmartSwapOptions, r as StargateTransfer, u as StargateTransferInfo, s as StargateTransferState, t as StargateTransferTxs, v as StargateTransferWrapper, au as StatusError, av as StatusErrorType, bk as StatusRequest, bl as StatusResponse, bi as SubmitResponse, a1 as SvmTx, a2 as SvmTxWrapper, aw as Swap, ax as SwapExactCoinIn, ay as SwapExactCoinOut, az as SwapInWrapper, aA as SwapOperation, aB as SwapOutWrapper, aC as SwapRoute, aG as SwapVenue, aH as SwapWrapper, bj as TrackResponse, aI as TransactionExecutionErrorDetails, aJ as TransactionState, aQ as Transfer, aT as TransferAssetRelease, aR as TransferEvent, aS as TransferState, aU as TransferStatus, aV as TransferWrapper, ad as Tx, b9 as VenuesRequest, ba as VenuesResponse } from './swaggerTypes-sZ9ALP9m.js';
2
+ export { E as ExecuteRouteOptions, T as TransactionCallbacks, e as executeRoute } from './executeRoute-Bob9mV8C.js';
3
+ export { E as EndpointOptions, b as GasOptions, G as GetFallbackGasAmount, a as GetGasPrice, e as SignCosmosMessageAminoOptions, d as SignCosmosMessageDirectOptions, c as SignCosmosMessageOptionsBase, S as SignerGetters, T as TxResult, U as UserAddress, V as ValidateGasResult } from './client-types-B_ihV5t6.js';
4
4
  export { assets } from './api/getAssets.js';
5
5
  export { assetsBetweenChains } from './api/getAssetsBetweenChains.js';
6
6
  export { bridges } from './api/getBridges.js';
@@ -17,11 +17,11 @@ export { submitTransaction } from './api/postSubmitTransaction.js';
17
17
  export { trackTransaction } from './api/postTrackTransaction.js';
18
18
  export { TxStatusResponse, transactionStatus } from './api/postTransactionStatus.js';
19
19
  export { getSigningStargateClient, getSigningStargateClientProps } from './public-functions/getSigningStargateClient.js';
20
- export { S as SkipClientOptions, s as setClientOptions } from './setClientOptions-DNQRvnRl.js';
20
+ export { S as SkipClientOptions, s as setClientOptions } from './setClientOptions-C4rwBrB4.js';
21
21
  export { getRecommendedGasPrice } from './public-functions/getRecommendedGasPrice.js';
22
22
  export { getFeeInfoForChain } from './public-functions/getFeeInfoForChain.js';
23
23
  export { SetApiOptionsProps, setApiOptions } from './public-functions/setApiOptions.js';
24
- import './generateApi-DBAMmstt.js';
24
+ import './generateApi-CpUxWvEf.js';
25
25
  import '@cosmjs/amino';
26
26
  import '@cosmjs/proto-signing';
27
27
  import '@cosmjs/stargate';
@@ -896,7 +896,7 @@ interface RouteJson {
896
896
  /** Denom of the source asset */
897
897
  source_asset_denom: string;
898
898
  /** Swap venue on which the swap is performed, if a swap is performed */
899
- swap_venue?: SwapVenueJson;
899
+ swap_venues?: SwapVenueJson[];
900
900
  /** Number of transactions required to perform the transfer or swap */
901
901
  txs_required: number;
902
902
  /** Amount of the source denom, converted to USD value */
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- export { executeRoute } from './chunk-R5U2IBQY.js';
2
- export { getRecommendedGasPrice } from './chunk-PWSY2PQJ.js';
1
+ export { executeRoute } from './chunk-R4PWQNPU.js';
2
+ export { getRecommendedGasPrice } from './chunk-LJSGCCOX.js';
3
3
  import './chunk-VQ5SIQWU.js';
4
- export { getFeeInfoForChain } from './chunk-T2TOUPEA.js';
4
+ export { getFeeInfoForChain } from './chunk-4TKPLI5S.js';
5
5
  export { GAS_STATION_CHAIN_IDS } from './chunk-SWYON2RG.js';
6
- export { getSigningStargateClient } from './chunk-UPL6CT4S.js';
7
- import './chunk-JTIHU43D.js';
6
+ export { getSigningStargateClient } from './chunk-MB5ENUER.js';
7
+ import './chunk-36MCR5DZ.js';
8
8
  export { setApiOptions } from './chunk-KWVMUF5R.js';
9
9
  export { setClientOptions } from './chunk-GTJ2EDUG.js';
10
10
  import './chunk-TD63P2AG.js';
@@ -1,7 +1,7 @@
1
- export { E as ExecuteRouteOptions, e as executeRoute } from '../executeRoute-Dy607vic.js';
2
- import '../swaggerTypes-BkgwzRF2.js';
3
- import '../generateApi-DBAMmstt.js';
4
- import '../client-types-B5Wk1mFT.js';
1
+ export { E as ExecuteRouteOptions, e as executeRoute } from '../executeRoute-Bob9mV8C.js';
2
+ import '../swaggerTypes-sZ9ALP9m.js';
3
+ import '../generateApi-CpUxWvEf.js';
4
+ import '../client-types-B_ihV5t6.js';
5
5
  import '@cosmjs/amino';
6
6
  import '@cosmjs/proto-signing';
7
7
  import '@cosmjs/stargate';
@@ -1,8 +1,8 @@
1
- export { executeRoute } from '../chunk-R5U2IBQY.js';
1
+ export { executeRoute } from '../chunk-R4PWQNPU.js';
2
2
  import '../chunk-VQ5SIQWU.js';
3
3
  import '../chunk-SWYON2RG.js';
4
- import '../chunk-UPL6CT4S.js';
5
- import '../chunk-JTIHU43D.js';
4
+ import '../chunk-MB5ENUER.js';
5
+ import '../chunk-36MCR5DZ.js';
6
6
  import '../chunk-TD63P2AG.js';
7
7
  import '../chunk-7FSLD7Y4.js';
8
8
  import '../chunk-7P6AOFMX.js';
@@ -1,4 +1,4 @@
1
- import { a3 as FeeAsset } from '../swaggerTypes-BkgwzRF2.js';
1
+ import { a3 as FeeAsset } from '../swaggerTypes-sZ9ALP9m.js';
2
2
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
3
3
 
4
4
  type GetFeeInfoForChainProps = {
@@ -1,5 +1,5 @@
1
- export { getFeeInfoForChain } from '../chunk-T2TOUPEA.js';
1
+ export { getFeeInfoForChain } from '../chunk-4TKPLI5S.js';
2
2
  import '../chunk-SWYON2RG.js';
3
- import '../chunk-JTIHU43D.js';
3
+ import '../chunk-36MCR5DZ.js';
4
4
  import '../chunk-EAUM5JYS.js';
5
5
  import '../chunk-SOGMQT4H.js';
@@ -1,7 +1,7 @@
1
- export { getRecommendedGasPrice } from '../chunk-PWSY2PQJ.js';
1
+ export { getRecommendedGasPrice } from '../chunk-LJSGCCOX.js';
2
2
  import '../chunk-VQ5SIQWU.js';
3
- import '../chunk-T2TOUPEA.js';
3
+ import '../chunk-4TKPLI5S.js';
4
4
  import '../chunk-SWYON2RG.js';
5
- import '../chunk-JTIHU43D.js';
5
+ import '../chunk-36MCR5DZ.js';
6
6
  import '../chunk-EAUM5JYS.js';
7
7
  import '../chunk-SOGMQT4H.js';
@@ -1,4 +1,4 @@
1
- export { getSigningStargateClient } from '../chunk-UPL6CT4S.js';
2
- import '../chunk-JTIHU43D.js';
1
+ export { getSigningStargateClient } from '../chunk-MB5ENUER.js';
2
+ import '../chunk-36MCR5DZ.js';
3
3
  import '../chunk-EAUM5JYS.js';
4
4
  import '../chunk-SOGMQT4H.js';
@@ -1,5 +1,5 @@
1
1
  import { S as SkipApiOptions } from '../apiState-CdzxTxYd.js';
2
- import { M as ChainAffiliates } from '../swaggerTypes-BkgwzRF2.js';
2
+ import { M as ChainAffiliates } from '../swaggerTypes-sZ9ALP9m.js';
3
3
 
4
4
  type SetApiOptionsProps = {
5
5
  chainIdsToAffiliates?: Record<string, ChainAffiliates>;
@@ -1,9 +1,9 @@
1
- export { s as setClientOptions } from '../setClientOptions-DNQRvnRl.js';
1
+ export { s as setClientOptions } from '../setClientOptions-C4rwBrB4.js';
2
2
  import '@cosmjs/proto-signing';
3
3
  import '@cosmjs/stargate';
4
4
  import '../apiState-CdzxTxYd.js';
5
- import '../client-types-B5Wk1mFT.js';
5
+ import '../client-types-B_ihV5t6.js';
6
6
  import '@cosmjs/amino';
7
7
  import 'viem';
8
8
  import '@solana/wallet-adapter-base';
9
- import '../swaggerTypes-BkgwzRF2.js';
9
+ import '../swaggerTypes-sZ9ALP9m.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-CdzxTxYd.js';
4
- import { E as EndpointOptions } from './client-types-B5Wk1mFT.js';
4
+ import { E as EndpointOptions } from './client-types-B_ihV5t6.js';
5
5
 
6
6
  type SkipClientOptions = SkipApiOptions & {
7
7
  endpointOptions?: {
@@ -865,7 +865,7 @@ interface Route {
865
865
  /** Denom of the source asset */
866
866
  sourceAssetDenom: string;
867
867
  /** Swap venue on which the swap is performed, if a swap is performed */
868
- swapVenue?: SwapVenue;
868
+ swapVenues?: SwapVenue[];
869
869
  /** Number of transactions required to perform the transfer or swap */
870
870
  txsRequired: number;
871
871
  /** Amount of the source denom, converted to USD value */
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.1.3",
4
+ "version": "1.1.4",
5
5
  "repository": "https://github.com/skip-mev/skip-go",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",