@lit-protocol/contracts
Version:
All configs are in the `./src/config` directory
23 lines (16 loc) ⢠376 B
Markdown
# Configurations
All 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
```
# Syncing Contract Addresses and ABIs
```shell
tsx ./src/sync.ts
```
or from monorepo root
```shell
nx run contracts:start
```