graphprotocol / contracts

Contracts repository for The Graph protocol

Home Page:https://thegraph.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't use hardcoded values in e2e config tests

tmigone opened this issue · comments

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.