Skip to content

Commit 45eb1fa

Browse files
committed
try fix silent slither locked-ether
1 parent cab901e commit 45eb1fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/crosschain/axelar/AxelarGatewayAdapter.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {IERC7786Receiver} from "../../interfaces/IERC7786.sol";
1616
* The contract implements AxelarExecutable's {_execute} function to execute the message, converting Axelar's native
1717
* workflow into the standard ERC-7786.
1818
*/
19+
// slither-disable-next-line locked-ether
1920
contract AxelarGatewayAdapter is IERC7786GatewaySource, Ownable, AxelarExecutable {
2021
using InteroperableAddress for bytes;
2122
using Strings for *;

0 commit comments

Comments
 (0)