We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a4743 commit eb093daCopy full SHA for eb093da
packages/contract-helpers/src/farm/index.ts
@@ -102,7 +102,6 @@ export class Farming extends BaseService<IFarming> implements FarmingInterface {
102
@isEthAddress('strategyAddress')
103
@isPositiveAmount('borrowAmount')
104
@isPositiveAmount('farmingAmount')
105
- @isPositiveAmount('maxReturn')
106
{
107
user,
108
mTokenAddress,
0 commit comments