Skip to content

Commit

Permalink
🔎 Add auditor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Nov 7, 2023
1 parent 472c858 commit 73031ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Engine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import {SignatureCheckerLib} from "src/libraries/SignatureCheckerLib.sol";
/// @title Kwenta Smart Margin v3: Engine contract
/// @notice Responsible for interacting with Synthetix v3 perps markets
/// @author JaredBorders ([email protected])
/// @custom:auditor this contract does not prevent reentrancy.
/// Please review the contract carefully.
contract Engine is IEngine, EIP712, EIP7412, ERC2771Context {
using MathLib for int128;
using MathLib for int256;
Expand Down

0 comments on commit 73031ae

Please sign in to comment.