chimera-defi / SharedDeposit

13 stars 6 forks source link

setAdminFee of FeeCalc contract #20

Open devlancer412 opened 1 month ago

devlancer412 commented 1 month ago

Anyone can change adminFee by setAdminFee function If it isn't mock contract, I think should add ownable access control to this contract.

https://github.com/chimera-defi/SharedDeposit/blob/1fe4278ab14aac6d9365b102752c130b1256ebee/contracts/v2/periphery/FeeCalc.sol#L35

chimera-defi commented 1 month ago

oh yea the stuff in periphery isnt used yet and not fully fleshed out