Skip to content

Commit

Permalink
Merge pull request #339 from bancorprotocol/337-failed-to-get-tokens-…
Browse files Browse the repository at this point in the history
…and-fee-for-aerodrome_v2

337 failed to get tokens and fee for aerodrome v2
  • Loading branch information
mikewcasale authored Jan 30, 2024
2 parents 4a196a8 + 1fd8b23 commit 1b0413a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane_bot/events/managers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,11 @@ def handle_solidly_exchanges(self, exchange):
Handles getting stable & volatile fees for Solidly forks
"""
exchange_name = exchange.exchange_name
self.factory_contracts[exchange_name] = self.web3.eth.contract(
self.factory_contracts[exchange_name] = self.w3_async.eth.contract(
address=self.cfg.FACTORY_MAPPING[exchange_name],
abi=exchange.get_factory_abi,
)
exchange.factory_contract = self.factory_contracts[exchange.exchange_name]
#exchange.set_stable_volatile_fee()

return exchange

Expand Down

0 comments on commit 1b0413a

Please sign in to comment.