curve-pool-registry
curve-pool-registry copied to clipboard
How to access `initial_A_time` and `future_A_time` through the `Registry` ?
Hi teamn
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 !