@sodax/wallet-sdk-react 2.0.0-rc.5 → 2.0.0-rc.6
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/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { WalletConfigProvider, useXWalletStore, whenPersistReady, chainRegistry, useWalletConfig, usePersistHydrated } from './chunk-
|
|
2
|
-
export { WalletConfigProvider, getXChainType, getXService, useBatchConnect, useBatchDisconnect, useChainGroups, useConnectedChains, useConnectionFlow, useEnabledChainTypes, useEnabledChains, useEvmSwitchChain, useIsChainEnabled, useIsWalletInstalled, useWalletConfig, useWalletModal, useWalletProvider, useXAccount, useXAccounts, useXConnect, useXConnection, useXConnections, useXConnectors, useXConnectorsByChain, useXDisconnect, useXService, useXServices, useXSignMessage } from './chunk-
|
|
1
|
+
import { WalletConfigProvider, useXWalletStore, whenPersistReady, chainRegistry, useWalletConfig, usePersistHydrated } from './chunk-M5EDUKLO.mjs';
|
|
2
|
+
export { WalletConfigProvider, getXChainType, getXService, useBatchConnect, useBatchDisconnect, useChainGroups, useConnectedChains, useConnectionFlow, useEnabledChainTypes, useEnabledChains, useEvmSwitchChain, useIsChainEnabled, useIsWalletInstalled, useWalletConfig, useWalletModal, useWalletProvider, useXAccount, useXAccounts, useXConnect, useXConnection, useXConnections, useXConnectors, useXConnectorsByChain, useXDisconnect, useXService, useXServices, useXSignMessage } from './chunk-M5EDUKLO.mjs';
|
|
3
3
|
import { StellarXService } from './chunk-X7BHR7WS.mjs';
|
|
4
4
|
import { SuiXService, SuiXConnector } from './chunk-JQ4H4GJ5.mjs';
|
|
5
|
-
import { createWagmiConfig, EvmXService, EvmXConnector } from './chunk-Z5GXDHGL.mjs';
|
|
6
|
-
import { InjectiveXService } from './chunk-MWWVB7TD.mjs';
|
|
7
|
-
import './chunk-C6M34IVL.mjs';
|
|
8
5
|
import { request } from './chunk-WPZOLGVB.mjs';
|
|
9
6
|
import { assertSuiProviderShape } from './chunk-TACW7Z4D.mjs';
|
|
7
|
+
import { InjectiveXService } from './chunk-MWWVB7TD.mjs';
|
|
8
|
+
import { createWagmiConfig, EvmXService, EvmXConnector } from './chunk-Z5GXDHGL.mjs';
|
|
9
|
+
import './chunk-C6M34IVL.mjs';
|
|
10
10
|
import { SOLANA_DEFAULT_AUTO_CONNECT, SOLANA_DEFAULT_RPC_URL, SUI_DEFAULT_AUTO_CONNECT, SUI_DEFAULT_NETWORK, EVM_DEFAULT_RECONNECT_ON_MOUNT, EVM_DEFAULT_SSR, SOLANA_METAMASK_CONNECT_TIMEOUT_MS } from './chunk-NAKCAL2M.mjs';
|
|
11
11
|
import { SolanaXConnector } from './chunk-LKSSME2J.mjs';
|
|
12
12
|
import { SolanaXService } from './chunk-FSOGMSJH.mjs';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { BitcoinXConnector, BitcoinXService, OKXXConnector, UnisatXConnector, XverseXConnector, useBitcoinXConnectors } from '../../chunk-
|
|
1
|
+
export { BitcoinXConnector, BitcoinXService, OKXXConnector, UnisatXConnector, XverseXConnector, useBitcoinXConnectors } from '../../chunk-M5EDUKLO.mjs';
|
|
2
2
|
import '../../chunk-X7BHR7WS.mjs';
|
|
3
3
|
import '../../chunk-JQ4H4GJ5.mjs';
|
|
4
|
-
import '../../chunk-Z5GXDHGL.mjs';
|
|
5
|
-
import '../../chunk-MWWVB7TD.mjs';
|
|
6
|
-
import '../../chunk-C6M34IVL.mjs';
|
|
7
4
|
import '../../chunk-WPZOLGVB.mjs';
|
|
8
5
|
import '../../chunk-TACW7Z4D.mjs';
|
|
6
|
+
import '../../chunk-MWWVB7TD.mjs';
|
|
7
|
+
import '../../chunk-Z5GXDHGL.mjs';
|
|
8
|
+
import '../../chunk-C6M34IVL.mjs';
|
|
9
9
|
import '../../chunk-NAKCAL2M.mjs';
|
|
10
10
|
import '../../chunk-FSOGMSJH.mjs';
|
|
11
11
|
import '../../chunk-7V7O3Q7Y.mjs';
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"license": "MIT",
|
|
8
|
-
"version": "2.0.0-rc.
|
|
8
|
+
"version": "2.0.0-rc.6",
|
|
9
9
|
"description": "Wallet SDK of Sodax",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"sodax",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"wagmi": "2.16.9",
|
|
78
78
|
"zustand": "4.5.2",
|
|
79
79
|
"@sodax/libs": "0.0.1-rc.0",
|
|
80
|
-
"@sodax/types": "2.0.0-rc.
|
|
81
|
-
"@sodax/wallet-sdk-core": "2.0.0-rc.
|
|
80
|
+
"@sodax/types": "2.0.0-rc.6",
|
|
81
|
+
"@sodax/wallet-sdk-core": "2.0.0-rc.6"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "0.17.4",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StellarWalletsKitXConnector, StellarXService } from './chunk-X7BHR7WS.mjs';
|
|
2
2
|
import { SuiXService } from './chunk-JQ4H4GJ5.mjs';
|
|
3
|
-
import { EvmXService } from './chunk-Z5GXDHGL.mjs';
|
|
4
|
-
import { InjectiveXConnector, InjectiveXService } from './chunk-MWWVB7TD.mjs';
|
|
5
|
-
import { NearXConnector, NearXService } from './chunk-C6M34IVL.mjs';
|
|
6
3
|
import { IconHanaXConnector, CHAIN_INFO, IconXService } from './chunk-WPZOLGVB.mjs';
|
|
7
4
|
import { assert, isRecord, hasFunctionProperty } from './chunk-TACW7Z4D.mjs';
|
|
5
|
+
import { InjectiveXConnector, InjectiveXService } from './chunk-MWWVB7TD.mjs';
|
|
6
|
+
import { EvmXService } from './chunk-Z5GXDHGL.mjs';
|
|
7
|
+
import { NearXConnector, NearXService } from './chunk-C6M34IVL.mjs';
|
|
8
8
|
import { BITCOIN_DEFAULT_RPC_URL, WALLET_METADATA } from './chunk-NAKCAL2M.mjs';
|
|
9
9
|
import { SolanaXService } from './chunk-FSOGMSJH.mjs';
|
|
10
10
|
import { isNativeToken, getEntryDefaults, getRpcUrl } from './chunk-7V7O3Q7Y.mjs';
|