shapeshift / web

ShapeShift Web
https://app.shapeshift.com
MIT License
157 stars 180 forks source link

fix: disable minOut check #6805

Closed 0xApotheosis closed 2 weeks ago

0xApotheosis commented 2 weeks ago

Disables the minOut check for lending, as it's an optional value in the memo response from THORChain. See https://dev.thorchain.org/concepts/memos.html#open-loan and https://dev.thorchain.org/concepts/memos.html#repay-loan.

This PR only aims to address the immediate blocker for the current release (https://github.com/shapeshift/web/pull/6804) introduced in https://github.com/shapeshift/web/pull/6791.