-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix always add native wrapped gas infor to the token objects #624
Conversation
Handles related issue #626 |
78b6802
to
2906ca5
Compare
2906ca5
to
48be83b
Compare
@@ -48,6 +48,7 @@ | |||
set_network_to_mainnet_if_replay, | |||
set_network_to_tenderly_if_replay, | |||
handle_target_token_addresses, | |||
verify_min_bnt_is_respected, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never used
@@ -1716,6 +1716,27 @@ def handle_target_token_addresses(static_pool_data: pd.DataFrame, target_tokens: | |||
return target_token_addresses | |||
|
|||
|
|||
def verify_min_bnt_is_respected(bot: CarbonBot, mgr: Any): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replaced this PR with #632 since some merge mistakes were made
No description provided.