Skip to content

Commit

Permalink
Update packages/zeta-app-contracts/contracts/multi-chain-value/MultiC…
Browse files Browse the repository at this point in the history
…hainValue.sol

Co-authored-by: Lucas <[email protected]>
  • Loading branch information
andresaiello and lucas-janon authored Feb 10, 2024
1 parent 8972e50 commit 427a3bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface MultiChainValueErrors {

/**
* @dev MultiChainValue goal is to send Zeta token from ZEVM to other chains.
* This contract is not recommended to use in other chains than ZEVM because can't handle onReverseRevert events.
* This contract is not recommended to use in other chains than ZEVM because can't handle onRevert events.
*/
contract MultiChainValue is ZetaInteractor, MultiChainValueErrors {
address public zetaToken;
Expand Down

0 comments on commit 427a3bc

Please sign in to comment.