mirror of
https://github.com/Instadapp/dsa-connectors-2.0.git
synced 2024-07-29 21:57:39 +00:00
feat: update function name
This commit is contained in:
parent
923b406679
commit
4b7d9c6263
|
@ -35,7 +35,7 @@ abstract contract FluidConnector is Events, Stores {
|
|||
* @param setIds_ Array of 5 elements to store IDs generated:
|
||||
* Nft Id, Supply amount, Withdraw amount, Borrow Amount, Payback Amount
|
||||
*/
|
||||
function operate(
|
||||
function operateWithIds(
|
||||
address vaultAddress_,
|
||||
uint256 nftId_,
|
||||
int256 newCol_,
|
||||
|
@ -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 operate2(
|
||||
function operate(
|
||||
address vaultAddress_,
|
||||
uint256 nftId_,
|
||||
int256 newCol_,
|
||||
|
|
|
@ -35,7 +35,7 @@ abstract contract FluidConnector is Events, Stores {
|
|||
* @param setIds_ Array of 5 elements to store IDs generated:
|
||||
* Nft Id, Supply amount, Withdraw amount, Borrow Amount, Payback Amount
|
||||
*/
|
||||
function operate(
|
||||
function operateWithIds(
|
||||
address vaultAddress_,
|
||||
uint256 nftId_,
|
||||
int256 newCol_,
|
||||
|
@ -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 operate2(
|
||||
function operate(
|
||||
address vaultAddress_,
|
||||
uint256 nftId_,
|
||||
int256 newCol_,
|
||||
|
|
Loading…
Reference in New Issue
Block a user