Skip to content

Commit

Permalink
BaseBridgeTask: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PatricioHenderson committed Sep 13, 2023
1 parent 7e415e0 commit cde427a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ interface IBaseBridgeTask is ITask {
/**
* @dev Emitted every time a custom destination chain is set for a token
*/
event CustomDestinationChainSet(address indexed token, uint256 indexed defaultDestinationChain);
event CustomDestinationChainSet(address indexed token, uint256 indexed destinationChain);

/**
* @dev Emitted every time a custom max slippage is set
Expand Down

0 comments on commit cde427a

Please sign in to comment.