Skip to content

Commit

Permalink
docs: fix typo in script description for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 6, 2024
1 parent 88f8cd9 commit 52d30ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The folder `<ROOT>/scripts` contains multiple scripts that help generating code, data and e2e tests:

- `generate-routes.ts`
- This scripts generates a static `routes_<HUB_CHAIN>_<HUB_ADDRESS>.json` in `src/data` that is used in the API and in the FE. The file contains information on configured contracts and enabled routes.
- This script generates a static `routes_<HUB_CHAIN>_<HUB_ADDRESS>.json` in `src/data` that is used in the API and in the FE. The file contains information on configured contracts and enabled routes.
- `generate-chain-config.ts`
- This script is used when adding support for a new chain. It scaffolds file in `scripts/chain-configs`.
- `generate-ui-assets.ts`
Expand Down

0 comments on commit 52d30ce

Please sign in to comment.