Skip to content

Commit

Permalink
change(integration-tests/emulated): Configure Penpal
Browse files Browse the repository at this point in the history
- add possibility to inject non-authorities session-keys in genesis (SDK #5078)
  • Loading branch information
pandres95 committed Oct 21, 2024
1 parent 62af401 commit e0760ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ pub fn genesis(para_id: u32) -> Storage {
)
})
.collect(),
// TODO: Any keys to add here?
non_authority_keys: vec![],
},
polkadot_xcm: penpal_runtime::PolkadotXcmConfig {
safe_xcm_version: Some(SAFE_XCM_VERSION),
Expand Down

0 comments on commit e0760ad

Please sign in to comment.