Skip to content

Releases: JayArrowz/PancakeTokenSniper

Add OnlyBuyWhitelist to config

22 Sep 18:11
Compare
Choose a tag to compare
  • Adds OnlyBuyWhitelist to the configuration. If this is enabled the sniper will ONLY buy the whitelisted tokens when it recv's the PairCreated event or reads a AddLiquidity transaction.
  • Token will not re-buy the same again.

Add Liquidity Event Sniping

10 Sep 22:58
Compare
Choose a tag to compare
  • 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

03 Sep 16:32
Compare
Choose a tag to compare
  • 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

02 Sep 22:10
Compare
Choose a tag to compare
  • 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

02 Sep 18:26
9c21f2f
Compare
Choose a tag to compare
  • Adds rugdoc honeypot API checks
  • Sets default config to false for manual honeypot test

Fix profit calculation & websocket crash

01 Sep 16:35
Compare
Choose a tag to compare
  • Fixes profit calculation
  • Fixes websocket crash

Selling, Profit % fix & sell slippage

01 Sep 11:16
Compare
Choose a tag to compare
  • Fixes selling
  • Fixes profit percentage
  • Adds sell slippage config

Fix Honeypot profit check

31 Aug 22:42
Compare
Choose a tag to compare
  • Honeypot tries to take profit from the test, now it will not.

Remove block processing & fix sell function

31 Aug 22:06
Compare
Choose a tag to compare
  • 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

31 Aug 20:10
Compare
Choose a tag to compare
  • Fix honeypot logic