generated from Kwenta/foundry-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
472c858
commit 73031ae
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|