@skip-go/client 0.8.0 → 0.8.1
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/{chunk-JQE2L2GO.js → chunk-MVYCWIUE.js} +8 -4
- package/dist/index.d.ts +2 -2
- package/dist/index.js +185 -185
- package/dist/{shared-D1dMlI_1.d.ts → shared-CXij4l4y.d.ts} +4 -0
- package/dist/transactions.d.ts +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.js +161 -161
- package/package.json +1 -1
|
@@ -771,12 +771,14 @@ type SwapExactCoinInJSON = {
|
|
|
771
771
|
swap_operations: SwapOperationJSON[];
|
|
772
772
|
swap_amount_in?: string;
|
|
773
773
|
price_impact_percent?: string;
|
|
774
|
+
estimated_amount_out: string;
|
|
774
775
|
};
|
|
775
776
|
type SwapExactCoinIn = {
|
|
776
777
|
swapVenue: SwapVenue;
|
|
777
778
|
swapOperations: SwapOperation[];
|
|
778
779
|
swapAmountIn?: string;
|
|
779
780
|
priceImpactPercent?: string;
|
|
781
|
+
estimatedAmountOut: string;
|
|
780
782
|
};
|
|
781
783
|
type SwapRouteJSON = {
|
|
782
784
|
swap_amount_in: string;
|
|
@@ -791,10 +793,12 @@ type SwapRoute = {
|
|
|
791
793
|
type SmartSwapExactCoinInJSON = {
|
|
792
794
|
swap_venue: SwapVenueJSON;
|
|
793
795
|
swap_routes: SwapRouteJSON[];
|
|
796
|
+
estimated_amount_out: string;
|
|
794
797
|
};
|
|
795
798
|
type SmartSwapExactCoinIn = {
|
|
796
799
|
swapVenue: SwapVenue;
|
|
797
800
|
swapRoutes: SwapRoute[];
|
|
801
|
+
estimatedAmountOut: string;
|
|
798
802
|
};
|
|
799
803
|
type SwapJSON = ({
|
|
800
804
|
swap_in: SwapExactCoinInJSON;
|
package/dist/transactions.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EncodeObject } from '@cosmjs/proto-signing';
|
|
2
2
|
import { Msgs } from '@injectivelabs/sdk-ts/dist/cjs/core/modules/msgs';
|
|
3
|
-
import { C as CosmosMsg } from './shared-
|
|
3
|
+
import { C as CosmosMsg } from './shared-CXij4l4y.js';
|
|
4
4
|
import { SigningStargateClient } from '@cosmjs/stargate';
|
|
5
5
|
|
|
6
6
|
declare const DEFAULT_GAS_MULTIPLIER = 1.5;
|
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a7 as AffiliateJSON, a8 as Affiliate, p as AssetJSON, b as Asset, ax as AssetRecommendationJSON, aw as AssetRecommendation, av as AssetsFromSourceRequestJSON, c as AssetsFromSourceRequest, au as AssetsRequestJSON, A as AssetsRequest, az as RecommendAssetsRequestJSON, aA as RecommendAssetsRequest, aB as RecommendAssetsResponseJSON, aC as RecommendAssetsResponse, aD as RecommendationEntryJSON, l as RecommendationEntry, aT as EstimatedFeeJSON, aS as EstimatedFee, P as SwapVenueJSON, n as SwapVenue, Q as SwapVenueRequestJSON, U as SwapVenueRequest, aH as RouteRequestJSON, h as RouteRequest, q as TransferJSON, r as Transfer, V as SwapOperationJSON, W as SwapOperation, $ as SwapRouteJSON, a0 as SwapRoute, Z as SwapExactCoinInJSON, _ as SwapExactCoinIn, a1 as SmartSwapExactCoinInJSON, a2 as SmartSwapExactCoinIn, X as SwapExactCoinOutJSON, Y as SwapExactCoinOut, a3 as SwapJSON, a4 as Swap, a5 as EvmSwapJSON, a6 as EvmSwap, aU as OperationJSON, aV as Operation, aW as RouteResponseJSON, R as RouteResponse, ab as CosmWasmContractMsgJSON, ac as CosmWasmContractMsg, af as PostHandlerJSON, ag as PostHandler, aX as MsgsRequestJSON, f as MsgsRequest, w as MultiChainMsgJSON, M as MultiChainMsg, x as CosmosMsgJSON, C as CosmosMsg, I as IBCAddressJSON, o as IBCAddress, s as AxelarTransferJSON, t as AxelarTransfer, u as BankSendJSON, v as BankSend, L as SmartRelayFeeQuoteJSON, N as SmartRelayFeeQuote, F as CCTPTransferJSON, G as CCTPTransfer, H as HyperlaneTransferJSON, J as HyperlaneTransfer, O as OPInitTransferJSON, K as OPInitTransfer, ah as ERC20ApprovalJSON, ai as ERC20Approval, aj as SvmTxJSON, S as SvmTx, ak as EvmTxJSON, E as EvmTx, y as CosmosTxJSON, z as CosmosTx, a$ as TxJSON, T as Tx, aZ as MsgJSON, a_ as Msg, b0 as MsgsResponseJSON, g as MsgsResponse, al as DenomWithChainIDJSON, D as DenomWithChainID, an as AssetOrErrorJSON, m as AssetOrError, ao as OriginAssetsRequestJSON, ap as OriginAssetsRequest, aq as OriginAssetsResponseJSON, ar as OriginAssetsResponse, b2 as AssetBetweenChainsJSON, e as AssetBetweenChains, b3 as AssetsBetweenChainsRequestJSON, d as AssetsBetweenChainsRequest, b4 as AssetsBetweenChainsResponseJSON, b5 as AssetsBetweenChainsResponse, ay as AssetRecommendationRequestJSON, k as AssetRecommendationRequest, b6 as BridgesResponseJSON, b7 as BridgesResponse, b8 as BridgeJSON, B as Bridge, aY as MsgsDirectRequestJSON, i as MsgsDirectRequest, as as SmartSwapOptionsJSON, at as SmartSwapOptions, a9 as ChainAffiliatesJSON, a as ChainAffiliates } from './shared-
|
|
2
|
-
export { am as ApiError, ad as AutopilotAction, ae as AutopilotMsg, b1 as BridgeType, aO as ExperimentalFeature, aR as FeeType, j as MsgsDirectResponse, aI as MsgsDirectResponseJSON, aQ as MsgsWarning, aN as MsgsWarningType, aa as Reason, aJ as RouteRequestBase, aE as RouteRequestBaseJSON, aK as RouteRequestGivenIn, aF as RouteRequestGivenInJSON, aL as RouteRequestGivenOut, aG as RouteRequestGivenOutJSON, aP as RouteWarning, aM as RouteWarningType } from './shared-
|
|
1
|
+
import { a7 as AffiliateJSON, a8 as Affiliate, p as AssetJSON, b as Asset, ax as AssetRecommendationJSON, aw as AssetRecommendation, av as AssetsFromSourceRequestJSON, c as AssetsFromSourceRequest, au as AssetsRequestJSON, A as AssetsRequest, az as RecommendAssetsRequestJSON, aA as RecommendAssetsRequest, aB as RecommendAssetsResponseJSON, aC as RecommendAssetsResponse, aD as RecommendationEntryJSON, l as RecommendationEntry, aT as EstimatedFeeJSON, aS as EstimatedFee, P as SwapVenueJSON, n as SwapVenue, Q as SwapVenueRequestJSON, U as SwapVenueRequest, aH as RouteRequestJSON, h as RouteRequest, q as TransferJSON, r as Transfer, V as SwapOperationJSON, W as SwapOperation, $ as SwapRouteJSON, a0 as SwapRoute, Z as SwapExactCoinInJSON, _ as SwapExactCoinIn, a1 as SmartSwapExactCoinInJSON, a2 as SmartSwapExactCoinIn, X as SwapExactCoinOutJSON, Y as SwapExactCoinOut, a3 as SwapJSON, a4 as Swap, a5 as EvmSwapJSON, a6 as EvmSwap, aU as OperationJSON, aV as Operation, aW as RouteResponseJSON, R as RouteResponse, ab as CosmWasmContractMsgJSON, ac as CosmWasmContractMsg, af as PostHandlerJSON, ag as PostHandler, aX as MsgsRequestJSON, f as MsgsRequest, w as MultiChainMsgJSON, M as MultiChainMsg, x as CosmosMsgJSON, C as CosmosMsg, I as IBCAddressJSON, o as IBCAddress, s as AxelarTransferJSON, t as AxelarTransfer, u as BankSendJSON, v as BankSend, L as SmartRelayFeeQuoteJSON, N as SmartRelayFeeQuote, F as CCTPTransferJSON, G as CCTPTransfer, H as HyperlaneTransferJSON, J as HyperlaneTransfer, O as OPInitTransferJSON, K as OPInitTransfer, ah as ERC20ApprovalJSON, ai as ERC20Approval, aj as SvmTxJSON, S as SvmTx, ak as EvmTxJSON, E as EvmTx, y as CosmosTxJSON, z as CosmosTx, a$ as TxJSON, T as Tx, aZ as MsgJSON, a_ as Msg, b0 as MsgsResponseJSON, g as MsgsResponse, al as DenomWithChainIDJSON, D as DenomWithChainID, an as AssetOrErrorJSON, m as AssetOrError, ao as OriginAssetsRequestJSON, ap as OriginAssetsRequest, aq as OriginAssetsResponseJSON, ar as OriginAssetsResponse, b2 as AssetBetweenChainsJSON, e as AssetBetweenChains, b3 as AssetsBetweenChainsRequestJSON, d as AssetsBetweenChainsRequest, b4 as AssetsBetweenChainsResponseJSON, b5 as AssetsBetweenChainsResponse, ay as AssetRecommendationRequestJSON, k as AssetRecommendationRequest, b6 as BridgesResponseJSON, b7 as BridgesResponse, b8 as BridgeJSON, B as Bridge, aY as MsgsDirectRequestJSON, i as MsgsDirectRequest, as as SmartSwapOptionsJSON, at as SmartSwapOptions, a9 as ChainAffiliatesJSON, a as ChainAffiliates } from './shared-CXij4l4y.js';
|
|
2
|
+
export { am as ApiError, ad as AutopilotAction, ae as AutopilotMsg, b1 as BridgeType, aO as ExperimentalFeature, aR as FeeType, j as MsgsDirectResponse, aI as MsgsDirectResponseJSON, aQ as MsgsWarning, aN as MsgsWarningType, aa as Reason, aJ as RouteRequestBase, aE as RouteRequestBaseJSON, aK as RouteRequestGivenIn, aF as RouteRequestGivenInJSON, aL as RouteRequestGivenOut, aG as RouteRequestGivenOutJSON, aP as RouteWarning, aM as RouteWarningType } from './shared-CXij4l4y.js';
|
|
3
3
|
|
|
4
4
|
type SubmitTxRequestJSON = {
|
|
5
5
|
tx: string;
|