Skip to content

Commit 27fbb93

Browse files
committed
Update
1 parent a38ec99 commit 27fbb93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/crosschain/axelar/AxelarGatewayDestination.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import {AxelarGatewayBase} from "./AxelarGatewayBase.sol";
1212
/**
1313
* @dev Implementation of an ERC7786 gateway destination adapter for the Axelar Network in dual mode.
1414
*
15-
* The contract implements implements AxelarExecutable's {_execute} function to execute the message (active mode).
15+
* The contract implements implements AxelarExecutable's {_execute} function to execute the message,
16+
* converting Axelar's native workflow into the standard ERC7786 active mode.
1617
* Alternatively, it provides a way to set a message as executed by calling the {setExecutedMessage}
1718
* function (passive mode).
1819
*/

0 commit comments

Comments
 (0)