Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 471 Bytes

CODE_GEN.md

File metadata and controls

14 lines (9 loc) · 471 Bytes

Code gen

Summary -

  • This package is generated from contracts-bedrock
  • Its version is kept in sync with contracts bedrock via the changeset config 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. Make sure node modules is installed.

pnpm i && pnpm generate