mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/permit_erc20/main.sol
Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com>
This commit is contained in:
parent
14144f98b2
commit
5df5fe5ac1
|
|
@ -14,7 +14,7 @@ import {Events} from "./events.sol";
|
|||
|
||||
|
||||
contract ERC20PermitResolver is Stores {
|
||||
address private immutable daiAddress = 0x6B175474E89094C44Da98b954EedeAC495271d0F; // dai has a different implementation for permit
|
||||
address constant immutable daiAddress = 0x6B175474E89094C44Da98b954EedeAC495271d0F; // dai has a different implementation for permit
|
||||
|
||||
/**
|
||||
* @notice Deposit ERC20 using Permit
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user