@orderly.network/wallet-connector-privy 2.8.5 → 2.8.6-alpha.0

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
@@ -1108,6 +1108,7 @@ function useWallet2() {
1108
1108
  if (chainType === "SOL" /* SOL */) {
1109
1109
  if (isConnectedSOL && walletSOL) {
1110
1110
  setStorageChain(parseInt(chain.chainId));
1111
+ return Promise.resolve(true);
1111
1112
  } else {
1112
1113
  setOpenConnectDrawer(true);
1113
1114
  setTargetWalletType("SOL" /* SOL */);