Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
use scientific notation for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 7, 2024
1 parent 0b238cd commit 0666f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/SystemContext.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0666f02

Please sign in to comment.