Skip to content

Commit

Permalink
Merge pull request #150 from bancorprotocol/149-fix-block-start-numbe…
Browse files Browse the repository at this point in the history
…r-for-pol-contract

Update BANCOR_POL_START_BLOCK to correct value
  • Loading branch information
mikewcasale authored Sep 25, 2023
2 parents 21383e2 + edcde80 commit 1f58d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/config/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ConfigNetwork(ConfigBase):
MULTICALLABLE_EXCHANGES = [BANCOR_V3_NAME, BANCOR_POL_NAME]
# BANCOR POL
# TODO ADD BLOCK CONTRACT WAS CREATED
BANCOR_POL_START_BLOCK = 20202020
BANCOR_POL_START_BLOCK = 18184448
BANCOR_POL_ADDRESS = "0xD06146D292F9651C1D7cf54A3162791DFc2bEf46"

# CARBON EVENTS
Expand Down

0 comments on commit 1f58d8b

Please sign in to comment.