Skip to content

Commit

Permalink
πŸ‘·πŸ»β€β™‚οΈ add author
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed May 21, 2024
1 parent 5984bd0 commit 3936a86
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Account.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ import {IERC20} from "src/interfaces/token/IERC20.sol";
import {V3Path} from "src/utils/uniswap/V3Path.sol";

/// @title Kwenta Smart Margin Account Implementation
/// @author JaredBorders ([email protected]), JChiaramonte7 ([email protected])
/// @author JaredBorders ([email protected])
/// @author JChiaramonte7 ([email protected])
/// @author Flocqst ([email protected])
/// @notice flexible smart margin account enabling users to trade on-chain derivatives
contract Account is IAccount, Auth, OpsReady {
using V3Path for bytes;
Expand Down
1 change: 1 addition & 0 deletions src/Events.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {IFactory} from "./interfaces/IFactory.sol";
/// @title Consolidates all events emitted by the Smart Margin Accounts
/// @dev restricted to only Smart Margin Accounts
/// @author JaredBorders ([email protected])
/// @author Flocqst ([email protected])
contract Events is IEvents {
/*//////////////////////////////////////////////////////////////
IMMUTABLES
Expand Down
1 change: 1 addition & 0 deletions src/Settings.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {Owned} from "src/utils/Owned.sol";

/// @title Kwenta Smart Margin Account Settings
/// @author JaredBorders ([email protected])
/// @author Flocqst ([email protected])
/// @notice This contract is used to manage the settings of the Kwenta Smart Margin Account
/// @custom:caution Changes to this contract will effectively clear any existing settings.
/// Post update, the owner will need to reconfigure the settings either in the deploy script or
Expand Down

0 comments on commit 3936a86

Please sign in to comment.