Skip to content

Commit

Permalink
Merge pull request #572 from chainbound/lore/chore/cli-bump-version
Browse files Browse the repository at this point in the history
chore(cli): bump version
  • Loading branch information
thedevbirb authored Dec 16, 2024
2 parents fb2d09c + ef72396 commit dfb6fb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bolt-cli/Cargo.lock

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

8 changes: 4 additions & 4 deletions bolt-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bolt"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand All @@ -26,9 +26,9 @@ bls12_381 = "0.8.0"
ethereum-consensus = { git = "https://github.com/ralexstokes/ethereum-consensus", rev = "cf3c404" }
lighthouse_eth2_keystore = { package = "eth2_keystore", git = "https://github.com/sigp/lighthouse", rev = "a87f19d" }
alloy = { version = "0.7.3", features = [
"full",
"provider-anvil-api",
"provider-anvil-node",
"full",
"provider-anvil-api",
"provider-anvil-node",
] }

# utils
Expand Down
3 changes: 3 additions & 0 deletions bolt-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ pub struct PubkeysCommand {
#[derive(Debug, Clone, Parser)]
pub struct SendCommand {
/// bolt RPC URL to send requests to and fetch lookahead info from.
///
/// Leaving this empty will default to the canonical bolt RPC URL, which
/// automatically manages increasing nonces on preconfirmed state.
#[clap(long, env = "BOLT_RPC_URL", default_value = "https://rpc-holesky.bolt.chainbound.io")]
pub bolt_rpc_url: Url,

Expand Down

0 comments on commit dfb6fb4

Please sign in to comment.