curve-pool-registry icon indicating copy to clipboard operation
curve-pool-registry copied to clipboard

How to access `initial_A_time` and `future_A_time` through the `Registry` ?

Open wenceslas-sanchez opened this issue 1 year ago • 0 comments

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 !

wenceslas-sanchez avatar Jul 01 '23 16:07 wenceslas-sanchez