From 790804ebcc1bf9d7a1d79070f81fbeae41675411 Mon Sep 17 00:00:00 2001 From: JaredBorders Date: Tue, 21 May 2024 11:13:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20fix=20factor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Account.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Account.sol b/src/Account.sol index 40ca217a..441997a5 100644 --- a/src/Account.sol +++ b/src/Account.sol @@ -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