[X] I have searched the existing feature and enhancement requests
Is your feature request related to a problem? Please describe.
Block-time guestimates based on long-term average can change in the relative time depending on validators and network activity.
For multi-chain deployment and general use it would be more convenient to use the actual average of block time based on the reported data from the chain itself.
Describe the solution you'd like
something that incorporates this to generate an actual rolling average blocktime. It would only need to be run once when the site is loaded
currently utilities/variables/chrono.ts variable CHAIN_SECONDS_PER_BLOCK is used to determine the conversion from blocks to seconds
Is there an existing feature request for this?
Is your feature request related to a problem? Please describe.
Block-time guestimates based on long-term average can change in the relative time depending on validators and network activity. For multi-chain deployment and general use it would be more convenient to use the actual average of block time based on the reported data from the chain itself.
Describe the solution you'd like
something that incorporates this to generate an actual rolling average blocktime. It would only need to be run once when the site is loaded currently
utilities/variables/chrono.ts
variableCHAIN_SECONDS_PER_BLOCK
is used to determine the conversion from blocks to secondsDescribe alternatives you've considered
continuing to use
CHAIN_SECONDS_PER_BLOCK
in thevariables/crono.ts
fileAnything else?
No response