Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Martin Pugh
polkadot
Commits
816a3633
Commit
816a3633
authored
Nov 12, 2020
by
Cecile Tonglet
Browse files
WIP
parent
99560cdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
node/service/src/chain_spec.rs
View file @
816a3633
...
...
@@ -797,7 +797,7 @@ pub fn polkadot_staging_testnet_config() -> Result<PolkadotChainSpec, String> {
move
||
polkadot_staging_testnet_config_genesis
(
wasm_binary
),
boot_nodes
,
Some
(
TelemetryEndpoints
::
new
(
vec!
[(
POLKADOT_STAGING_TELEMETRY_URL
.to_string
(),
0
)])
TelemetryEndpoints
::
new
(
vec!
[(
POLKADOT_STAGING_TELEMETRY_URL
.to_string
(),
0
)]
.iter
()
)
.expect
(
"Polkadot Staging telemetry url is valid; qed"
),
),
Some
(
DEFAULT_PROTOCOL_ID
),
...
...
@@ -818,7 +818,7 @@ pub fn kusama_staging_testnet_config() -> Result<KusamaChainSpec, String> {
move
||
kusama_staging_testnet_config_genesis
(
wasm_binary
),
boot_nodes
,
Some
(
TelemetryEndpoints
::
new
(
vec!
[(
KUSAMA_STAGING_TELEMETRY_URL
.to_string
(),
0
)])
TelemetryEndpoints
::
new
(
vec!
[(
KUSAMA_STAGING_TELEMETRY_URL
.to_string
(),
0
)]
.iter
()
)
.expect
(
"Kusama Staging telemetry url is valid; qed"
),
),
Some
(
DEFAULT_PROTOCOL_ID
),
...
...
@@ -839,7 +839,7 @@ pub fn westend_staging_testnet_config() -> Result<WestendChainSpec, String> {
move
||
westend_staging_testnet_config_genesis
(
wasm_binary
),
boot_nodes
,
Some
(
TelemetryEndpoints
::
new
(
vec!
[(
WESTEND_STAGING_TELEMETRY_URL
.to_string
(),
0
)])
TelemetryEndpoints
::
new
(
vec!
[(
WESTEND_STAGING_TELEMETRY_URL
.to_string
(),
0
)]
.iter
()
)
.expect
(
"Westend Staging telemetry url is valid; qed"
),
),
Some
(
DEFAULT_PROTOCOL_ID
),
...
...
@@ -860,7 +860,7 @@ pub fn rococo_staging_testnet_config() -> Result<RococoChainSpec, String> {
move
||
rococo_staging_testnet_config_genesis
(
wasm_binary
),
boot_nodes
,
Some
(
TelemetryEndpoints
::
new
(
vec!
[(
ROCOCO_STAGING_TELEMETRY_URL
.to_string
(),
0
)])
TelemetryEndpoints
::
new
(
vec!
[(
ROCOCO_STAGING_TELEMETRY_URL
.to_string
(),
0
)]
.iter
()
)
.expect
(
"Rococo Staging telemetry url is valid; qed"
),
),
Some
(
DEFAULT_PROTOCOL_ID
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment