From 0666f02ba5545ff75d0119f7b565ba1fbd4f7d15 Mon Sep 17 00:00:00 2001
From: Stanislav Breadless <stanislavbezkor@gmail.com>
Date: Mon, 8 Jan 2024 00:36:32 +0100
Subject: [PATCH] use scientific notation for better understanding

---
 contracts/SystemContext.sol | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contracts/SystemContext.sol b/contracts/SystemContext.sol
index 67f9248e..3a07459e 100644
--- a/contracts/SystemContext.sol
+++ b/contracts/SystemContext.sol
@@ -41,7 +41,7 @@ contract SystemContext is ISystemContext, ISystemContextDeprecated, ISystemContr
     address public coinbase = BOOTLOADER_FORMAL_ADDRESS;
 
     /// @notice Formal `block.difficulty` parameter.
-    uint256 public difficulty = 2500000000000000;
+    uint256 public difficulty = 2.5e15;
 
     /// @notice The `block.basefee`.
     /// @dev It is currently a constant.