Skip to content

Commit

Permalink
chore(cli): bump for dusk-3 (#689)
Browse files Browse the repository at this point in the history
## Summary
release new cli version which points to dusk-3

## Background
We are launching a new devnet, and cli should point to the correct rpc
by default
  • Loading branch information
joroshiba authored Jan 18, 2024
1 parent 33f836f commit ede0e70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 crates/astria-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-cli"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.73"

Expand Down
2 changes: 1 addition & 1 deletion crates/astria-cli/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::cli::{
sequencer::Command as SequencerCommand,
};

const DEFAULT_SEQUENCER_RPC: &str = "https://rpc.sequencer.dusk-2.devnet.astria.org";
const DEFAULT_SEQUENCER_RPC: &str = "https://rpc.sequencer.dusk-3.devnet.astria.org";

/// A CLI for deploying and managing Astria services and related infrastructure.
#[derive(Debug, Parser)]
Expand Down

0 comments on commit ede0e70

Please sign in to comment.