Closed mcaneris closed 2 years ago
Additional initialization configuration for FundV1 base implementation
FundV1
bool
address[]
bytes32[]
allowRequests enables a fund to accept requests.
allowRequests
If a fund is onlyWhitelistedRequests, only permitted addresses are allowed to make requests (this can be used to establish funds with NGO partners).
onlyWhitelistedRequests
Receiving approvers will enable fund level approver checks.
approvers
Receiving checks will enable fund level custom checks.
checks
Revise FundManager contract to DELEGATECALL to relevant FundV1.
FundManager
DELEGATECALL
@kozyilmaz
Additional initialization configuration for
FundV1
base implementationbool
allowRequestsbool
onlyWhitelistedRequestsaddress[]
whitelistaddress[]
approversbytes32[]
checksallowRequests
enables a fund to accept requests.If a fund is
onlyWhitelistedRequests
, only permitted addresses are allowed to make requests (this can be used to establish funds with NGO partners).Receiving
approvers
will enable fund level approver checks.Receiving
checks
will enable fund level custom checks.Revise
FundManager
contract toDELEGATECALL
to relevant FundV1.