mirror of
https://github.com/Instadapp/dsa-polygon-migration.git
synced 2024-07-29 22:27:58 +00:00
event update
This commit is contained in:
parent
a97072fe4e
commit
4b21f93f02
|
@ -35,7 +35,7 @@ contract InstaImplementationM1 is Constants {
|
|||
}
|
||||
}
|
||||
|
||||
event LogCast(
|
||||
event LogCastMigrate(
|
||||
address indexed origin,
|
||||
address indexed sender,
|
||||
uint256 value,
|
||||
|
@ -105,7 +105,7 @@ contract InstaImplementationM1 is Constants {
|
|||
(eventNames[i], eventParams[i]) = decodeEvent(response);
|
||||
}
|
||||
|
||||
emit LogCast(
|
||||
emit LogCastMigrate(
|
||||
_origin,
|
||||
msg.sender,
|
||||
msg.value,
|
||||
|
|
Loading…
Reference in New Issue
Block a user