From 7f938459cad0743da83718dcb48f4678bed52c77 Mon Sep 17 00:00:00 2001 From: GitGuru7 <128375421+GitGuru7@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:34:37 +0530 Subject: [PATCH] fix: resolve comments --- contracts/constants.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/contracts/constants.sol b/contracts/constants.sol index 6e1225f..9e6d9a5 100644 --- a/contracts/constants.sol +++ b/contracts/constants.sol @@ -1,9 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause pragma solidity 0.8.13; -/// @dev The approximate number of blocks per year that is assumed by the interest rate model -uint256 constant BLOCKS_PER_YEAR = 10_512_000; - /// @dev Base unit for computations, usually used in scaling (multiplications, divisions) uint256 constant EXP_SCALE = 1e18;