contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Don't use hardcoded values in e2e config tests

Open tmigone opened this issue 3 years ago • 0 comments
trafficstars

A couple of tests use hardcoded values due to them being set with function calls instead of init function:

  • RewardsManager --> issuanceRate
  • Staking --> delegationTaxPercentage

This could be solved by correctly parsing the value with graph config.

tmigone avatar Jul 28 '22 09:07 tmigone