Skip to content

Commit

Permalink
👷 add author
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed May 21, 2024
1 parent c672835 commit 6323908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Engine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {UUPSUpgradeable} from
/// @notice Responsible for interacting with
/// Synthetix v3 perps markets
/// @author JaredBorders ([email protected])
/// @author Flocqst ([email protected])
contract Engine is
IEngine,
EIP712,
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/IEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {IPerpsMarketProxy} from "src/interfaces/synthetix/IPerpsMarketProxy.sol"
/// @title Kwenta Smart Margin v3: Engine Interface
/// @notice Conditional Order -> "co"
/// @author JaredBorders ([email protected])
/// @author Flocqst ([email protected])
interface IEngine {
/*//////////////////////////////////////////////////////////////
TYPES
Expand Down

0 comments on commit 6323908

Please sign in to comment.