Closed waynehoover closed 11 months ago
Some small refactoring that save about 3k gas.
reduce gas by
[ ] remove numberMinted from questFactory and use redeemedTokens on quest instead.
numberMinted
redeemedTokens
renames some errors to be consistent on each quest contract
Most of these changes have been implemented in: https://github.com/rabbitholegg/quest-protocol/pull/228
Some small refactoring that save about 3k gas.
reduce gas by
[ ] remove
numberMinted
from questFactory and useredeemedTokens
on quest instead.renames some errors to be consistent on each quest contract