Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
dd097415
Commit
dd097415
authored
Oct 21, 2021
by
Cheng JIANG
Browse files
fix typo
Signed-off-by:
Cheng JIANG
<
alex_cj96@foxmail.com
>
parent
398d125c
Pipeline
#163022
passed with stages
in 38 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/service/src/chain_spec.rs
View file @
dd097415
...
...
@@ -558,7 +558,7 @@ fn westend_staging_testnet_config_genesis(wasm_binary: &[u8]) -> westend::Genesi
registrar
:
westend_runtime
::
RegistrarConfig
{
next_free_para_id
:
polkadot_primitives
::
v1
::
LOWEST_PUBLIC_ID
,
},
xcm_pallet
:
kusama
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
xcm_pallet
:
westend_runtime
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
}
}
...
...
@@ -1056,7 +1056,7 @@ fn rococo_staging_testnet_config_genesis(wasm_binary: &[u8]) -> rococo_runtime::
registrar
:
rococo_runtime
::
RegistrarConfig
{
next_free_para_id
:
polkadot_primitives
::
v1
::
LOWEST_PUBLIC_ID
,
},
xcm_pallet
:
kusama
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
xcm_pallet
:
rococo_runtime
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
// bridge_rococo_grandpa: rococo_runtime::BridgeRococoGrandpaConfig {
// owner: Some(endowed_accounts[0].clone()),
// ..Default::default()
...
...
@@ -1496,7 +1496,7 @@ pub fn westend_testnet_genesis(
registrar
:
westend_runtime
::
RegistrarConfig
{
next_free_para_id
:
polkadot_primitives
::
v1
::
LOWEST_PUBLIC_ID
,
},
xcm_pallet
:
kusama
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
xcm_pallet
:
westend_runtime
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
}
}
...
...
@@ -1573,7 +1573,7 @@ pub fn rococo_testnet_genesis(
registrar
:
rococo_runtime
::
RegistrarConfig
{
next_free_para_id
:
polkadot_primitives
::
v1
::
LOWEST_PUBLIC_ID
,
},
xcm_pallet
:
kusama
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
xcm_pallet
:
rococo_runtime
::
XcmPalletConfig
{
safe_xcm_version
:
Some
(
2
)
},
// bridge_rococo_grandpa: rococo_runtime::BridgeRococoGrandpaConfig {
// owner: Some(root_key.clone()),
// ..Default::default()
...
...
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