-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add setFeeCollector #776
add setFeeCollector #776
Conversation
* @param _newFeeCollector new fee collector | ||
*/ | ||
|
||
function setFeeCollector(address _newFeeCollector) external onlyERC20Deployer{ |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions
Should we remove other stuff related to dispensers? There are some variables and functions, such as: https://github.com/oceanprotocol/contracts/blob/a0ccf2b33d58d11ddcaf1d329971610a2782ca5f/contracts/templates/ERC20Template3.sol#L896C1-L898C6 |
I would keep that to make it compatible with the other two templates |
796fe91
into
issue779-use-timestamp-instead-of-block-number-in-predictoor
Closes #772
Changes proposed in this PR:
Since contract size exceeded 24k, I also had to :