We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38ec99 commit 27fbb93Copy full SHA for 27fbb93
contracts/crosschain/axelar/AxelarGatewayDestination.sol
@@ -12,7 +12,8 @@ import {AxelarGatewayBase} from "./AxelarGatewayBase.sol";
12
/**
13
* @dev Implementation of an ERC7786 gateway destination adapter for the Axelar Network in dual mode.
14
*
15
- * The contract implements implements AxelarExecutable's {_execute} function to execute the message (active mode).
+ * The contract implements implements AxelarExecutable's {_execute} function to execute the message,
16
+ * converting Axelar's native workflow into the standard ERC7786 active mode.
17
* Alternatively, it provides a way to set a message as executed by calling the {setExecutedMessage}
18
* function (passive mode).
19
*/
0 commit comments