Rewards Fee Calculator
This guide covers steps to deploy Fee Calculator hook.
Prerequisites
AVS contracts
Access to AVS governance multisig
1
2
3
Register AVSLogic with AttestationCenter
After deployment, you must call the setFeeCalculator function on the AttestationCenter
and provide the address of the FeeCalculator contract as the parameter, as shown in the script below.
Note that only the AVS Governance Multisig is authorized to call this function.
Last updated