Skip to content

Commit

Permalink
chore(cli): bump rpc websocket for dusk-3 (#705)
Browse files Browse the repository at this point in the history
## Summary

Also bump rpc websocket to dusk-3
  • Loading branch information
mycodecrafting authored Jan 23, 2024
1 parent b4b9474 commit 0852895
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.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.73"

Expand Down
2 changes: 1 addition & 1 deletion crates/astria-cli/src/cli/rollup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use serde::Serialize;

const DEFAULT_ROLLUP_CHART_PATH: &str =
"https://github.com/astriaorg/dev-cluster/releases/download/astria-evm-rollup-0.8.6/astria-evm-rollup-0.8.6.tgz";
const DEFAULT_SEQUENCER_WS: &str = "wss://rpc.sequencer.dusk-2.devnet.astria.org/websocket";
const DEFAULT_SEQUENCER_WS: &str = "wss://rpc.sequencer.dusk-3.devnet.astria.org/websocket";
const DEFAULT_LOG_LEVEL: &str = "debug";
const DEFAULT_NETWORK_ID: u64 = 1337;
const DEFAULT_HOSTNAME: &str = "localdev.me";
Expand Down

0 comments on commit 0852895

Please sign in to comment.