mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
minor update
This commit is contained in:
parent
3e059c8366
commit
99eacd0d18
|
@ -10,7 +10,7 @@ import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
|
|||
contract Helpers {
|
||||
using SafeERC20 for IERC20;
|
||||
|
||||
ISwapRouter public constant router =
|
||||
ISwapRouter internal constant router =
|
||||
ISwapRouter(0xE592427A0AEce92De3Edee1F18E0157C05861564);
|
||||
|
||||
bytes32 internal constant POOL_INIT_CODE_HASH =
|
||||
|
|
Loading…
Reference in New Issue
Block a user