@skip-go/client 1.5.16 → 1.6.0-alpha.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/cjs/api/getAssets.cjs +1 -1
- package/dist/cjs/api/getAssetsBetweenChains.cjs +1 -1
- package/dist/cjs/api/getBridges.cjs +1 -1
- package/dist/cjs/api/getChains.cjs +1 -1
- package/dist/cjs/api/getVenues.cjs +1 -1
- package/dist/cjs/api/postAssetsFromSource.cjs +1 -1
- package/dist/cjs/api/postBalances.cjs +1 -1
- package/dist/cjs/api/postIbcOriginAssets.cjs +1 -1
- package/dist/cjs/api/postMessages.cjs +1 -1
- package/dist/cjs/api/postMessagesDirect.cjs +1 -1
- package/dist/cjs/api/postRecommendAssets.cjs +1 -1
- package/dist/cjs/api/postRoute.cjs +1 -1
- package/dist/cjs/api/postSubmitTransaction.cjs +1 -1
- package/dist/cjs/api/postTrackTransaction.cjs +1 -1
- package/dist/cjs/api/postTransactionStatus.cjs +1 -1
- package/dist/cjs/{chunk-SNDRAYA6.cjs → chunk-GDDD6R2X.cjs} +4 -1
- package/dist/cjs/{chunk-WOSAJSJB.cjs → chunk-LJV45UGL.cjs} +1 -0
- package/dist/cjs/index.cjs +48 -48
- package/dist/cjs/public-functions/executeMultipleRoutes.cjs +1 -1
- package/dist/cjs/public-functions/executeRoute.cjs +1 -1
- package/dist/cjs/public-functions/getEvmGasAmountForMessage.cjs +1 -1
- package/dist/cjs/public-functions/getFeeInfoForChain.cjs +1 -1
- package/dist/cjs/public-functions/getRecommendedGasPrice.cjs +1 -1
- package/dist/cjs/public-functions/getRouteWithGasOnReceive.cjs +3 -3
- package/dist/cjs/public-functions/getSigningStargateClient.cjs +1 -1
- package/dist/cjs/public-functions/setApiOptions.cjs +1 -1
- package/dist/cjs/public-functions/setClientOptions.cjs +1 -1
- package/dist/cjs/public-functions/subscribeToRouteStatus.cjs +1 -1
- package/dist/cjs/public-functions/validateCosmosGasBalance.cjs +1 -1
- package/dist/cjs/public-functions/waitForTransaction.cjs +1 -1
- package/dist/esm/api/getAssets.d.ts +1 -1
- package/dist/esm/api/getAssets.js +1 -1
- package/dist/esm/api/getAssetsBetweenChains.d.ts +1 -1
- package/dist/esm/api/getAssetsBetweenChains.js +1 -1
- package/dist/esm/api/getBridges.d.ts +1 -1
- package/dist/esm/api/getBridges.js +1 -1
- package/dist/esm/api/getChains.d.ts +1 -1
- package/dist/esm/api/getChains.js +1 -1
- package/dist/esm/api/getVenues.js +1 -1
- package/dist/esm/api/postAssetsFromSource.d.ts +1 -1
- package/dist/esm/api/postAssetsFromSource.js +1 -1
- package/dist/esm/api/postBalances.d.ts +2 -2
- package/dist/esm/api/postBalances.js +1 -1
- package/dist/esm/api/postIbcOriginAssets.js +1 -1
- package/dist/esm/api/postMessages.d.ts +2 -2
- package/dist/esm/api/postMessages.js +1 -1
- package/dist/esm/api/postMessagesDirect.d.ts +1 -1
- package/dist/esm/api/postMessagesDirect.js +1 -1
- package/dist/esm/api/postRecommendAssets.d.ts +1 -1
- package/dist/esm/api/postRecommendAssets.js +1 -1
- package/dist/esm/api/postRoute.d.ts +2 -2
- package/dist/esm/api/postRoute.js +1 -1
- package/dist/esm/api/postSubmitTransaction.d.ts +2 -2
- package/dist/esm/api/postSubmitTransaction.js +1 -1
- package/dist/esm/api/postTrackTransaction.d.ts +2 -2
- package/dist/esm/api/postTrackTransaction.js +1 -1
- package/dist/esm/api/postTransactionStatus.d.ts +2 -2
- package/dist/esm/api/postTransactionStatus.js +1 -1
- package/dist/esm/{callbacks-CZNSHCBb.d.ts → callbacks-1e6BnDot.d.ts} +3 -3
- package/dist/esm/{chunk-6URWUQ4I.js → chunk-A4HQEGYV.js} +5 -2
- package/dist/esm/{chunk-HP5EMWC6.js → chunk-ULUX2CVU.js} +1 -0
- package/dist/esm/{client-types-BX_0924O.d.ts → client-types-Bz-WqtM3.d.ts} +1 -1
- package/dist/esm/{generateApi-Clc85Kxw.d.ts → generateApi-Bi3W_Sti.d.ts} +1 -1
- package/dist/esm/index.d.ts +9 -6
- package/dist/esm/index.js +2 -2
- package/dist/esm/public-functions/executeMultipleRoutes.d.ts +4 -4
- package/dist/esm/public-functions/executeMultipleRoutes.js +1 -1
- package/dist/esm/public-functions/executeRoute.d.ts +4 -4
- package/dist/esm/public-functions/executeRoute.js +1 -1
- package/dist/esm/public-functions/getCosmosGasAmountForMessage.d.ts +1 -1
- package/dist/esm/public-functions/getEvmGasAmountForMessage.d.ts +3 -3
- package/dist/esm/public-functions/getEvmGasAmountForMessage.js +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.d.ts +1 -1
- package/dist/esm/public-functions/getFeeInfoForChain.js +1 -1
- package/dist/esm/public-functions/getRecommendedGasPrice.js +1 -1
- package/dist/esm/public-functions/getRouteWithGasOnReceive.d.ts +1 -1
- package/dist/esm/public-functions/getRouteWithGasOnReceive.js +2 -2
- package/dist/esm/public-functions/getSigningStargateClient.js +1 -1
- package/dist/esm/public-functions/setApiOptions.d.ts +1 -1
- package/dist/esm/public-functions/setApiOptions.js +1 -1
- package/dist/esm/public-functions/setClientOptions.d.ts +4 -4
- package/dist/esm/public-functions/setClientOptions.js +1 -1
- package/dist/esm/public-functions/subscribeToRouteStatus.d.ts +4 -4
- package/dist/esm/public-functions/subscribeToRouteStatus.js +1 -1
- package/dist/esm/public-functions/validateCosmosGasBalance.d.ts +4 -4
- package/dist/esm/public-functions/validateCosmosGasBalance.js +1 -1
- package/dist/esm/public-functions/waitForTransaction.d.ts +4 -4
- package/dist/esm/public-functions/waitForTransaction.js +1 -1
- package/dist/esm/{setClientOptions-DD5Mzkw_.d.ts → setClientOptions-QO8p3yRr.d.ts} +3 -3
- package/dist/esm/{swaggerTypes-Dr4I6vW2.d.ts → swaggerTypes-Cvh0GDv-.d.ts} +4 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-Bi3W_Sti.js';
|
|
3
|
+
import '../swaggerTypes-Cvh0GDv-.js';
|
|
4
4
|
|
|
5
5
|
declare const balances: (options?: ({
|
|
6
6
|
chains?: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as FeeType, B as BridgeType, F as FeeBehavior } from '../swaggerTypes-
|
|
1
|
+
import { a as FeeType, B as BridgeType, F as FeeBehavior } from '../swaggerTypes-Cvh0GDv-.js';
|
|
2
2
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
3
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-Bi3W_Sti.js';
|
|
4
4
|
|
|
5
5
|
declare const messages: (request: MessagesRequest) => Promise<{
|
|
6
6
|
msgs?: ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { i as AutopilotAction, B as BridgeType, R as RoutePriceWarningType, a as FeeType, F as FeeBehavior } from '../swaggerTypes-
|
|
2
|
+
import { i as AutopilotAction, B as BridgeType, R as RoutePriceWarningType, a as FeeType, F as FeeBehavior } from '../swaggerTypes-Cvh0GDv-.js';
|
|
3
3
|
|
|
4
4
|
declare const messagesDirect: (options?: ({
|
|
5
5
|
sourceAssetDenom?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as BridgeType, R as RoutePriceWarningType, a as FeeType, F as FeeBehavior } from '../swaggerTypes-
|
|
1
|
+
import { B as BridgeType, R as RoutePriceWarningType, a as FeeType, F as FeeBehavior } from '../swaggerTypes-Cvh0GDv-.js';
|
|
2
2
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
3
|
-
import { A as ApiRequest } from '../generateApi-
|
|
3
|
+
import { A as ApiRequest } from '../generateApi-Bi3W_Sti.js';
|
|
4
4
|
|
|
5
5
|
declare const route: (request: RouteRequest) => Promise<{
|
|
6
6
|
amountIn: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { A as ApiRequest, a as ApiResponse } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, a as ApiResponse } from '../generateApi-Bi3W_Sti.js';
|
|
3
|
+
import '../swaggerTypes-Cvh0GDv-.js';
|
|
4
4
|
|
|
5
5
|
declare const submitTransaction: (options?: ({
|
|
6
6
|
tx?: string | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { A as ApiRequest, P as PollingProps } from '../generateApi-
|
|
3
|
-
import '../swaggerTypes-
|
|
2
|
+
import { A as ApiRequest, P as PollingProps } from '../generateApi-Bi3W_Sti.js';
|
|
3
|
+
import '../swaggerTypes-Cvh0GDv-.js';
|
|
4
4
|
|
|
5
5
|
type TrackTxRequest = ApiRequest<"status"> & TrackTxPollingProps & SkipApiOptions;
|
|
6
6
|
type TrackTxPollingProps = Omit<PollingProps<"status">, "isSuccess" | "onError" | "onSuccess">;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as TransactionState, P as PacketErrorType, T as TransferState, h as AxelarTransferState, C as ContractCallWithTokenErrorType, c as SendTokenErrorType, A as AxelarTransferType, g as CCTPTransferState, H as HyperlaneTransferState, O as OPInitTransferState, f as StargateTransferState, G as GoFastTransferState, L as LayerZeroTransferState, S as StatusErrorType } from '../swaggerTypes-
|
|
2
|
-
import { a as ApiResponse } from '../generateApi-
|
|
1
|
+
import { b as TransactionState, P as PacketErrorType, T as TransferState, h as AxelarTransferState, C as ContractCallWithTokenErrorType, c as SendTokenErrorType, A as AxelarTransferType, g as CCTPTransferState, H as HyperlaneTransferState, O as OPInitTransferState, f as StargateTransferState, G as GoFastTransferState, L as LayerZeroTransferState, S as StatusErrorType } from '../swaggerTypes-Cvh0GDv-.js';
|
|
2
|
+
import { a as ApiResponse } from '../generateApi-Bi3W_Sti.js';
|
|
3
3
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
4
4
|
|
|
5
5
|
declare const transactionStatus: (params?: ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TxStatusResponse } from './api/postTransactionStatus.js';
|
|
2
|
-
import { T as TransferState, h as AxelarTransferState, g as CCTPTransferState, H as HyperlaneTransferState, O as OPInitTransferState, G as GoFastTransferState, f as StargateTransferState, L as LayerZeroTransferState, b as TransactionState, bq as RouteResponse, a6 as CosmosMsg, ax as PostHandler, ay as Route, aV as TransferAssetRelease, aW as TransferStatus, a3 as Erc20Approval } from './swaggerTypes-
|
|
3
|
-
import { A as ApiRequest } from './generateApi-
|
|
4
|
-
import { S as SignerGetters, b as GasOptions, B as BaseSettings, U as UserAddress, T as TxResult } from './client-types-
|
|
2
|
+
import { T as TransferState, h as AxelarTransferState, g as CCTPTransferState, H as HyperlaneTransferState, O as OPInitTransferState, G as GoFastTransferState, f as StargateTransferState, L as LayerZeroTransferState, b as TransactionState, bq as RouteResponse, a6 as CosmosMsg, ax as PostHandler, ay as Route, aV as TransferAssetRelease, aW as TransferStatus, a3 as Erc20Approval } from './swaggerTypes-Cvh0GDv-.js';
|
|
3
|
+
import { A as ApiRequest } from './generateApi-Bi3W_Sti.js';
|
|
4
|
+
import { S as SignerGetters, b as GasOptions, B as BaseSettings, U as UserAddress, T as TxResult } from './client-types-Bz-WqtM3.js';
|
|
5
5
|
|
|
6
6
|
type OverallStatus = "pending" | "success" | "failed";
|
|
7
7
|
declare function getTransferEventsFromTxStatusResponse(txStatusResponse?: TxStatusResponse[]): {
|
|
@@ -2,7 +2,7 @@ import { route } from './chunk-KZKAL5ZN.js';
|
|
|
2
2
|
import { ClientState, chains, assets } from './chunk-J24LYWJE.js';
|
|
3
3
|
import BigNumber2 from 'bignumber.js';
|
|
4
4
|
import { defineChain, createPublicClient, fallback, http } from 'viem';
|
|
5
|
-
import { arbitrum, avalanche, base, bsc, celo, fantom, filecoin, kava, linea, mainnet, manta, moonbeam, optimism, polygon, polygonMumbai, sepolia, avalancheFuji, baseSepolia, optimismSepolia, arbitrumSepolia, blast, blastSepolia, forma, sei, bscTestnet, fantomTestnet, kavaTestnet, lineaSepolia, mantaSepoliaTestnet } from 'viem/chains';
|
|
5
|
+
import { arbitrum, avalanche, base, bsc, celo, fantom, filecoin, kava, linea, mainnet, manta, moonbeam, optimism, polygon, polygonMumbai, sepolia, avalancheFuji, baseSepolia, optimismSepolia, arbitrumSepolia, blast, blastSepolia, forma, sei, bscTestnet, fantomTestnet, kavaTestnet, lineaSepolia, mantaSepoliaTestnet, injective, injectiveTestnet } from 'viem/chains';
|
|
6
6
|
|
|
7
7
|
// src/types/swaggerTypesJson.ts
|
|
8
8
|
var FeeBehaviorJson = /* @__PURE__ */ ((FeeBehaviorJson2) => {
|
|
@@ -101,6 +101,7 @@ var BridgeTypeJson = /* @__PURE__ */ ((BridgeTypeJson2) => {
|
|
|
101
101
|
BridgeTypeJson2["STARGATE"] = "STARGATE";
|
|
102
102
|
BridgeTypeJson2["LAYER_ZERO"] = "LAYER_ZERO";
|
|
103
103
|
BridgeTypeJson2["EUREKA"] = "EUREKA";
|
|
104
|
+
BridgeTypeJson2["CCTP_V2"] = "CCTP_V2";
|
|
104
105
|
return BridgeTypeJson2;
|
|
105
106
|
})(BridgeTypeJson || {});
|
|
106
107
|
var GoFastTransferStateJson = /* @__PURE__ */ ((GoFastTransferStateJson2) => {
|
|
@@ -213,7 +214,9 @@ var evmChains = [
|
|
|
213
214
|
fantomTestnet,
|
|
214
215
|
kavaTestnet,
|
|
215
216
|
lineaSepolia,
|
|
216
|
-
mantaSepoliaTestnet
|
|
217
|
+
mantaSepoliaTestnet,
|
|
218
|
+
injective,
|
|
219
|
+
injectiveTestnet
|
|
217
220
|
];
|
|
218
221
|
|
|
219
222
|
// src/utils/array.ts
|
|
@@ -95,6 +95,7 @@ var BridgeType = /* @__PURE__ */ ((BridgeType2) => {
|
|
|
95
95
|
BridgeType2["STARGATE"] = "STARGATE";
|
|
96
96
|
BridgeType2["LAYER_ZERO"] = "LAYER_ZERO";
|
|
97
97
|
BridgeType2["EUREKA"] = "EUREKA";
|
|
98
|
+
BridgeType2["CCTP_V2"] = "CCTP_V2";
|
|
98
99
|
return BridgeType2;
|
|
99
100
|
})(BridgeType || {});
|
|
100
101
|
var GoFastTransferState = /* @__PURE__ */ ((GoFastTransferState2) => {
|
|
@@ -3,7 +3,7 @@ import { OfflineDirectSigner } from '@cosmjs/proto-signing';
|
|
|
3
3
|
import { GasPrice, StdFee, SignerData } from '@cosmjs/stargate';
|
|
4
4
|
import { WalletClient } from 'viem';
|
|
5
5
|
import { Adapter } from '@solana/wallet-adapter-base';
|
|
6
|
-
import { e as ChainType, af as FeeAsset, a6 as CosmosMsg } from './swaggerTypes-
|
|
6
|
+
import { e as ChainType, af as FeeAsset, a6 as CosmosMsg } from './swaggerTypes-Cvh0GDv-.js';
|
|
7
7
|
import { TrackTxPollingProps } from './api/postTrackTransaction.js';
|
|
8
8
|
|
|
9
9
|
/** Common Types */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bI as Api } from './swaggerTypes-
|
|
1
|
+
import { bI as Api } from './swaggerTypes-Cvh0GDv-.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/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { j as AcknowledgementErrorDetails, k as Affiliate, bI as Api, bE as ApiConfig, l as ApiError, m as Asset, n as AssetBetweenChains, o as AssetRecommendation, ba as AssetRecommendationsRequest, bt as AssetRecommendationsResponse, bg as AssetsBetweenChainsRequest, b7 as AssetsFromSourceRequest, bp as AssetsFromSourceResponse, bn as AssetsRequest, bo as AssetsResponse, i as AutopilotAction, p as AutopilotMsg, q as AutopilotMsgWrapper, r as AxelarTransfer, s as AxelarTransferInfo, h as AxelarTransferState, A as AxelarTransferType, t as AxelarTransferWrapper, Q as BalanceRequestChainEntry, V as BalanceResponseChainEntry, U as BalanceResponseDenomEntry, b6 as BalancesRequest, bj as BalancesResponse, W as BankSend, X as BankSendWrapper, Y as Bridge, B as BridgeType, bk as BridgesResponse, v as CCTPTransfer, w as CCTPTransferInfo, g as CCTPTransferState, x as CCTPTransferTxs, y as CCTPTransferWrapper, Z as Chain, _ as ChainAffiliates, aw as ChainTransaction, e as ChainType, bh as ChainsRequest, bi as ChainsResponse, bG as ContentType, $ as ContractCallWithTokenError, C as ContractCallWithTokenErrorType, a0 as ContractCallWithTokenTxs, a1 as CosmWasmContractMsg, a2 as CosmWasmContractMsgWrapper, b3 as CosmosModuleSupport, a6 as CosmosMsg, a7 as CosmosTx, a8 as CosmosTxWrapper, a3 as Erc20Approval, a5 as Error, a4 as ErrorDetail, aY as EurekaTransfer, aZ as EurekaTransferInfo, a_ as EurekaTransferWrapper, a9 as EvmSwap, aa as EvmSwapWrapper, ab as EvmTx, ac as EvmTxWrapper, b5 as Fee, af as FeeAsset, F as FeeBehavior, a as FeeType, bC as FullRequestParams, bz as FungibleAssetsBetweenChainsCreateResponse, ah as GRPCStatusCode, ag as GoFastFee, J as GoFastTransfer, M as GoFastTransferInfo, G as GoFastTransferState, K as GoFastTransferTxs, N as GoFastTransferWrapper, bH as HttpClient, bF as HttpResponse, ai as HyperlaneTransfer, aj as HyperlaneTransferInfo, H as HyperlaneTransferState, ak as HyperlaneTransferTransactions, al as HyperlaneTransferWrapper, am as IBCTransferInfo, b4 as IbcCapabilities, bf as IbcOriginAssetsRequest, by as IbcOriginAssetsResponse, a$ as LayerZeroTransfer, b0 as LayerZeroTransferInfo, L as LayerZeroTransferState, at as LayerZeroTransferTransactions, b1 as LayerZeroTransferWrapper, an as Msg, b9 as MsgsDirectRequest, bs as MsgsDirectResponse, b8 as MsgsRequest, br as MsgsResponse, ap as MultiChainMsg, aq as MultiChainMsgWrapper, aP as OPInitTransfer, aR as OPInitTransferInfo, O as OPInitTransferState, aS as OPInitTransferTxs, aQ as OPInitTransferWrapper, ar as Operation, as as OptionalAsset, au as Packet, av as PacketError, P as PacketErrorType, ax as PostHandler, bA as QueryParamsType, d as Reason, b2 as RecommendationRequest, bD as RequestParams, bB as ResponseFormat, ay as Route, R as RoutePriceWarningType, bq as RouteResponse, az as SendTokenError, c as SendTokenErrorType, aA as SendTokenTxs, u as SmartRelayFeeQuote, aJ as SmartSwapExactCoinIn, aL as SmartSwapInWrapper, aK as SmartSwapOptions, z as StargateTransfer, E as StargateTransferInfo, f as StargateTransferState, D as StargateTransferTxs, I as StargateTransferWrapper, aB as StatusError, S as StatusErrorType, bw as StatusRequest, bx as StatusResponse, be as StatusTxResponse, bu as SubmitResponse, bb as SubmitTxRequest, ad as SvmTx, ae as SvmTxWrapper, aC as Swap, aD as SwapExactCoinIn, aE as SwapExactCoinOut, aF as SwapInWrapper, aG as SwapOperation, aH as SwapOutWrapper, aI as SwapRoute, aM as SwapVenue, aN as SwapWrapper, bv as TrackResponse, bc as TrackTxRequest, bd as TrackTxResponse, aO as TransactionExecutionErrorDetails, b as TransactionState, aT as Transfer, aV as TransferAssetRelease, aU as TransferEvent, T as TransferState, aW as TransferStatus, aX as TransferWrapper, ao as Tx, bl as VenuesRequest, bm as VenuesResponse } from './swaggerTypes-
|
|
2
|
-
export { C as ClientTransferEvent, E as ExecuteRouteOptions, O as OverallStatus, R as RouteDetails, a as RouteStatus, h as TransactionCallbacks, T as TransactionDetails, b as TransactionStatus, c as TransferEventStatus, d as TransferType, e as executeRoute, f as getSimpleOverallStatus, g as getTransferEventsFromTxStatusResponse, s as subscribeToRouteStatus } from './callbacks-
|
|
3
|
-
export { B as BaseSettings, 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 { j as AcknowledgementErrorDetails, k as Affiliate, bI as Api, bE as ApiConfig, l as ApiError, m as Asset, n as AssetBetweenChains, o as AssetRecommendation, ba as AssetRecommendationsRequest, bt as AssetRecommendationsResponse, bg as AssetsBetweenChainsRequest, b7 as AssetsFromSourceRequest, bp as AssetsFromSourceResponse, bn as AssetsRequest, bo as AssetsResponse, i as AutopilotAction, p as AutopilotMsg, q as AutopilotMsgWrapper, r as AxelarTransfer, s as AxelarTransferInfo, h as AxelarTransferState, A as AxelarTransferType, t as AxelarTransferWrapper, Q as BalanceRequestChainEntry, V as BalanceResponseChainEntry, U as BalanceResponseDenomEntry, b6 as BalancesRequest, bj as BalancesResponse, W as BankSend, X as BankSendWrapper, Y as Bridge, B as BridgeType, bk as BridgesResponse, v as CCTPTransfer, w as CCTPTransferInfo, g as CCTPTransferState, x as CCTPTransferTxs, y as CCTPTransferWrapper, Z as Chain, _ as ChainAffiliates, aw as ChainTransaction, e as ChainType, bh as ChainsRequest, bi as ChainsResponse, bG as ContentType, $ as ContractCallWithTokenError, C as ContractCallWithTokenErrorType, a0 as ContractCallWithTokenTxs, a1 as CosmWasmContractMsg, a2 as CosmWasmContractMsgWrapper, b3 as CosmosModuleSupport, a6 as CosmosMsg, a7 as CosmosTx, a8 as CosmosTxWrapper, a3 as Erc20Approval, a5 as Error, a4 as ErrorDetail, aY as EurekaTransfer, aZ as EurekaTransferInfo, a_ as EurekaTransferWrapper, a9 as EvmSwap, aa as EvmSwapWrapper, ab as EvmTx, ac as EvmTxWrapper, b5 as Fee, af as FeeAsset, F as FeeBehavior, a as FeeType, bC as FullRequestParams, bz as FungibleAssetsBetweenChainsCreateResponse, ah as GRPCStatusCode, ag as GoFastFee, J as GoFastTransfer, M as GoFastTransferInfo, G as GoFastTransferState, K as GoFastTransferTxs, N as GoFastTransferWrapper, bH as HttpClient, bF as HttpResponse, ai as HyperlaneTransfer, aj as HyperlaneTransferInfo, H as HyperlaneTransferState, ak as HyperlaneTransferTransactions, al as HyperlaneTransferWrapper, am as IBCTransferInfo, b4 as IbcCapabilities, bf as IbcOriginAssetsRequest, by as IbcOriginAssetsResponse, a$ as LayerZeroTransfer, b0 as LayerZeroTransferInfo, L as LayerZeroTransferState, at as LayerZeroTransferTransactions, b1 as LayerZeroTransferWrapper, an as Msg, b9 as MsgsDirectRequest, bs as MsgsDirectResponse, b8 as MsgsRequest, br as MsgsResponse, ap as MultiChainMsg, aq as MultiChainMsgWrapper, aP as OPInitTransfer, aR as OPInitTransferInfo, O as OPInitTransferState, aS as OPInitTransferTxs, aQ as OPInitTransferWrapper, ar as Operation, as as OptionalAsset, au as Packet, av as PacketError, P as PacketErrorType, ax as PostHandler, bA as QueryParamsType, d as Reason, b2 as RecommendationRequest, bD as RequestParams, bB as ResponseFormat, ay as Route, R as RoutePriceWarningType, bq as RouteResponse, az as SendTokenError, c as SendTokenErrorType, aA as SendTokenTxs, u as SmartRelayFeeQuote, aJ as SmartSwapExactCoinIn, aL as SmartSwapInWrapper, aK as SmartSwapOptions, z as StargateTransfer, E as StargateTransferInfo, f as StargateTransferState, D as StargateTransferTxs, I as StargateTransferWrapper, aB as StatusError, S as StatusErrorType, bw as StatusRequest, bx as StatusResponse, be as StatusTxResponse, bu as SubmitResponse, bb as SubmitTxRequest, ad as SvmTx, ae as SvmTxWrapper, aC as Swap, aD as SwapExactCoinIn, aE as SwapExactCoinOut, aF as SwapInWrapper, aG as SwapOperation, aH as SwapOutWrapper, aI as SwapRoute, aM as SwapVenue, aN as SwapWrapper, bv as TrackResponse, bc as TrackTxRequest, bd as TrackTxResponse, aO as TransactionExecutionErrorDetails, b as TransactionState, aT as Transfer, aV as TransferAssetRelease, aU as TransferEvent, T as TransferState, aW as TransferStatus, aX as TransferWrapper, ao as Tx, bl as VenuesRequest, bm as VenuesResponse } from './swaggerTypes-Cvh0GDv-.js';
|
|
2
|
+
export { C as ClientTransferEvent, E as ExecuteRouteOptions, O as OverallStatus, R as RouteDetails, a as RouteStatus, h as TransactionCallbacks, T as TransactionDetails, b as TransactionStatus, c as TransferEventStatus, d as TransferType, e as executeRoute, f as getSimpleOverallStatus, g as getTransferEventsFromTxStatusResponse, s as subscribeToRouteStatus } from './callbacks-1e6BnDot.js';
|
|
3
|
+
export { B as BaseSettings, 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-Bz-WqtM3.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';
|
|
@@ -19,7 +19,7 @@ export { trackTransaction } from './api/postTrackTransaction.js';
|
|
|
19
19
|
export { TxStatusResponse, transactionStatus } from './api/postTransactionStatus.js';
|
|
20
20
|
export { ExecuteMultipleRoutesOptions, executeMultipleRoutes } from './public-functions/executeMultipleRoutes.js';
|
|
21
21
|
export { getSigningStargateClient, getSigningStargateClientProps } from './public-functions/getSigningStargateClient.js';
|
|
22
|
-
export { C as ClientState, S as SkipClientOptions, s as setClientOptions } from './setClientOptions-
|
|
22
|
+
export { C as ClientState, S as SkipClientOptions, s as setClientOptions } from './setClientOptions-QO8p3yRr.js';
|
|
23
23
|
export { getRecommendedGasPrice } from './public-functions/getRecommendedGasPrice.js';
|
|
24
24
|
export { getFeeInfoForChain } from './public-functions/getFeeInfoForChain.js';
|
|
25
25
|
export { SetApiOptionsProps, setApiOptions } from './public-functions/setApiOptions.js';
|
|
@@ -27,7 +27,7 @@ export { waitForTransaction, waitForTransactionWithCancel } from './public-funct
|
|
|
27
27
|
export { getCosmosGasAmountForMessage } from './public-functions/getCosmosGasAmountForMessage.js';
|
|
28
28
|
export { getEVMGasAmountForMessage } from './public-functions/getEvmGasAmountForMessage.js';
|
|
29
29
|
export { validateCosmosGasBalance } from './public-functions/validateCosmosGasBalance.js';
|
|
30
|
-
import './generateApi-
|
|
30
|
+
import './generateApi-Bi3W_Sti.js';
|
|
31
31
|
import '@cosmjs/amino';
|
|
32
32
|
import '@cosmjs/proto-signing';
|
|
33
33
|
import '@cosmjs/stargate';
|
|
@@ -209,7 +209,8 @@ declare enum BridgeTypeJson {
|
|
|
209
209
|
GO_FAST = "GO_FAST",
|
|
210
210
|
STARGATE = "STARGATE",
|
|
211
211
|
LAYER_ZERO = "LAYER_ZERO",
|
|
212
|
-
EUREKA = "EUREKA"
|
|
212
|
+
EUREKA = "EUREKA",
|
|
213
|
+
CCTP_V2 = "CCTP_V2"
|
|
213
214
|
}
|
|
214
215
|
/**
|
|
215
216
|
* GoFast transfer state:
|
|
@@ -1563,6 +1564,8 @@ interface RouteRequestJson {
|
|
|
1563
1564
|
allow_swaps?: boolean;
|
|
1564
1565
|
/** Whether to enable Go Fast routes */
|
|
1565
1566
|
go_fast?: boolean;
|
|
1567
|
+
/** Whether to enable fast transfer routes */
|
|
1568
|
+
fast_transfer?: boolean;
|
|
1566
1569
|
}
|
|
1567
1570
|
interface MsgsRequestJson {
|
|
1568
1571
|
/** Denom of the source asset */
|
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AutopilotActionJson, AxelarTransferStateJson, AxelarTransferTypeJson, BridgeTypeJson, CCTPTransferStateJson, ChainTypeJson, ContractCallWithTokenErrorTypeJson, FeeBehaviorJson, FeeTypeJson, GoFastTransferStateJson, HyperlaneTransferStateJson, LayerZeroTransferStateJson, OPInitTransferStateJson, PacketErrorTypeJson, ReasonJson, RoutePriceWarningTypeJson, SendTokenErrorTypeJson, StargateTransferStateJson, StatusErrorTypeJson, TransactionStateJson, TransferStateJson, getRouteWithGasOnReceive } from './chunk-
|
|
1
|
+
export { AutopilotActionJson, AxelarTransferStateJson, AxelarTransferTypeJson, BridgeTypeJson, CCTPTransferStateJson, ChainTypeJson, ContractCallWithTokenErrorTypeJson, FeeBehaviorJson, FeeTypeJson, GoFastTransferStateJson, HyperlaneTransferStateJson, LayerZeroTransferStateJson, OPInitTransferStateJson, PacketErrorTypeJson, ReasonJson, RoutePriceWarningTypeJson, SendTokenErrorTypeJson, StargateTransferStateJson, StatusErrorTypeJson, TransactionStateJson, TransferStateJson, getRouteWithGasOnReceive } from './chunk-A4HQEGYV.js';
|
|
2
2
|
export { setClientOptions } from './chunk-GZJLX2CP.js';
|
|
3
3
|
export { setApiOptions } from './chunk-QYXGDTUU.js';
|
|
4
4
|
export { waitForTransaction, waitForTransactionWithCancel } from './chunk-E4NRDAVO.js';
|
|
@@ -29,4 +29,4 @@ export { venues } from './chunk-A5NZMSTI.js';
|
|
|
29
29
|
export { assetsFromSource } from './chunk-TGTOO2ZQ.js';
|
|
30
30
|
export { ClientState, assets, balances, chains } from './chunk-J24LYWJE.js';
|
|
31
31
|
import './chunk-F66EKL3W.js';
|
|
32
|
-
export { Api, AutopilotAction, AxelarTransferState, AxelarTransferType, BridgeType, CCTPTransferState, ChainType, ContentType, ContractCallWithTokenErrorType, FeeBehavior, FeeType, GoFastTransferState, HttpClient, HyperlaneTransferState, LayerZeroTransferState, OPInitTransferState, PacketErrorType, Reason, RoutePriceWarningType, SendTokenErrorType, StargateTransferState, StatusErrorType, TransactionState, TransferState } from './chunk-
|
|
32
|
+
export { Api, AutopilotAction, AxelarTransferState, AxelarTransferType, BridgeType, CCTPTransferState, ChainType, ContentType, ContractCallWithTokenErrorType, FeeBehavior, FeeType, GoFastTransferState, HttpClient, HyperlaneTransferState, LayerZeroTransferState, OPInitTransferState, PacketErrorType, Reason, RoutePriceWarningType, SendTokenErrorType, StargateTransferState, StatusErrorType, TransactionState, TransferState } from './chunk-ULUX2CVU.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { h as TransactionCallbacks } from '../callbacks-
|
|
2
|
-
import { bq as RouteResponse, a6 as CosmosMsg, ax as PostHandler } from '../swaggerTypes-
|
|
3
|
-
import { A as ApiRequest } from '../generateApi-
|
|
4
|
-
import { S as SignerGetters, b as GasOptions, B as BaseSettings, U as UserAddress } from '../client-types-
|
|
1
|
+
import { h as TransactionCallbacks } from '../callbacks-1e6BnDot.js';
|
|
2
|
+
import { bq as RouteResponse, a6 as CosmosMsg, ax as PostHandler } from '../swaggerTypes-Cvh0GDv-.js';
|
|
3
|
+
import { A as ApiRequest } from '../generateApi-Bi3W_Sti.js';
|
|
4
|
+
import { S as SignerGetters, b as GasOptions, B as BaseSettings, U as UserAddress } from '../client-types-Bz-WqtM3.js';
|
|
5
5
|
import '../api/postTransactionStatus.js';
|
|
6
6
|
import '../apiState-1VvikVK-.js';
|
|
7
7
|
import '@cosmjs/amino';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { E as ExecuteRouteOptions, e as executeRoute } from '../callbacks-
|
|
2
|
-
import '../swaggerTypes-
|
|
3
|
-
import '../generateApi-
|
|
4
|
-
import '../client-types-
|
|
1
|
+
export { E as ExecuteRouteOptions, e as executeRoute } from '../callbacks-1e6BnDot.js';
|
|
2
|
+
import '../swaggerTypes-Cvh0GDv-.js';
|
|
3
|
+
import '../generateApi-Bi3W_Sti.js';
|
|
4
|
+
import '../client-types-Bz-WqtM3.js';
|
|
5
5
|
import '../api/postTransactionStatus.js';
|
|
6
6
|
import '../apiState-1VvikVK-.js';
|
|
7
7
|
import '@cosmjs/amino';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EncodeObject } from '@cosmjs/proto-signing';
|
|
2
2
|
import { SigningStargateClient } from '@cosmjs/stargate';
|
|
3
|
-
import { a6 as CosmosMsg } from '../swaggerTypes-
|
|
3
|
+
import { a6 as CosmosMsg } from '../swaggerTypes-Cvh0GDv-.js';
|
|
4
4
|
|
|
5
5
|
declare const DEFAULT_GAS_MULTIPLIER = 1.5;
|
|
6
6
|
declare function getCosmosGasAmountForMessage(client: SigningStargateClient, signerAddress: string, chainId: string, messages?: CosmosMsg[], encodedMsgs?: EncodeObject[], multiplier?: number): Promise<string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as GetFallbackGasAmount } from '../client-types-
|
|
2
|
-
import { ab as EvmTx } from '../swaggerTypes-
|
|
1
|
+
import { G as GetFallbackGasAmount } from '../client-types-Bz-WqtM3.js';
|
|
2
|
+
import { ab as EvmTx } from '../swaggerTypes-Cvh0GDv-.js';
|
|
3
3
|
import { WalletClient } from 'viem';
|
|
4
4
|
import '@cosmjs/amino';
|
|
5
5
|
import '@cosmjs/proto-signing';
|
|
@@ -7,7 +7,7 @@ import '@cosmjs/stargate';
|
|
|
7
7
|
import '@solana/wallet-adapter-base';
|
|
8
8
|
import '../api/postTrackTransaction.js';
|
|
9
9
|
import '../apiState-1VvikVK-.js';
|
|
10
|
-
import '../generateApi-
|
|
10
|
+
import '../generateApi-Bi3W_Sti.js';
|
|
11
11
|
|
|
12
12
|
declare function getEVMGasAmountForMessage(signer: WalletClient, tx: EvmTx, getFallbackGasAmount?: GetFallbackGasAmount): Promise<bigint>;
|
|
13
13
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { getEVMGasAmountForMessage } from '../chunk-GV2QOWB4.js';
|
|
2
|
-
import '../chunk-
|
|
2
|
+
import '../chunk-ULUX2CVU.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { getRouteWithGasOnReceive } from '../chunk-
|
|
1
|
+
export { getRouteWithGasOnReceive } from '../chunk-A4HQEGYV.js';
|
|
2
2
|
import '../chunk-GZJLX2CP.js';
|
|
3
3
|
import '../chunk-QYXGDTUU.js';
|
|
4
4
|
import '../chunk-E4NRDAVO.js';
|
|
@@ -29,4 +29,4 @@ import '../chunk-A5NZMSTI.js';
|
|
|
29
29
|
import '../chunk-TGTOO2ZQ.js';
|
|
30
30
|
import '../chunk-J24LYWJE.js';
|
|
31
31
|
import '../chunk-F66EKL3W.js';
|
|
32
|
-
import '../chunk-
|
|
32
|
+
import '../chunk-ULUX2CVU.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { S as SkipApiOptions } from '../apiState-1VvikVK-.js';
|
|
2
|
-
import { _ as ChainAffiliates } from '../swaggerTypes-
|
|
2
|
+
import { _ as ChainAffiliates } from '../swaggerTypes-Cvh0GDv-.js';
|
|
3
3
|
|
|
4
4
|
type SetApiOptionsProps = {
|
|
5
5
|
chainIdsToAffiliates?: Record<string, ChainAffiliates>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { s as setClientOptions } from '../setClientOptions-
|
|
1
|
+
export { s as setClientOptions } from '../setClientOptions-QO8p3yRr.js';
|
|
2
2
|
import '@cosmjs/proto-signing';
|
|
3
3
|
import '@cosmjs/stargate';
|
|
4
|
-
import '../swaggerTypes-
|
|
5
|
-
import '../generateApi-
|
|
4
|
+
import '../swaggerTypes-Cvh0GDv-.js';
|
|
5
|
+
import '../generateApi-Bi3W_Sti.js';
|
|
6
6
|
import '../apiState-1VvikVK-.js';
|
|
7
|
-
import '../client-types-
|
|
7
|
+
import '../client-types-Bz-WqtM3.js';
|
|
8
8
|
import '@cosmjs/amino';
|
|
9
9
|
import 'viem';
|
|
10
10
|
import '@solana/wallet-adapter-base';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '../api/postTransactionStatus.js';
|
|
2
|
-
import '../swaggerTypes-
|
|
3
|
-
export { R as RouteDetails, a as RouteStatus, T as TransactionDetails, b as TransactionStatus, l as executeAndSubscribeToRouteStatus, k as executeAndSubscribeToRouteStatusProps, i as getTransactionStatus, s as subscribeToRouteStatus, j as subscribeToRouteStatusProps, u as updateRouteDetails } from '../callbacks-
|
|
4
|
-
import '../client-types-
|
|
5
|
-
import '../generateApi-
|
|
2
|
+
import '../swaggerTypes-Cvh0GDv-.js';
|
|
3
|
+
export { R as RouteDetails, a as RouteStatus, T as TransactionDetails, b as TransactionStatus, l as executeAndSubscribeToRouteStatus, k as executeAndSubscribeToRouteStatusProps, i as getTransactionStatus, s as subscribeToRouteStatus, j as subscribeToRouteStatusProps, u as updateRouteDetails } from '../callbacks-1e6BnDot.js';
|
|
4
|
+
import '../client-types-Bz-WqtM3.js';
|
|
5
|
+
import '../generateApi-Bi3W_Sti.js';
|
|
6
6
|
import '../apiState-1VvikVK-.js';
|
|
7
7
|
import '@cosmjs/amino';
|
|
8
8
|
import '@cosmjs/proto-signing';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as _cosmjs_stargate from '@cosmjs/stargate';
|
|
2
|
-
import { a6 as CosmosMsg, af as FeeAsset } from '../swaggerTypes-
|
|
2
|
+
import { a6 as CosmosMsg, af as FeeAsset } from '../swaggerTypes-Cvh0GDv-.js';
|
|
3
3
|
import { OfflineSigner } from '@cosmjs/proto-signing';
|
|
4
|
-
import { E as ExecuteRouteOptions } from '../callbacks-
|
|
5
|
-
import { G as GetFallbackGasAmount } from '../client-types-
|
|
4
|
+
import { E as ExecuteRouteOptions } from '../callbacks-1e6BnDot.js';
|
|
5
|
+
import { G as GetFallbackGasAmount } from '../client-types-Bz-WqtM3.js';
|
|
6
6
|
import '../api/postTransactionStatus.js';
|
|
7
|
-
import '../generateApi-
|
|
7
|
+
import '../generateApi-Bi3W_Sti.js';
|
|
8
8
|
import '../apiState-1VvikVK-.js';
|
|
9
9
|
import '@cosmjs/amino';
|
|
10
10
|
import 'viem';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as TransactionState, P as PacketErrorType, T as TransferState, h as AxelarTransferState, C as ContractCallWithTokenErrorType, c as SendTokenErrorType, A as AxelarTransferType, g as CCTPTransferState, H as HyperlaneTransferState, O as OPInitTransferState, f as StargateTransferState, G as GoFastTransferState, L as LayerZeroTransferState, S as StatusErrorType } from '../swaggerTypes-
|
|
2
|
-
import { h as TransactionCallbacks } from '../callbacks-
|
|
3
|
-
import { T as TxResult } from '../client-types-
|
|
1
|
+
import { b as TransactionState, P as PacketErrorType, T as TransferState, h as AxelarTransferState, C as ContractCallWithTokenErrorType, c as SendTokenErrorType, A as AxelarTransferType, g as CCTPTransferState, H as HyperlaneTransferState, O as OPInitTransferState, f as StargateTransferState, G as GoFastTransferState, L as LayerZeroTransferState, S as StatusErrorType } from '../swaggerTypes-Cvh0GDv-.js';
|
|
2
|
+
import { h as TransactionCallbacks } from '../callbacks-1e6BnDot.js';
|
|
3
|
+
import { T as TxResult } from '../client-types-Bz-WqtM3.js';
|
|
4
4
|
import { TxStatusResponse } from '../api/postTransactionStatus.js';
|
|
5
|
-
import '../generateApi-
|
|
5
|
+
import '../generateApi-Bi3W_Sti.js';
|
|
6
6
|
import '@cosmjs/amino';
|
|
7
7
|
import '@cosmjs/proto-signing';
|
|
8
8
|
import '@cosmjs/stargate';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { GeneratedType, Registry } from '@cosmjs/proto-signing';
|
|
2
2
|
import { AminoConverters, AminoTypes, SigningStargateClient } from '@cosmjs/stargate';
|
|
3
|
-
import { Z as Chain, m as Asset } from './swaggerTypes-
|
|
4
|
-
import { a as ApiResponse } from './generateApi-
|
|
3
|
+
import { Z as Chain, m as Asset } from './swaggerTypes-Cvh0GDv-.js';
|
|
4
|
+
import { a as ApiResponse } from './generateApi-Bi3W_Sti.js';
|
|
5
5
|
import { S as SkipApiOptions } from './apiState-1VvikVK-.js';
|
|
6
|
-
import { E as EndpointOptions, V as ValidateGasResult } from './client-types-
|
|
6
|
+
import { E as EndpointOptions, V as ValidateGasResult } from './client-types-Bz-WqtM3.js';
|
|
7
7
|
|
|
8
8
|
type GetMainnetAndTestnetAssetsProps = {
|
|
9
9
|
chainId?: string;
|
|
@@ -172,7 +172,8 @@ declare enum BridgeType {
|
|
|
172
172
|
GO_FAST = "GO_FAST",
|
|
173
173
|
STARGATE = "STARGATE",
|
|
174
174
|
LAYER_ZERO = "LAYER_ZERO",
|
|
175
|
-
EUREKA = "EUREKA"
|
|
175
|
+
EUREKA = "EUREKA",
|
|
176
|
+
CCTP_V2 = "CCTP_V2"
|
|
176
177
|
}
|
|
177
178
|
/**
|
|
178
179
|
* GoFast transfer state:
|
|
@@ -1526,6 +1527,8 @@ interface RouteRequest {
|
|
|
1526
1527
|
allowSwaps?: boolean;
|
|
1527
1528
|
/** Whether to enable Go Fast routes */
|
|
1528
1529
|
goFast?: boolean;
|
|
1530
|
+
/** Whether to enable fast transfer routes */
|
|
1531
|
+
fastTransfer?: boolean;
|
|
1529
1532
|
}
|
|
1530
1533
|
interface MsgsRequest {
|
|
1531
1534
|
/** Denom of the source asset */
|
package/package.json
CHANGED