UNPKG

@lit-protocol/contracts

Version:

All configs are in the `./src/config` directory

23 lines (16 loc) • 376 B
# 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 ```