Skip to content

Commit c435a2c

Browse files
authored
update docs (#12)
1 parent 08c5af0 commit c435a2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ pnpm install
4848
│ └── utils/ # Utility functions
4949
```
5050

51+
## Examples
52+
53+
The `examples/` directory contains ready-to-use JSON templates that mirror the input formats used by the CLI commands. Copy the file that matches your workflow, adjust the addresses and parameters, and pass it through the `-i` flag when running `pnpm start generate-*`. They are the quickest way to validate your setup before wiring in real deployment data.
54+
5155
## Usage
5256

5357
### Deploy Token and Pool
@@ -158,10 +162,6 @@ pnpm start generate-pool-deployment \
158162
-o output/pool-deployment.json
159163
```
160164

161-
Additional options for pool deployment:
162-
163-
- `-t, --token-address <address>`: Address of the existing token (required)
164-
165165
### Generate Chain Update Calldata
166166

167167
The tool supports updating chain configurations for token pools, allowing you to:

0 commit comments

Comments
 (0)