Closed d10r closed 4 months ago
Reminder to update the CHANGELOG.md for any of the modified packages in this PR.
bool public constant DEFAULT_NON_UPGRADEABLE = false;
bool public constant DEFAULT_APP_WHITELISTING_ENABLED = false;
but not used:
host = SuperfluidHostDeployerLibrary.deploy(true, false, 3_000_000, address(dmzForwarder));
(not even using the same values, thus I didn't just replace with the constants)
There seems to be no mechanism to configure those when using this deployer, thus I also hardcode the value for app callback gas limit.
Three-way merging #1979 branch for testing purpose.
Link: https://xkcd.com/1982
fixes https://github.com/superfluid-finance/protocol-monorepo/issues/1975