diff --git a/src/Account.sol b/src/Account.sol index 441997a5..0542d94f 100644 --- a/src/Account.sol +++ b/src/Account.sol @@ -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 (jaredborders@pm.me), JChiaramonte7 (jeremy@bytecode.llc) +/// @author JaredBorders (jaredborders@pm.me) +/// @author JChiaramonte7 (jeremy@bytecode.llc) +/// @author Flocqst (florian@kwenta.io) /// @notice flexible smart margin account enabling users to trade on-chain derivatives contract Account is IAccount, Auth, OpsReady { using V3Path for bytes; diff --git a/src/Events.sol b/src/Events.sol index fa3b39c3..26f7a5c5 100644 --- a/src/Events.sol +++ b/src/Events.sol @@ -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 (jaredborders@pm.me) +/// @author Flocqst (florian@kwenta.io) contract Events is IEvents { /*////////////////////////////////////////////////////////////// IMMUTABLES diff --git a/src/Settings.sol b/src/Settings.sol index 2648d019..3a15156b 100644 --- a/src/Settings.sol +++ b/src/Settings.sol @@ -6,6 +6,7 @@ import {Owned} from "src/utils/Owned.sol"; /// @title Kwenta Smart Margin Account Settings /// @author JaredBorders (jaredborders@pm.me) +/// @author Flocqst (florian@kwenta.io) /// @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