connect-and-sign
connect-only
<DynamicContextProvider settings={{ eventsCallbacks: { onWalletRemoved: (args) => { console.log('onWalletRemoved was called', args); } } }} > {/* ... rest of your app ... */} </DynamicContextProvider>
{ wallet: Wallet; userWallets: Wallet[]; }
Was this page helpful?