Skip to content

Commit

Permalink
Merge branch 'main' into 192-bug-in-automatic-pool-shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale authored Nov 13, 2023
2 parents 9fc38ac + cfcadbb commit daeb6f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD)

[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.56...HEAD)
[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.57...HEAD)

- Wrong router address for Uni V3 [\#190](https://github.com/bancorprotocol/fastlane-bot/issues/190)

- Tokens with shutdown pools should be flashloaned from Balancer [\#196](https://github.com/bancorprotocol/fastlane-bot/issues/196)
- 196 tokens with shutdown pools should be flashloaned from balancer [\#197](https://github.com/bancorprotocol/fastlane-bot/pull/197) ([Lesigh-3100](https://github.com/Lesigh-3100))

## [v2.7.57](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.57) (2023-11-10)

[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.56...v2.7.57)

- Fix router address for Uni V3 [\#191](https://github.com/bancorprotocol/fastlane-bot/pull/191) ([Lesigh-3100](https://github.com/Lesigh-3100))

## [v2.7.56](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.56) (2023-11-09)
Expand Down
2 changes: 1 addition & 1 deletion fastlane_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .bot import CarbonBot as Bot, __VERSION__, __DATE__
from .config import Config, ConfigNetwork, ConfigDB, ConfigLogger, ConfigProvider

__version__ = '2.7.57'
__version__ = '2.7.58'



0 comments on commit daeb6f4

Please sign in to comment.