@bananapus/permission-ids-v6 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/foundry.toml CHANGED
@@ -1,18 +1,20 @@
1
1
  [profile.default]
2
2
  solc = '0.8.26'
3
- evm_version = 'paris' # Required for L2s (Optimism, Arbitrum, etc.)
4
- match_contract = "_Local" # Do not run fork tests
5
- sizes = true
6
- verbosity = 3 # display errors
3
+ evm_version = 'paris'
7
4
  optimizer_runs = 200
8
- block_number = 14126430
9
- block_timestamp = 1643802347
10
- runs = 4096
11
5
  libs = ["node_modules", "lib"]
6
+ fs_permissions = [{ access = "read-write", path = "./"}]
7
+
8
+ [profile.ci_sizes]
9
+ optimizer_runs = 200
10
+
11
+ [fuzz]
12
+ runs = 4096
12
13
 
13
- [profile.fork] # run via FOUNDRY_PROFILE=fork foundry test
14
- fs_permissions = [{ access = "read", path = "./deployments/mainnet" }] # Get the deployment addresses for forking
15
- match_contract = "_Fork"
14
+ [invariant]
15
+ runs = 1024
16
+ depth = 100
17
+ fail_on_revert = false
16
18
 
17
19
  [fmt]
18
20
  number_underscore = "thousands"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bananapus/permission-ids-v6",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
package/remappings.txt ADDED
@@ -0,0 +1 @@
1
+ forge-std/=lib/forge-std/src/