Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed Oct 17, 2024
1 parent 6cda806 commit 77b732a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions contracts/utils/U384.sol
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.10;

import "hardhat/console.sol";
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

library U384 {
uint256 private constant LONG_ALLOCATION = 96;
uint256 private constant SHORT_ALLOCATION = 64;
uint256 private constant CALL_ALLOCATION = 288;

Expand Down

0 comments on commit 77b732a

Please sign in to comment.