Function: initialize()
This function initializes this contract by approving the vault relayer to spend the maximum amount of the sell token.
Branches and code coverage
Intended branches
Call
IERC20(sellToken()).forceApprove(_VAULT_RELAYER, type(uint256).max)
.