You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI calls the vaults.withdrawCollateral method which takes an amount with a type of MonetaryAmount. To withdraw all collateral, we need to be able to pass in None rather than a MonetaryAmount.
The text was updated successfully, but these errors were encountered:
Blocks interlay/interbtc-ui#1580
The UI calls the
vaults.withdrawCollateral
method which takes an amount with a type ofMonetaryAmount
. To withdraw all collateral, we need to be able to pass inNone
rather than aMonetaryAmount
.The text was updated successfully, but these errors were encountered: