@solana-wallets/core
Advanced tools
Comparing version 0.8.2 to 0.8.3
{ | ||
"name": "@solana-wallets/core", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Example hello world package in the solana-wallets repository.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -126,2 +126,4 @@ import { WalletAccount, type Wallet as StandardWallet } from "@wallet-standard/base" | ||
onSet($walletsMap, async ({ newValue }) => { | ||
console.log("wallets map changed: ", { newWallets: newValue }) | ||
dispatchAvailableWalletsChanged({ wallets: Object.values(newValue) }) | ||
@@ -133,2 +135,3 @@ | ||
if (connected || connecting) { | ||
console.error("wallets map changed: not auto connecting since already connected/connecting") | ||
return | ||
@@ -135,0 +138,0 @@ } |
46822
1111