CODE_GEN.md 472 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Code gen

Summary -

- This package is generated from [contracts-bedrock](../contracts-bedrock/)
- It's version is kept in sync with contracts bedrock via the [changeset config](../../.changeset/config.json) e.g. if contracts-bedrock is `4.2.0` this package will have the same version.

## Code gen instructions

To run the code gen run the `generate` script from [package.json](./package.json). Make sure node modules is installed.

```bash
pnpm i && pnpm generate
```