Skip to content

Commit

Permalink
chore: release 0.2.1, small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed Jun 7, 2024
1 parent 7990f85 commit 0074fe0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default-members = ["bin/rundler"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.75"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ See [chain spec](./architecture/chain_spec.md) for a detailed description of cha
- env: *PRIORITY_FEE_MODE_KIND*
- `--priority_fee_mode_value`: Priority fee mode value. (default: `0`).
- env: *PRIORITY_FEE_MODE_VALUE*
- `--fee_accept_percent`: Percentage of the current network fees a user operation must have in order to be accepted into the mempool. (default: `100`).
- env: *FEE_ACCEPT_PERCENT*
- `--base_fee_accept_percent`: Percentage of the current network fees a user operation must have in order to be accepted into the mempool. (default: `100`).
- env: *BASE_FEE_ACCEPT_PERCENT*
- `--aws_region`: AWS region. (default: `us-east-1`).
- env: *AWS_REGION*
- (*Only required if using other AWS features*)
Expand Down

0 comments on commit 0074fe0

Please sign in to comment.