From 26d56eab8c6c00fd867395265844d1c89f936fec Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 26 Sep 2023 11:19:27 +0000 Subject: [PATCH] Update changelog [skip ci] --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e6122c3..c64f5c7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ ## [Unreleased](https://github.com/bancorprotocol/fastlane-bot/tree/HEAD) -[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.38...HEAD) +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.39...HEAD) +- Remove Tenderly default for Bancor POL in contracts.py get\_pool\_contract [\#153](https://github.com/bancorprotocol/fastlane-bot/issues/153) - Fix block start number for POL contract [\#149](https://github.com/bancorprotocol/fastlane-bot/issues/149) +- Remove Tenderly Web3 instantiation [\#154](https://github.com/bancorprotocol/fastlane-bot/pull/154) ([Lesigh-3100](https://github.com/Lesigh-3100)) + +## [v2.7.39](https://github.com/bancorprotocol/fastlane-bot/tree/v2.7.39) (2023-09-25) + +[Full Changelog](https://github.com/bancorprotocol/fastlane-bot/compare/v2.7.38...v2.7.39) + - Update BANCOR\_POL\_START\_BLOCK to correct value [\#150](https://github.com/bancorprotocol/fastlane-bot/pull/150) ([Lesigh-3100](https://github.com/Lesigh-3100)) - Add support for POL Contract [\#109](https://github.com/bancorprotocol/fastlane-bot/issues/109)