You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Listeners.ts if (config.autoSell) { const walletSubscription = await this.subscribeToWalletChanges(config); this.subscriptions.push(walletSubscription); }
I am Confused About the Auto Sell logic, I test Only When I am Transfer My SPL Token the 'wallet' callback method was called, How can it sell the SPL Token when profit or loss math the presets value not depending on the "Transfer SPL Token" event ?
The text was updated successfully, but these errors were encountered:
In the Listeners.ts
if (config.autoSell) { const walletSubscription = await this.subscribeToWalletChanges(config); this.subscriptions.push(walletSubscription); }
I am Confused About the Auto Sell logic, I test Only When I am Transfer My SPL Token the 'wallet' callback method was called, How can it sell the SPL Token when profit or loss math the presets value not depending on the "Transfer SPL Token" event ?
The text was updated successfully, but these errors were encountered: