Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.03 KB

Token Listing Sniper Bot

An efficient bot written for trading token as soon as the liquidity for the pair is added to exchange. Exchanges supported(tested against) are uniswap, pancakeswap.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

Added

  • FEATURE: Add bot PAUSE support. In paused mode bot will not watch liquidity add events.
  • FEATURE: Add bot WATCH mode. In this mode bot will watch for liquidity add events but will not respond to them.

[1.0.1] - 2022-12-18

CHANGED

  • Integrate clap 4.X
  • improved cli interface
  • added help for cli

[1.0.1] - 2022-12-18

CHANGED

  • Upgrade to stable ethers 2.X

[1.0.0] - 2022-12-18

CHANGED

  • Upgrade to stable ethers 1.X

[0.1.0] - 2022-02-19

Added

  • Initial release of bot.