> For the complete documentation index, see [llms.txt](https://0xpolygon.gitbook.io/dapp-launchpad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xpolygon.gitbook.io/dapp-launchpad/commands/generate/smart-contracts-config.md).

# smart-contracts-config

```
dapp-launchpad generate smart-contracts-config
```

Manually generates smart contracts config for the frontend; does not generate typescript typings.

## Options

| Option                    | Description                                                                                                                                       |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `-e, --environment <ENV>` | Environment where this config would be used (choices: "development", "production", default: "development")                                        |
| `-n, --network-name`      | Name of the network to generate config for. (choices: "ethereum", "goerli", "polygonPos", "polygonMumbai", "polygonZkevm", "polygonZkevmTestnet") |
| `-h, --help`              | Display help for command                                                                                                                          |
