mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Update contracts/mainnet/connectors/socket/events.sol
This commit is contained in:
parent
897bc7f1b9
commit
24ea3c8601
|
|
@ -4,9 +4,10 @@ pragma experimental ABIEncoderV2;
|
||||||
|
|
||||||
contract Events {
|
contract Events {
|
||||||
event LogSocketBridge (
|
event LogSocketBridge (
|
||||||
bytes txData,
|
|
||||||
address token,
|
address token,
|
||||||
uint256 amount,
|
uint256 amount,
|
||||||
uint256 getId
|
uint256 sourceChain,
|
||||||
|
uint256 targetChain,
|
||||||
|
address recipient
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user