You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With optimizer decoupling it was uncovered that [T.ETH, T.WETH] is in fact [self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
Severity (High/Medium/Low)
High
Steps to Reproduce
Replace [self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
with [self.ConfigObj.NATIVE_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
in modes/pairwise_multi_pol.py
Expected Behavior
ETH and WETH should be treated deifferently
Actual Behavior
T.ETH and T.WETH are treated differently, even though they have the same address
Impact Analysis (to be filled by contributors)
Automated Tests: Are there existing tests covering this? Do we need new tests? - Yes
Risks: Potential areas affected by this bug and its probable fix - Opportunities are calculated incorrectly
Performance: Is this bug affecting performance? - Unknown
Monitoring: Does this affect any current monitoring? Any new alerts needed? - No
Logging: Any changes required in logging? - No
Documentation: Updates needed in documentation? - No
The text was updated successfully, but these errors were encountered:
Bug Description
With optimizer decoupling it was uncovered that
[T.ETH, T.WETH]
is in fact[self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
Severity (High/Medium/Low)
High
Steps to Reproduce
Replace
[self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
with
[self.ConfigObj.NATIVE_GAS_TOKEN_ADDRESS, self.ConfigObj.WRAPPED_GAS_TOKEN_ADDRESS]
in modes/pairwise_multi_pol.py
Expected Behavior
ETH and WETH should be treated deifferently
Actual Behavior
T.ETH and T.WETH are treated differently, even though they have the same address
Impact Analysis (to be filled by contributors)
The text was updated successfully, but these errors were encountered: