Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: minimal rpc client #160

Merged
merged 16 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: rpc url
  • Loading branch information
merklefruit committed Jul 26, 2024
commit 91a789838dcdcd4b3624ca7f8dfea7e69e86b154
2 changes: 1 addition & 1 deletion bolt-rpc-client/src/main.rs
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ mod utils;
#[derive(Parser)]
struct Opts {
/// Bolt RPC URL to send requests to
#[clap(short = 'p', long, default_value = "http://remotebeast:4485", env)]
#[clap(short = 'p', long, default_value = "http://135.181.191.125:8015/", env)]
rpc_url: Url,
/// Private key to sign transactions with
#[clap(short = 'k', long, env)]