Commit db68efac authored by Ori Pomerantz's avatar Ori Pomerantz Committed by GitHub

Update packages/atst/docs/cli.md

Co-authored-by: default avatarWill Cory <willcory10@gmail.com>
parent d684e5ca
...@@ -37,7 +37,7 @@ npx atst write --help ...@@ -37,7 +37,7 @@ npx atst write --help
- `--creator <address>` Address of the creator of the attestation - `--creator <address>` Address of the creator of the attestation
- `--about <address>` Address of the subject of the attestation - `--about <address>` Address of the subject of the attestation
- `--key <string>` Key of the attestation either as string or hex number - `--key <string>` Key of the attestation either as string or hex number
- `[--data-type <string>]` [Zod validator](https://zod.dev/) for the DataType type `string` | `bytes` | `number` | `bool` | `address` (default: `string`) - `[--data-type <string>]` The DataType type `string` | `bytes` | `number` | `bool` | `address` (default: `string`)
- `[--rpc-url <url>]` Rpc url to use (default: `https://mainnet.optimism.io`) - `[--rpc-url <url>]` Rpc url to use (default: `https://mainnet.optimism.io`)
- `[--contract <address>]` Contract address to read from (default: `0xEE36eaaD94d1Cc1d0eccaDb55C38bFfB6Be06C77`) - `[--contract <address>]` Contract address to read from (default: `0xEE36eaaD94d1Cc1d0eccaDb55C38bFfB6Be06C77`)
- `-h`, `--help` Display help message - `-h`, `--help` Display help message
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment