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
Since the fix is only for views contract, and each AMM references the address of the views contract stored in the factory, the fix for all pools is in the factory contract (by design):
Fix method and deploy new views implementation across all chains
create dao vote for governance to accept new views implementation via: factory.set_views_implementation(new_implementation)
Execute vote and let integrators know it has been fixed.
The text was updated successfully, but these errors were encountered:
Description
To replicate:
This returns the following error:
How to fix
Error exists in:
base_n_coins can be equal to 2 but it is still an NG pool. So the branching is off. The correct if-else statement should should be:
Task list
Since the fix is only for views contract, and each AMM references the address of the views contract stored in the factory, the fix for all pools is in the factory contract (by design):
factory.set_views_implementation(new_implementation)
The text was updated successfully, but these errors were encountered: