Assessment reports>SupSwap>Discussion>Summary of changes
GeneralOverview
Audit ResultsSummary

Summary of changes

User fees to LPs

The user fee to LPs was changed from 25 basis points to 20 basis points.

Protocol tax on LP gain

The protocol fee was changed from 8/25 to 1/4.

Removed interface method

The following function was removed from the interface of the v2 Factory.

function INIT_CODE_PAIR_HASH() external view returns (bytes32);

Constructor additions

The following code was added to some of the constructors.

IFeeSharing feeSharing = IFeeSharing(0x8680CEaBcb9b56913c519c069Add6Bc3494B7020); // This address is the address of the SFS contract
feeSharing.assign(82); //Registers this contract and assigns the NFT to the owner of this contract
Zellic © 2025Back to top ↑