Skip to content

Commit

Permalink
add spdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Sep 9, 2024
1 parent ceb8907 commit 574a965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/Maverick2.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pragma solidity >=0.8.2 <0.9.0;
// SPDX-License-Identifier: MIT

pragma solidity 0.8.23;

interface Pool {
struct TickState {
Expand Down

0 comments on commit 574a965

Please sign in to comment.