Skip to content

Commit

Permalink
Merge branch 'main' into storage-contracts2
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Aug 14, 2024
2 parents acc9149 + 246b1ce commit 24819b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/contracts/core/BlockTracker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {IBlockTracker} from "../interfaces/IBlockTracker.sol";
import {BlockTrackerStorage} from "./BlockTrackerStorage.sol";
import {Ownable2StepUpgradeable} from "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol";
import {UUPSUpgradeable} from "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol";
import {IBlockTracker} from "../interfaces/IBlockTracker.sol";

/**
* @title BlockTracker
Expand Down

0 comments on commit 24819b9

Please sign in to comment.