File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ out = 'out'
8
8
libs = [' node_modules' , ' lib' ]
9
9
test = ' test'
10
10
cache_path = ' cache_forge'
11
- fs_permissions = [{ access = " read" , path = " lib/@openzeppelin-contracts/test/bin/EntryPoint070 .bytecode" }]
11
+ fs_permissions = [{ access = " read" , path = " lib/@openzeppelin-contracts/test/bin/EntryPoint080 .bytecode" }]
12
12
13
13
[fuzz ]
14
14
runs = 5000
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ contract AccountERC7702Test is Test {
45
45
vm.deal (address (ERC4337Utils .ENTRYPOINT_V08), MAX_ETH);
46
46
vm.etch (
47
47
address (ERC4337Utils .ENTRYPOINT_V08),
48
- vm.readFileBinary ("./lib/@openzeppelin-contracts/test/bin/EntryPoint070 .bytecode " )
48
+ vm.readFileBinary ("./lib/@openzeppelin-contracts/test/bin/EntryPoint080 .bytecode " )
49
49
);
50
50
}
51
51
You can’t perform that action at this time.
0 commit comments