Skip to content

Commit

Permalink
Change NWA relay to mutiny one
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Feb 4, 2024
1 parent 6352ed0 commit 78222da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mod routes;
mod subscription_handler;
mod utils;

const DEFAULT_AUTH_RELAY: &str = "wss://relay.damus.io";
const DEFAULT_AUTH_RELAY: &str = "wss://relay.mutinywallet.com";

#[derive(Clone)]
pub struct State {
Expand Down

0 comments on commit 78222da

Please sign in to comment.