Skip to content

Commit

Permalink
Adds "fantom" to blockchain args
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Feb 15, 2024
1 parent 58b2c27 commit 9d5b077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ def run_async_update_with_retries(mgr, current_block, logging_path, max_retries=
"--blockchain",
default="ethereum",
help="A blockchain from the list. Blockchains not in this list do not have a deployed Fast Lane contract and are not supported.",
choices=["ethereum", "coinbase_base"],
choices=["ethereum", "coinbase_base", "fantom"],
)
parser.add_argument(
"--pool_data_update_frequency",
Expand Down

0 comments on commit 9d5b077

Please sign in to comment.