[DOCs/operators]: Add auto scraping of staking_supply_scale_factor & update api outputs (#5832)

This commit is contained in:
import this
2025-06-06 09:57:48 +00:00
committed by GitHub
parent 466bb97bc7
commit 5b67403fb9
13 changed files with 21 additions and 28 deletions
@@ -140,6 +140,7 @@ def get_nested_value(response, args):
def _return_percent_annotation(value):
value = float(value) * 100
value = round(value, 2)
value = f"{value}%"
return value
@@ -269,7 +270,7 @@ def parser_main():
action="store_true",
help="A multiplier of staking supply scale factor and circulating supply"
)
parser_calculate.add_argument(
"-s", "--separator",
type=str,