Skip to content

Commit

Permalink
Add solidity pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke authored Nov 4, 2024
1 parent 2768c3d commit 673d711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/base/BaseV4Quoter.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;

import {IPoolManager} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol";
import {BalanceDelta} from "@uniswap/v4-core/src/types/BalanceDelta.sol";
Expand Down

0 comments on commit 673d711

Please sign in to comment.