Skip to content

Commit

Permalink
Merge pull request #3180 from autonomys/telemetry-fdn
Browse files Browse the repository at this point in the history
change telemetry endpoint to foundation
  • Loading branch information
dariolina authored Oct 28, 2024
2 parents ffa02b1 + a8297bb commit 7483aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use subspace_runtime_primitives::{
AccountId, Balance, BlockNumber, CouncilDemocracyConfigParams, SSC,
};

const SUBSPACE_TELEMETRY_URL: &str = "wss://telemetry.subspace.network/submit/";
const SUBSPACE_TELEMETRY_URL: &str = "wss://telemetry.subspace.foundation/submit/";

/// Additional subspace specific genesis parameters.
struct GenesisParams {
Expand Down

0 comments on commit 7483aee

Please sign in to comment.