feat: update

This commit is contained in:
Shriya Tyagi 2024-02-10 23:06:30 +04:00
parent 0eb6f1d9c2
commit 923b406679
2 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ abstract contract FluidConnector is Events, Stores {
* @param repayApproveAmt_ In case of max amount for payback, this amount will be approved for spending.
* Should always be positive.
*/
function operate(
function operate2(
address vaultAddress_,
uint256 nftId_,
int256 newCol_,

View File

@ -170,7 +170,7 @@ abstract contract FluidConnector is Events, Stores {
* @param repayApproveAmt_ In case of max amount for payback, this amount will be approved for spending.
* Should always be positive.
*/
function operate(
function operate2(
address vaultAddress_,
uint256 nftId_,
int256 newCol_,