Skip to content

Commit

Permalink
removed slot comments
Browse files Browse the repository at this point in the history
  • Loading branch information
koloz193 committed Feb 5, 2024
1 parent 9084322 commit 8f4b4df
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions l1-contracts/contracts/zksync/Storage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ struct AppStorage {
mapping(uint256 batchNumber => bytes32 l2LogsRootHash) l2LogsRootHashes;
/// @dev Container that stores transactions requested from L1
PriorityQueue.Queue priorityQueue;
//20
/// @dev The smart contract that manages the list with permission to call contract functions
address __DEPRECATED_allowList;
/// @notice Part of the configuration parameters of ZKP circuits. Used as an input for the verifier smart contract
Expand All @@ -145,7 +144,6 @@ struct AppStorage {
uint256 priorityTxMaxGasLimit;
/// @dev Storage of variables needed for upgrade facet
UpgradeStorage __DEPRECATED_upgrades;
//34
/// @dev A mapping L2 batch number => message number => flag.
/// @dev The L2 -> L1 log is sent for every withdrawal, so this mapping is serving as
/// a flag to indicate that the message was already processed.
Expand All @@ -172,7 +170,6 @@ struct AppStorage {
/// @dev Fee params used to derive gasPrice for the L1->L2 transactions. For L2 transactions,
/// the bootloader gives enough freedom to the operator.
FeeParams feeParams;
/// @notice Address of the blob versioned hash getter smart contract used for EIP-4844 versioned hashes.
/// @dev Address of the blob versioned hash getter smart contract used for EIP-4844 versioned hashes.
address blobVersionedHashGetter;
//50
}

0 comments on commit 8f4b4df

Please sign in to comment.