Skip to content

Commit

Permalink
chore: update bolt rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 24, 2025
1 parent 2e5feb3 commit cc8120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub struct SendCommand {
///
/// 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")]
#[clap(long, env = "BOLT_RPC_URL", default_value = "https://rpc.holesky.boltprotocol.xyz")]
pub bolt_rpc_url: Url,

/// The private key to sign the transaction with.
Expand Down

0 comments on commit cc8120a

Please sign in to comment.