Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Elnaril committed May 14, 2024
1 parent ccc3448 commit abaa030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/buy_v2_v3_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def launch_ganache():
f"""ganache
--logging.quiet='true'
--fork.url='{web3_provider}'
--fork.blockNumber='{12668306}'
--fork.blockNumber='{12668306}'
--wallet.accounts='{account.key.hex()}','{init_amount}'
""".replace("\n", " "),
shell=True,
Expand Down

0 comments on commit abaa030

Please sign in to comment.