contracts
contracts copied to clipboard
Don't use hardcoded values in e2e config tests
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.