Nafidinara / bot-pancakeswap

Sniping bot for pancakeSwap. Auto buy, custom slippage and GWEI
729 stars 379 forks source link

The bot is not working with deflationary tokens #120

Open dougrill opened 2 years ago

dougrill commented 2 years ago

Hi, I changed the function to make it run for deflationary tokens and it's not working... Could you have a look please?

Nafidinara commented 2 years ago

can you describe more like code or screenshoot, it can help me to find the problem @dougrill

dougrill commented 2 years ago

The function should be: swapExactETHForTokensSupportingFeeOnTransferTokens and it's swapExactTokensForTokensSupportingFeeOnTransferTokens. line 144

Nafidinara commented 2 years ago

The function should be: swapExactETHForTokensSupportingFeeOnTransferTokens and it's swapExactTokensForTokensSupportingFeeOnTransferTokens. line 144 swapExactETHForTokensSupportingFeeOnTransferTokens if you want to use BNB, swapExactTokensForTokensSupportingFeeOnTransferTokens if you want to use WBNB