mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
update
This commit is contained in:
parent
86ea7dd608
commit
9b6df87fa0
|
@ -108,7 +108,6 @@ contract Helpers {
|
|||
}
|
||||
|
||||
function approveTransfer(address tokenIn, uint256 amountIn) public {
|
||||
console.log(IERC20(tokenIn).balanceOf(msg.sender));
|
||||
IERC20(tokenIn).safeApprove(address(router), amountIn);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user