protocol_fee_swap.gno
Last updated
Was this helpful?
Last updated
Was this helpful?
Getter and setter functions for the Swap Fee, the protocol fee charged when a user executes a swap via the router. The default value is set to 15 (=0.15% of the final output).
Returns the current rate of the Swap Fee.
swapFee
uint64
The current rate of the swap fee.
Modifies the Swap Fee.
fee
uint64
The rate that will be set as the new Swap Fee. (the value should be in bps)