Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

auction_delay = 1

unbonding_delay = 7

# Round seigniorage rate represented as a fraction of the total supply.
#
# Annual issuance: 2%
# Minimum round exponent: 14
# Ticks per year: 31536000000
#
# (1+0.02)^((2^14)/31536000000)-1 is expressed as a fractional number below
# Python:
# from fractions import Fraction
# Fraction((1 + 0.02)**((2**14)/31536000000) - 1).limit_denominator(1000000000)
round_seigniorage_rate = [5, 485997299]

[highway]

finality_threshold_fraction = [1, 3]

...

maximum_round_exponent = 18

reduced_reward_multiplier = [1, 5]

[deploys]

block_max_transfer_count = 2500