Skip to content

Commit

Permalink
pin 0.8.24
Browse files Browse the repository at this point in the history
  • Loading branch information
saucepoint committed Feb 14, 2024
1 parent 308f533 commit 159e769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/BaseHook.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.19;
pragma solidity ^0.8.24;

import {Hooks} from "@uniswap/v4-core/src/libraries/Hooks.sol";
import {IPoolManager} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol";
Expand Down
7 changes: 3 additions & 4 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[profile.default]
src = 'contracts'
out = 'foundry-out'
solc_version = '0.8.20'
solc_version = '0.8.24'
via_ir = true
optimizer_runs = 1000000
optimizer_runs = 999999
ffi = true
fs_permissions = [{ access = "read-write", path = ".forge-snapshots/"}]
cancun = true
evm_version = "cancun"

[profile.ci]
fuzz_runs = 100000
solc = "./lib/v4-core/bin/solc-static-linux"

# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 comments on commit 159e769

Please sign in to comment.