Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
226 changes: 113 additions & 113 deletions .gas-snapshot

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions foundry.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"lib/forge-std": {
"branch": {
"name": "master",
"rev": "620536fa5277db4e3fd46772d5cbc1ea0696fb43"
"rev": "8b531a016f15f761a632f5149a828228573420fc"
}
},
"lib/openzeppelin-contracts": {
"branch": {
"name": "master",
"rev": "976783905db8fa58ed85f66e67dd8cd5a989743a"
"rev": "094c1a1367b7d9183524a43ee080141f64ca9fb8"
}
},
"lib/solady": {
Expand Down
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ via_ir = false # Prevent the compilat
bytecode_hash = "none" # Remove the metadata hash from the bytecode.
verbosity = 3 # Set the verbosity level for the tests.
fs_permissions = [{ access = "read-write", path = "./" }] # Configure read-write access to the project root.
lint = { lint_on_build = false } # Do not run automatic linting during builds.
fuzz = { runs = 256 } # Configure the number of fuzz runs for the tests.
invariant = { runs = 256, depth = 15 } # Configure the number of runs and calls (executed in one run) for each invariant test group.

Expand Down
4 changes: 2 additions & 2 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.6.0",
"next-seo": "^7.2.0",
"postcss": "^8.5.13",
"postcss": "^8.5.14",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1"
"typescript-eslint": "^8.59.2"
}
}
2 changes: 1 addition & 1 deletion lib/forge-std
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"author": "pcaversaccio (https://pcaversaccio.com), Matt Solomon (https://mattsolomon.dev)",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@10.33.2",
"packageManager": "pnpm@11.0.5",
"scripts": {
"clean": "hardhat clean && forge clean",
"test": "forge test --out forge-artifacts",
Expand Down Expand Up @@ -283,6 +283,6 @@
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.1"
"typescript-eslint": "^8.59.2"
}
}
300 changes: 150 additions & 150 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
sharedWorkspaceLockfile: true
minimumReleaseAge: 720 # Only install package versions that have been published for at least 12 hours.
minimumReleaseAgeStrict: true
packages:
- interface
onlyBuiltDependencies:
- "@tailwindcss/oxide"
- keccak
- secp256k1
- sharp
- unrs-resolver
allowBuilds:
"@tailwindcss/oxide": true
keccak: true
secp256k1: true
sharp: true
unrs-resolver: true
Loading