Skip to content

Commit 0317d56

Browse files
authored
Use Entrypoint v8 in AccountERC7702 fuzz tests (#136)
1 parent 4802f98 commit 0317d56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ out = 'out'
88
libs = ['node_modules', 'lib']
99
test = 'test'
1010
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"}]
1212

1313
[fuzz]
1414
runs = 5000

test/account/AccountERC7702.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ contract AccountERC7702Test is Test {
4545
vm.deal(address(ERC4337Utils.ENTRYPOINT_V08), MAX_ETH);
4646
vm.etch(
4747
address(ERC4337Utils.ENTRYPOINT_V08),
48-
vm.readFileBinary("./lib/@openzeppelin-contracts/test/bin/EntryPoint070.bytecode")
48+
vm.readFileBinary("./lib/@openzeppelin-contracts/test/bin/EntryPoint080.bytecode")
4949
);
5050
}
5151

0 commit comments

Comments
 (0)