You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently feeSetup can be called by anyone. I suggest we update the contract to be Ownable then only the contract owner should be allowed to call feeSetup. A multisig co-owned by Neutral and Toucan could then be set up in mainnet as the contract owner.
Currently
feeSetup
can be called by anyone. I suggest we update the contract to beOwnable
then only the contract owner should be allowed to callfeeSetup
. A multisig co-owned by Neutral and Toucan could then be set up in mainnet as the contract owner.https://github.com/neutral-protocol/dynamic-fee-pools/blob/fec047ceef8e4a610f919ac350b894bae672ea4b/src/FeeCalculator.sol#L36
The text was updated successfully, but these errors were encountered: