@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.js CHANGED
@@ -1133,6 +1133,7 @@ function useWallet2() {
1133
1133
  if (chainType === "SOL" /* SOL */) {
1134
1134
  if (isConnectedSOL && walletSOL) {
1135
1135
  setStorageChain(parseInt(chain.chainId));
1136
+ return Promise.resolve(true);
1136
1137
  } else {
1137
1138
  setOpenConnectDrawer(true);
1138
1139
  setTargetWalletType("SOL" /* SOL */);