Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.01 KB

File metadata and controls

28 lines (16 loc) · 1.01 KB

EarnProvider

Properties

Name Type Description Notes
providerId ProviderIdEnum Stable protocol identifier (`MORPHO` or `AAVE`). [optional]
displayName String Human-readable protocol name for UI. [optional]
logoUrl String URL for the provider logo asset. [optional]
supportedChainIds List<Integer> EVM chain IDs where this provider is supported. [optional]
isTermsApprovalRequired Boolean Whether the user must accept terms before using this provider. [optional]
termsOfServiceUrl String URL to the provider terms of service, when applicable. [optional]
isTermsOfServiceApproved Boolean Whether terms have been approved for this workspace / context. [optional]

Enum: ProviderIdEnum

Name Value
MORPHO "MORPHO"
AAVE "AAVE"