# Code genSummary -- 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 instructionsTo run the code gen run the `generate` script from [package.json](./package.json). Make sure node modules is installed.```bashpnpm i && pnpm generate```