Skip to content

Commit 9b3f007

Browse files
committed
foo
1 parent d0164bd commit 9b3f007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundry.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[profile.default]
2-
solc_version = "0.8.24"
2+
solc_version = "0.8.25"
33
src = 'src'
44
out = 'out'
55
libs = ['lib']

script/Create2Factory.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pragma solidity 0.8.24;
1+
pragma solidity 0.8.25;
22

33
/**
44
* @title Immutable Create2 Contract Factory

0 commit comments

Comments
 (0)