Skip to content

Commit

Permalink
📚 fix factor
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed May 21, 2024
1 parent 09904be commit 790804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Account.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ contract Account is IAccount, Auth, OpsReady {
IPerpsV2DynamicFeesModule(0x05F6f46e5EED6dec1D8Cc3c6e8169D447966844d);

/// @notice used to scale down values following multiplication
uint256 internal constant SCALING_FACTOR = SCALING_FACTOR;
uint256 internal constant SCALING_FACTOR = 1 ether;

/*//////////////////////////////////////////////////////////////
IMMUTABLES
Expand Down

0 comments on commit 790804e

Please sign in to comment.