Skip to content

Commit

Permalink
Provide example parameters for print-irrevocable-vesting-address
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed May 10, 2024
1 parent 1c2c86f commit 119a304
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ pnpm test:coverage
To derive the expected address of an IrrevocableVesting deployment

```sh
BENEFICIARY=... \
START_TIMESTAMP=...\
END_TIMESTAMP=...\
AMOUNT=...\
pnpm derive-vesting-address
BENEFICIARY=0x07b589f06bD0A5324c4E2376d66d2F4F25921DE1 \
START_TIMESTAMP=1 \
END_TIMESTAMP=2 \
AMOUNT=1 \
pnpm print-irrevocable-vesting-address
```

See the [`beneficiary` guide](./beneficiary-guide.md) for instructions

0 comments on commit 119a304

Please sign in to comment.