Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dermanyang committed Feb 4, 2025
1 parent 1ffae8a commit f53f867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/sdk-processor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you want to index a custom contract, we recommend using the [Quickstart Guide
- `backfill_id`: appended to `processor_type` for a unique backfill identifier
- `initial_starting_version`: processor starts here unless there is a greater checkpointed version
- `ending_version`: ending version of the backfill
- `overwrite_checkpoint`: overwrite the in-progress checkpoint if true
- `overwrite_checkpoint`: overwrite checkpoints if it exists, restarting the backfill from `initial_starting_version`.

- `testing_config`
- `override_starting_version`: starting version of the testing. always starts from this version
Expand Down

0 comments on commit f53f867

Please sign in to comment.