Releases: JayArrowz/PancakeTokenSniper
Releases · JayArrowz/PancakeTokenSniper
Add OnlyBuyWhitelist to config
- Adds
OnlyBuyWhitelist
to the configuration. If this is enabled the sniper will ONLY buy the whitelisted tokens when it recv's thePairCreated
event or reads aAddLiquidity
transaction. - Token will not re-buy the same again.
Add Liquidity Event Sniping
- Listen to add liquidity event and snipe based off it
- The add liquidity will go through all the RUG checks however if the token is listen on the whitelist it will skip the RUG checks and instant buy
Add buy delay seconds and ensure websocket connection doesn't crash
- Added buy delay seconds, if value is greater then 0 then a delay is added to buying
- Ensure that the bot keeps running forever and does not crash
Add whitelisted tokens, bug fixes
- Adds whitelisted tokens which bypass RUG checks & honeypot checks
- MinimumPercentageOfTokenInLiquidityPool now has been fixed the calculation is correct and also checks how much was burned in dead wallets
- Fixes profit calculation
Add rugdoc api checks
- Adds rugdoc honeypot API checks
- Sets default config to false for manual honeypot test
Fix profit calculation & websocket crash
- Fixes profit calculation
- Fixes websocket crash
Selling, Profit % fix & sell slippage
- Fixes selling
- Fixes profit percentage
- Adds sell slippage config
Fix Honeypot profit check
- Honeypot tries to take profit from the test, now it will not.
Remove block processing & fix sell function
- Removes block processing which is too intensive for most computers and adds normal websocket listening
- Ensures approval is called before a sell
Honeypot logic fixes
- Fix honeypot logic