You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
**Important**: This configuration is only used when running scripts with `ChainwebScript`. When running tests with `ChainwebTest`, the configuration parameters are passed directly to the constructor and the config file is ignored.
67
67
68
+
**note:** If you cloned the repo and want to run tests/scripts for the example project first go to `/examples/Counter` path. otherwise you do not need to do this step.
68
69
69
70
### Tests
70
71
@@ -144,18 +145,18 @@ The script uses the following environment variables:
144
145
Run script with default configuration (uses "anvil" environment):
You can configure the `chain_id`in your`foundry.toml` file. Each test or script chain will increment from this base value. The default value is `31337` in Foundry.
193
+
Which `chain_id`comes from`foundry.toml` file (default = `31337`). Each test or script chain will increment from this base value.
0 commit comments