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
It seems that when we request the 3pool parameters through the Registry, there are empty values for the below parameters:
initial_A
initial_A_time
future_A_time
This is du to this part of Registry.vy. I understand that the attribute has_initial_A was set at the pool launch, but it has now a clumsy side effect. Do you know how we can access to the value of initial_A etc. without having to directly requesting the 3pool (like using the registry) ?
Regards team and thanks a lot !
The text was updated successfully, but these errors were encountered:
Hi teamn
It seems that when we request the 3pool parameters through the Registry, there are empty values for the below parameters:
This is du to this part of
Registry.vy
. I understand that the attributehas_initial_A
was set at the pool launch, but it has now a clumsy side effect. Do you know how we can access to the value ofinitial_A
etc. without having to directly requesting the 3pool (like using the registry) ?Regards team and thanks a lot !
The text was updated successfully, but these errors were encountered: