Skip to content

[improvement] Configurable Fee Parameters (Reduce AVAX Rounding)

Ursa (9R) requested to merge ursa/fee-config into develop

Functional changes:

  1. Reduce AVAX fee rounding to 50 navax
  2. Remove 1 block scanner lag from Ethereum since this was initially to avoid re-org impact on fees and solvency which should no longer occur

Non-functional changes:

  1. Some cleanup to move a few consts to the config package so we can tune them without releasing
  2. Remove dead code for V1 Ethereum fee calculation which is no longer used

Merge request reports