@trustware/sdk-staging 1.1.8-staging.7 → 1.1.9-staging.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/README.md +0 -2
- package/dist/{blockchain-BONedEsU.d.cts → blockchain-BxAFzp0s.d.cts} +5 -1
- package/dist/{blockchain-BONedEsU.d.ts → blockchain-BxAFzp0s.d.ts} +5 -1
- package/dist/constants.cjs +1 -1
- package/dist/constants.mjs +1 -1
- package/dist/{core-DnrIv4h8.d.ts → core-D_jx805U.d.cts} +33 -5
- package/dist/{core-BUe031hU.d.cts → core-p_5BLdbE.d.ts} +33 -5
- package/dist/core.cjs +549 -80
- package/dist/core.cjs.map +1 -1
- package/dist/core.d.cts +4 -4
- package/dist/core.d.ts +4 -4
- package/dist/core.mjs +550 -81
- package/dist/core.mjs.map +1 -1
- package/dist/{detect-DlbgTrkm.d.cts → detect--pmNlAHv.d.cts} +1 -1
- package/dist/{detect-MWKHLhn9.d.ts → detect-qAX6I4JI.d.ts} +1 -1
- package/dist/index.cjs +2380 -1674
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.mjs +2090 -1383
- package/dist/index.mjs.map +1 -1
- package/dist/{manager-aOd3vkF9.d.ts → manager-DFQkemW0.d.ts} +1 -3
- package/dist/{manager-DKVW7zeh.d.cts → manager-aMi4_Ss6.d.cts} +1 -3
- package/dist/smart-account.cjs +1 -2
- package/dist/smart-account.cjs.map +1 -1
- package/dist/smart-account.d.cts +24 -24
- package/dist/smart-account.d.ts +24 -24
- package/dist/smart-account.mjs +1 -2
- package/dist/smart-account.mjs.map +1 -1
- package/dist/{types-MtdjJgwT.d.ts → types-BJY9r-mz.d.ts} +1 -1
- package/dist/{types-B3nKHW6H.d.cts → types-DX3HtFcn.d.cts} +1 -1
- package/dist/wallet.cjs +22 -7
- package/dist/wallet.cjs.map +1 -1
- package/dist/wallet.d.cts +4 -4
- package/dist/wallet.d.ts +4 -4
- package/dist/wallet.mjs +22 -7
- package/dist/wallet.mjs.map +1 -1
- package/dist/widget.cjs +2340 -1634
- package/dist/widget.cjs.map +1 -1
- package/dist/widget.d.cts +2 -2
- package/dist/widget.d.ts +2 -2
- package/dist/widget.mjs +2050 -1343
- package/dist/widget.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.d.cts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { T as Trustware } from './core-
|
|
2
|
-
export { a as TrustwareCore, v as validateAddressForChain, b as validateBtcAddress, c as validateEvmAddress, d as validateRouteAddresses, e as validateSeiAddress, f as validateSolanaAddress } from './core-
|
|
3
|
-
import { R as RateLimitInfo, v as TrustwareConfigOptions, P as WalletInterFaceAPI, w as TrustwareError, T as Transaction, x as TrustwareEvent } from './manager-
|
|
4
|
-
export { B as BuildRouteResult, D as DEFAULT_AUTO_DETECT_PROVIDER, a as DEFAULT_FEATURE_FLAGS, b as DEFAULT_MESSAGES, c as DEFAULT_RETRY_CONFIG, d as DEFAULT_SLIPPAGE, e as DetectedWallet, E as EIP1193, f as EIP6963ProviderDetail, g as EvmWalletInterface, F as FeatureFlags, I as IdentityStore, h as ResolvedFeatureFlags, i as ResolvedRetryConfig, j as ResolvedTrustwareConfig, k as ResolvedWalletConnectConfig, l as RetryConfig, m as RouteEstimate, n as RouteIntent, o as RouteParams, p as RoutePlan, q as RouteSponsorship, S as SimpleWalletInterface, r as SolanaProviderLike, s as SolanaWalletInterface, t as SponsorshipApproval, u as SwapTokenRef, y as TrustwareTheme, z as TrustwareWidgetMessages, W as WagmiBridge, A as WagmiConnector, C as WalletAddressResolution, G as WalletAddressSource, H as WalletCategory, J as WalletConnectConfig, K as WalletEcosystem, L as WalletId, M as WalletIdentity, N as WalletIdentityAddress, O as WalletIdentityChainLike, Q as WalletMeta, Y as buildWalletIdentityAddress, Z as createWalletIdentity, a0 as resolveWalletAddressForChain, a2 as upsertWalletIdentityAddress, a4 as useWalletExternalDisconnect, a5 as useWalletInfo, a6 as useWireDetectionIntoManager, a7 as walletManager } from './manager-
|
|
1
|
+
import { T as Trustware } from './core-D_jx805U.cjs';
|
|
2
|
+
export { a as TrustwareCore, v as validateAddressForChain, b as validateBtcAddress, c as validateEvmAddress, d as validateRouteAddresses, e as validateSeiAddress, f as validateSolanaAddress } from './core-D_jx805U.cjs';
|
|
3
|
+
import { R as RateLimitInfo, v as TrustwareConfigOptions, P as WalletInterFaceAPI, w as TrustwareError, T as Transaction, x as TrustwareEvent } from './manager-aMi4_Ss6.cjs';
|
|
4
|
+
export { B as BuildRouteResult, D as DEFAULT_AUTO_DETECT_PROVIDER, a as DEFAULT_FEATURE_FLAGS, b as DEFAULT_MESSAGES, c as DEFAULT_RETRY_CONFIG, d as DEFAULT_SLIPPAGE, e as DetectedWallet, E as EIP1193, f as EIP6963ProviderDetail, g as EvmWalletInterface, F as FeatureFlags, I as IdentityStore, h as ResolvedFeatureFlags, i as ResolvedRetryConfig, j as ResolvedTrustwareConfig, k as ResolvedWalletConnectConfig, l as RetryConfig, m as RouteEstimate, n as RouteIntent, o as RouteParams, p as RoutePlan, q as RouteSponsorship, S as SimpleWalletInterface, r as SolanaProviderLike, s as SolanaWalletInterface, t as SponsorshipApproval, u as SwapTokenRef, y as TrustwareTheme, z as TrustwareWidgetMessages, W as WagmiBridge, A as WagmiConnector, C as WalletAddressResolution, G as WalletAddressSource, H as WalletCategory, J as WalletConnectConfig, K as WalletEcosystem, L as WalletId, M as WalletIdentity, N as WalletIdentityAddress, O as WalletIdentityChainLike, Q as WalletMeta, Y as buildWalletIdentityAddress, Z as createWalletIdentity, a0 as resolveWalletAddressForChain, a2 as upsertWalletIdentityAddress, a4 as useWalletExternalDisconnect, a5 as useWalletInfo, a6 as useWireDetectionIntoManager, a7 as walletManager } from './manager-aMi4_Ss6.cjs';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import React__default from 'react';
|
|
7
|
-
import { C as ChainDef } from './blockchain-
|
|
8
|
-
export { B as BalanceRow, a as BalanceStreamOptions, b as ChainMeta, c as ChainType, N as NativeCurrency, T as TokenDef, d as TokenMeta, e as TokenPageInfo, f as TokenPageOptions, g as TokenPageResult, h as TokenType, i as TokenWithBalance, W as WalletAddressBalanceWrapper } from './blockchain-
|
|
9
|
-
import { T as Token, Y as YourTokenData } from './types-
|
|
10
|
-
export { c as connectDetectedWallet, t as toWalletInterfaceFromDetected, u as useEIP1193, f as useWagmi, g as useWalletDetection } from './detect
|
|
7
|
+
import { C as ChainDef } from './blockchain-BxAFzp0s.cjs';
|
|
8
|
+
export { B as BalanceRow, a as BalanceStreamOptions, b as ChainMeta, c as ChainType, G as GetBalancesOptions, N as NativeCurrency, T as TokenDef, d as TokenMeta, e as TokenPageInfo, f as TokenPageOptions, g as TokenPageResult, h as TokenType, i as TokenWithBalance, W as WalletAddressBalanceWrapper } from './blockchain-BxAFzp0s.cjs';
|
|
9
|
+
import { T as Token, Y as YourTokenData } from './types-DX3HtFcn.cjs';
|
|
10
|
+
export { c as connectDetectedWallet, t as toWalletInterfaceFromDetected, u as useEIP1193, f as useWagmi, g as useWalletDetection } from './detect--pmNlAHv.cjs';
|
|
11
11
|
export { TrustwareWidget } from './widget.cjs';
|
|
12
12
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
13
13
|
export { API_PREFIX, API_ROOT, ASSETS_BASE_URL, GTM_ID, SDK_NAME, SDK_VERSION, WALLETCONNECT_PROJECT_ID } from './constants.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { T as Trustware } from './core-
|
|
2
|
-
export { a as TrustwareCore, v as validateAddressForChain, b as validateBtcAddress, c as validateEvmAddress, d as validateRouteAddresses, e as validateSeiAddress, f as validateSolanaAddress } from './core-
|
|
3
|
-
import { R as RateLimitInfo, v as TrustwareConfigOptions, P as WalletInterFaceAPI, w as TrustwareError, T as Transaction, x as TrustwareEvent } from './manager-
|
|
4
|
-
export { B as BuildRouteResult, D as DEFAULT_AUTO_DETECT_PROVIDER, a as DEFAULT_FEATURE_FLAGS, b as DEFAULT_MESSAGES, c as DEFAULT_RETRY_CONFIG, d as DEFAULT_SLIPPAGE, e as DetectedWallet, E as EIP1193, f as EIP6963ProviderDetail, g as EvmWalletInterface, F as FeatureFlags, I as IdentityStore, h as ResolvedFeatureFlags, i as ResolvedRetryConfig, j as ResolvedTrustwareConfig, k as ResolvedWalletConnectConfig, l as RetryConfig, m as RouteEstimate, n as RouteIntent, o as RouteParams, p as RoutePlan, q as RouteSponsorship, S as SimpleWalletInterface, r as SolanaProviderLike, s as SolanaWalletInterface, t as SponsorshipApproval, u as SwapTokenRef, y as TrustwareTheme, z as TrustwareWidgetMessages, W as WagmiBridge, A as WagmiConnector, C as WalletAddressResolution, G as WalletAddressSource, H as WalletCategory, J as WalletConnectConfig, K as WalletEcosystem, L as WalletId, M as WalletIdentity, N as WalletIdentityAddress, O as WalletIdentityChainLike, Q as WalletMeta, Y as buildWalletIdentityAddress, Z as createWalletIdentity, a0 as resolveWalletAddressForChain, a2 as upsertWalletIdentityAddress, a4 as useWalletExternalDisconnect, a5 as useWalletInfo, a6 as useWireDetectionIntoManager, a7 as walletManager } from './manager-
|
|
1
|
+
import { T as Trustware } from './core-p_5BLdbE.js';
|
|
2
|
+
export { a as TrustwareCore, v as validateAddressForChain, b as validateBtcAddress, c as validateEvmAddress, d as validateRouteAddresses, e as validateSeiAddress, f as validateSolanaAddress } from './core-p_5BLdbE.js';
|
|
3
|
+
import { R as RateLimitInfo, v as TrustwareConfigOptions, P as WalletInterFaceAPI, w as TrustwareError, T as Transaction, x as TrustwareEvent } from './manager-DFQkemW0.js';
|
|
4
|
+
export { B as BuildRouteResult, D as DEFAULT_AUTO_DETECT_PROVIDER, a as DEFAULT_FEATURE_FLAGS, b as DEFAULT_MESSAGES, c as DEFAULT_RETRY_CONFIG, d as DEFAULT_SLIPPAGE, e as DetectedWallet, E as EIP1193, f as EIP6963ProviderDetail, g as EvmWalletInterface, F as FeatureFlags, I as IdentityStore, h as ResolvedFeatureFlags, i as ResolvedRetryConfig, j as ResolvedTrustwareConfig, k as ResolvedWalletConnectConfig, l as RetryConfig, m as RouteEstimate, n as RouteIntent, o as RouteParams, p as RoutePlan, q as RouteSponsorship, S as SimpleWalletInterface, r as SolanaProviderLike, s as SolanaWalletInterface, t as SponsorshipApproval, u as SwapTokenRef, y as TrustwareTheme, z as TrustwareWidgetMessages, W as WagmiBridge, A as WagmiConnector, C as WalletAddressResolution, G as WalletAddressSource, H as WalletCategory, J as WalletConnectConfig, K as WalletEcosystem, L as WalletId, M as WalletIdentity, N as WalletIdentityAddress, O as WalletIdentityChainLike, Q as WalletMeta, Y as buildWalletIdentityAddress, Z as createWalletIdentity, a0 as resolveWalletAddressForChain, a2 as upsertWalletIdentityAddress, a4 as useWalletExternalDisconnect, a5 as useWalletInfo, a6 as useWireDetectionIntoManager, a7 as walletManager } from './manager-DFQkemW0.js';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import React__default from 'react';
|
|
7
|
-
import { C as ChainDef } from './blockchain-
|
|
8
|
-
export { B as BalanceRow, a as BalanceStreamOptions, b as ChainMeta, c as ChainType, N as NativeCurrency, T as TokenDef, d as TokenMeta, e as TokenPageInfo, f as TokenPageOptions, g as TokenPageResult, h as TokenType, i as TokenWithBalance, W as WalletAddressBalanceWrapper } from './blockchain-
|
|
9
|
-
import { T as Token, Y as YourTokenData } from './types-
|
|
10
|
-
export { c as connectDetectedWallet, t as toWalletInterfaceFromDetected, u as useEIP1193, f as useWagmi, g as useWalletDetection } from './detect-
|
|
7
|
+
import { C as ChainDef } from './blockchain-BxAFzp0s.js';
|
|
8
|
+
export { B as BalanceRow, a as BalanceStreamOptions, b as ChainMeta, c as ChainType, G as GetBalancesOptions, N as NativeCurrency, T as TokenDef, d as TokenMeta, e as TokenPageInfo, f as TokenPageOptions, g as TokenPageResult, h as TokenType, i as TokenWithBalance, W as WalletAddressBalanceWrapper } from './blockchain-BxAFzp0s.js';
|
|
9
|
+
import { T as Token, Y as YourTokenData } from './types-BJY9r-mz.js';
|
|
10
|
+
export { c as connectDetectedWallet, t as toWalletInterfaceFromDetected, u as useEIP1193, f as useWagmi, g as useWalletDetection } from './detect-qAX6I4JI.js';
|
|
11
11
|
export { TrustwareWidget } from './widget.js';
|
|
12
12
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
13
13
|
export { API_PREFIX, API_ROOT, ASSETS_BASE_URL, GTM_ID, SDK_NAME, SDK_VERSION, WALLETCONNECT_PROJECT_ID } from './constants.js';
|