Skip to content

Commit

Permalink
change: address suggestion from @seadanda
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Oct 23, 2024
1 parent b574665 commit e71f52c
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: asset_hub_kusama_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: asset_hub_polkadot_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: bridge_hub_kusama_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: bridge_hub_polkadot_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: collectives_polkadot_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: coretime_kusama_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: coretime_polkadot_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: people_kusama_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ pub fn genesis() -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: people_polkadot_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ pub fn genesis(para_id: u32) -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
polkadot_xcm: penpal_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ pub fn genesis() -> Storage {
)
})
.collect::<Vec<_>>(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
babe: kusama_runtime::BabeConfig {
authorities: Default::default(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ pub fn genesis() -> Storage {
)
})
.collect::<Vec<_>>(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
staking: polkadot_runtime::StakingConfig {
validator_count: validators::initial_authorities().len() as u32,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ fn asset_hub_kusama_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ fn asset_hub_polkadot_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ fn bridge_hub_kusama_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ fn bridge_hub_polkadot_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ fn collectives_polkadot_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ fn coretime_kusama_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ fn coretime_polkadot_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ fn people_kusama_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ fn people_polkadot_genesis(
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
..Default::default()
},
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
Expand Down

0 comments on commit e71f52c

Please sign in to comment.