Skip to content

Commit 34faf56

Browse files
Filipp MakarovFilipp Makarov
authored andcommitted
chore: minor deps fixes
1 parent ec487ae commit 34faf56

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

foundry.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,27 @@
4141
[lint]
4242
lint_on_build = true
4343
ignore = [
44+
# Dependencies
45+
"node_modules/",
46+
"node_modules/**",
47+
"node_modules/**/*.sol",
48+
4449
# Test files
4550
"test/*/*.t.sol",
46-
"test/*.t.sol",
51+
"test/*.t.sol",
4752
"test/**/*.t.sol",
48-
53+
4954
# Mock contracts
5055
"test/mock/*.sol",
5156
"contracts/mock/*.sol",
5257
"**/mock/*.sol",
53-
58+
5459
# Specific file patterns that are often problematic
5560
"**/*Mock*.sol",
5661
"**/*Test*.sol",
5762

5863
# borrowed p256 verifier from Daimo's lib
59-
"contracts/validators/stx-validator/submodules/p256/P256Verifier.sol",
64+
"contracts/validators/stx-validator/submodules/p256/P256Verifier.sol",
6065
]
6166
severity = ["high", "med", "gas"]
6267

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"account-abstraction": "eth-infinitism/account-abstraction#v0.7.0",
4141
"@erc7579/enumerablemap4337": "erc7579/enumerablemap",
42-
"@erc7579/implementation": "github:erc7579/erc7579-implementation",
42+
"@erc7579/implementation": "github:erc7579/erc7579-implementation#main",
4343
"forge-std": "foundry-rs/forge-std#v1.11.0",
4444
"solady": "vectorized/solady#v0.1.26",
4545
"solidity-bytes-utils": "GNSPS/solidity-bytes-utils#v0.8.4",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)