File tree Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Expand file tree Collapse file tree 5 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 4
4
[submodule "lib/@openzeppelin-contracts-upgradeable "]
5
5
path = lib/@openzeppelin-contracts-upgradeable
6
6
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable.git
7
+ [submodule "lib/forge-std "]
8
+ path = lib/forge-std
9
+ url = https://github.com/foundry-rs/forge-std.git
Original file line number Diff line number Diff line change
1
+ [profile .default ]
2
+ solc_version = ' 0.8.26'
3
+ evm_version = ' cancun'
4
+ src = ' contracts'
5
+ out = ' out'
6
+ libs = [' node_modules' , ' lib' ]
7
+ test = ' test'
8
+ cache_path = ' cache_forge'
9
+
10
+ [fuzz ]
11
+ runs = 5000
12
+ max_test_rejects = 150000
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const { argv } = require('yargs/yargs')()
3
3
. options ( {
4
4
compiler : {
5
5
type : 'string' ,
6
- default : '0.8.25 ' ,
6
+ default : '0.8.26 ' ,
7
7
} ,
8
8
hardfork : {
9
9
type : 'string' ,
Original file line number Diff line number Diff line change 1
- # v5 (released)
2
1
@openzeppelin/contracts@v5/=@openzeppelin/contracts/
3
2
@openzeppelin/contracts-upgradeable@v5/=@openzeppelin/contracts-upgradeable/
4
3
5
- # Master (unreleased)
6
4
@openzeppelin/contracts@master/=lib/@openzeppelin-contracts/contracts/
7
5
@openzeppelin/contracts-upgradeable@master/=lib/@openzeppelin-contracts-upgradeable/contracts/
You can’t perform that action at this time.
0 commit comments