mirror of
https://github.com/nspcc-dev/fs-neo-org.git
synced 2026-03-01 12:37:25 +00:00
Make calculator default value and storagePrice/epochDuration dynamic #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (May 10, 2024).
Originally assigned to: @mike-petrov on GitHub.
Is your feature request related to a problem? Please describe.
I'm always frustrated when we have hardcoded parameters on the website.
Describe the solution you'd like
With https://github.com/nspcc-dev/neofs-rest-gw/issues/198 implemented we can fetch most of network settings from the REST gateway and use them. We can also make
calculator_price_valueupdated on page load according (or setting fetch) to these settings.Additional context
#54, #1.