Skip to content

Commit

Permalink
fix: remove builder and update foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Feb 14, 2025
1 parent fdf7677 commit 22c4c59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 146 deletions.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ libs = ["node_modules"]
fs_permissions = [{ access = "read", path = "out-optimized" }]
allow_paths = ["*", "/"]

optimizer = true
optimizer_runs = 200

[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"

Expand Down
23 changes: 0 additions & 23 deletions script/DeployBuilder.s.sol

This file was deleted.

123 changes: 0 additions & 123 deletions src/utils/Safe7579UserOperationBuilder.sol

This file was deleted.

2 changes: 2 additions & 0 deletions test/ERC7579Compliance.t.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pragma solidity ^0.8.28;

contract ERC7579ComplianceTest {
function test_exec4337() public { }
}

0 comments on commit 22c4c59

Please sign in to comment.