All configs are in the `./src/config` directory
npm install @lit-protocol/contractsAll configs are in the ./src/config directory
``bash`
.
āāā env.ts // š to modify env vars
āāā methods.ts // š to add new ABI methods to extract
āāā networks.ts // š to add or modify a network
`shell`
tsx ./src/sync.ts
or from monorepo root
`shell``
nx run contracts:start