Update contracts/mainnet/connectors/permit_erc20/events.sol

Co-authored-by: 0xPradyuman <63545809+pradyuman-verma@users.noreply.github.com>
This commit is contained in:
harshit-wq 2022-03-13 15:17:37 +05:30 committed by GitHub
parent 5df5fe5ac1
commit 0f5e512e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
pragma solidity ^0.7.0;
contract Events {
event depositWithPermit(
event logDepositWithPermit(
address asset,
address owner,
uint256 nonce,