@skip-go/client 1.1.2 → 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.
- package/dist/api/getAssets.d.ts +1 -1
- package/dist/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/api/getBridges.d.ts +1 -1
- package/dist/api/getChains.d.ts +1 -1
- package/dist/api/postAssetsFromSource.d.ts +1 -1
- package/dist/api/postBalances.d.ts +2 -2
- package/dist/api/postMessages.d.ts +3 -3
- package/dist/api/postMessagesDirect.d.ts +4 -4
- package/dist/api/postRecommendAssets.d.ts +1 -1
- package/dist/api/postRoute.d.ts +5 -5
- package/dist/api/postTransactionStatus.d.ts +2 -2
- package/dist/chunk-36MCR5DZ.js +183 -0
- package/dist/{chunk-T2TOUPEA.js → chunk-4TKPLI5S.js} +1 -1
- package/dist/{chunk-PWSY2PQJ.js → chunk-LJSGCCOX.js} +1 -1
- package/dist/{chunk-UPL6CT4S.js → chunk-MB5ENUER.js} +1 -1
- package/dist/{chunk-XS6ZMEDX.js → chunk-R4PWQNPU.js} +2 -5
- package/dist/{client-types-BvdIj_Nf.d.ts → client-types-B_ihV5t6.d.ts} +1 -1
- package/dist/{executeRoute-CxEpxhJ4.d.ts → executeRoute-Bob9mV8C.d.ts} +3 -3
- package/dist/{generateApi-BXIkShKU.d.ts → generateApi-CpUxWvEf.d.ts} +1 -1
- package/dist/index.d.ts +17 -17
- package/dist/index.js +5 -5
- package/dist/public-functions/executeRoute.d.ts +4 -4
- package/dist/public-functions/executeRoute.js +3 -3
- package/dist/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/public-functions/getFeeInfoForChain.js +2 -2
- package/dist/public-functions/getRecommendedGasPrice.js +3 -3
- package/dist/public-functions/getSigningStargateClient.js +2 -2
- package/dist/public-functions/setApiOptions.d.ts +1 -1
- package/dist/public-functions/setClientOptions.d.ts +3 -3
- package/dist/{setClientOptions-BkD-BMo7.d.ts → setClientOptions-C4rwBrB4.d.ts} +1 -1
- package/dist/{swaggerTypes-A72fxJ5y.d.ts → swaggerTypes-sZ9ALP9m.d.ts} +2 -2
- package/package.json +1 -1
- 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-
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import { chains, findFirstWorkingEndpoint } from './chunk-
|
|
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-
|
|
4
|
-
import { chains, findFirstWorkingEndpoint, getIsEthermint, getIsInitia } from './chunk-
|
|
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';
|
|
@@ -1482,9 +1482,6 @@ var validateGasBalances = async ({
|
|
|
1482
1482
|
enabledChainIds,
|
|
1483
1483
|
useUnlimitedApproval
|
|
1484
1484
|
}) => {
|
|
1485
|
-
if (txs.every((tx) => "cosmosTx" in tx === void 0) || txs.every((tx) => "svmTx" in tx === void 0)) {
|
|
1486
|
-
return;
|
|
1487
|
-
}
|
|
1488
1485
|
onValidateGasBalance?.({
|
|
1489
1486
|
status: "pending"
|
|
1490
1487
|
});
|
|
@@ -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-
|
|
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-
|
|
2
|
-
import { A as ApiRequest } from './generateApi-
|
|
3
|
-
import { S as SignerGetters, b as GasOptions, U as UserAddress } from './client-types-
|
|
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-
|
|
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-
|
|
2
|
-
export { E as ExecuteRouteOptions, T as TransactionCallbacks, e as executeRoute } from './executeRoute-
|
|
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-
|
|
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-
|
|
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-
|
|
24
|
+
import './generateApi-CpUxWvEf.js';
|
|
25
25
|
import '@cosmjs/amino';
|
|
26
26
|
import '@cosmjs/proto-signing';
|
|
27
27
|
import '@cosmjs/stargate';
|
|
@@ -308,7 +308,7 @@ interface StargateTransferJson {
|
|
|
308
308
|
oft_fee_amount_usd?: string;
|
|
309
309
|
messaging_fee_asset?: AssetJson;
|
|
310
310
|
messaging_fee_amount?: string;
|
|
311
|
-
|
|
311
|
+
messaging_fee_amount_usd?: string;
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Stargate transfer state:
|
|
@@ -676,7 +676,7 @@ interface FeeAssetJson {
|
|
|
676
676
|
}
|
|
677
677
|
/** Go fast Fee */
|
|
678
678
|
interface GoFastFeeJson {
|
|
679
|
-
|
|
679
|
+
feeAsset: AssetJson;
|
|
680
680
|
bpsFee?: string;
|
|
681
681
|
bpsFeeAmount?: string;
|
|
682
682
|
bpsFeeUsd?: string;
|
|
@@ -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
|
-
|
|
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 */
|
|
@@ -1200,15 +1200,15 @@ interface TransferJson {
|
|
|
1200
1200
|
smart_relay?: boolean;
|
|
1201
1201
|
}
|
|
1202
1202
|
interface TransferEventJson {
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1203
|
+
ibc_transfer?: IBCTransferInfoJson;
|
|
1204
|
+
axelar_transfer?: AxelarTransferInfoJson;
|
|
1205
|
+
cctp_transfer?: CCTPTransferInfoJson;
|
|
1206
|
+
hyperlane_transfer?: HyperlaneTransferInfoJson;
|
|
1207
|
+
op_init_transfer?: OPInitTransferInfoJson;
|
|
1208
|
+
stargate_transfer?: StargateTransferInfoJson;
|
|
1209
|
+
go_fast_transfer?: GoFastTransferInfoJson;
|
|
1210
|
+
eureka_transfer?: EurekaTransferInfoJson;
|
|
1211
|
+
layer_zero_transfer?: LayerZeroTransferInfoJson;
|
|
1212
1212
|
}
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Transfer state:
|
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { executeRoute } from './chunk-
|
|
2
|
-
export { getRecommendedGasPrice } from './chunk-
|
|
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-
|
|
4
|
+
export { getFeeInfoForChain } from './chunk-4TKPLI5S.js';
|
|
5
5
|
export { GAS_STATION_CHAIN_IDS } from './chunk-SWYON2RG.js';
|
|
6
|
-
export { getSigningStargateClient } from './chunk-
|
|
7
|
-
import './chunk-
|
|
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-
|
|
2
|
-
import '../swaggerTypes-
|
|
3
|
-
import '../generateApi-
|
|
4
|
-
import '../client-types-
|
|
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-
|
|
1
|
+
export { executeRoute } from '../chunk-R4PWQNPU.js';
|
|
2
2
|
import '../chunk-VQ5SIQWU.js';
|
|
3
3
|
import '../chunk-SWYON2RG.js';
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
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,5 +1,5 @@
|
|
|
1
|
-
export { getFeeInfoForChain } from '../chunk-
|
|
1
|
+
export { getFeeInfoForChain } from '../chunk-4TKPLI5S.js';
|
|
2
2
|
import '../chunk-SWYON2RG.js';
|
|
3
|
-
import '../chunk-
|
|
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-
|
|
1
|
+
export { getRecommendedGasPrice } from '../chunk-LJSGCCOX.js';
|
|
2
2
|
import '../chunk-VQ5SIQWU.js';
|
|
3
|
-
import '../chunk-
|
|
3
|
+
import '../chunk-4TKPLI5S.js';
|
|
4
4
|
import '../chunk-SWYON2RG.js';
|
|
5
|
-
import '../chunk-
|
|
5
|
+
import '../chunk-36MCR5DZ.js';
|
|
6
6
|
import '../chunk-EAUM5JYS.js';
|
|
7
7
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
4
|
+
import { E as EndpointOptions } from './client-types-B_ihV5t6.js';
|
|
5
5
|
|
|
6
6
|
type SkipClientOptions = SkipApiOptions & {
|
|
7
7
|
endpointOptions?: {
|
|
@@ -277,7 +277,7 @@ interface StargateTransfer {
|
|
|
277
277
|
oftFeeAmountUsd?: string;
|
|
278
278
|
messagingFeeAsset?: Asset;
|
|
279
279
|
messagingFeeAmount?: string;
|
|
280
|
-
|
|
280
|
+
messagingFeeAmountUsd?: string;
|
|
281
281
|
}
|
|
282
282
|
/**
|
|
283
283
|
* Stargate transfer state:
|
|
@@ -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
|
-
|
|
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 */
|