mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/socket/main.sol
This commit is contained in:
parent
a4ddc87f52
commit
e143b4e53b
|
@ -82,9 +82,9 @@ abstract contract SocketConnector is SocketConnectorResolver {
|
||||||
_eventParam = abi.encode(
|
_eventParam = abi.encode(
|
||||||
_token,
|
_token,
|
||||||
_amount,
|
_amount,
|
||||||
_sourceChain,
|
_sourceChain,
|
||||||
_targetChain,
|
_targetChain,
|
||||||
_recipient
|
_recipient
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user