Skip to content

Commit

Permalink
trying to increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansagathiya committed Nov 1, 2021
1 parent ab86d09 commit ee3b096
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion chain/polkadot/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,12 @@ var (
DefaultRetainBlocks = int64(512)

// DefaultTelemetryURLs is the default URL of the telemetry server to connect to.
DefaultTelemetryURLs []genesis.TelemetryEndpoint
DefaultTelemetryURLs = []genesis.TelemetryEndpoint{
{
Endpoint: "wss://telemetry.polkadot.io/submit/",
Verbosity: 0,
},
}

// InitConfig

Expand Down

0 comments on commit ee3b096

Please sign in to comment.