Skip to content

Commit e0760ad

Browse files
committed
change(integration-tests/emulated): Configure Penpal
- add possibility to inject non-authorities session-keys in genesis (SDK #5078)
1 parent 62af401 commit e0760ad

File tree

1 file changed

+2
-0
lines changed
  • integration-tests/emulated/chains/parachains/testing/penpal/src

1 file changed

+2
-0
lines changed

integration-tests/emulated/chains/parachains/testing/penpal/src/genesis.rs

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ pub fn genesis(para_id: u32) -> Storage {
6060
)
6161
})
6262
.collect(),
63+
// TODO: Any keys to add here?
64+
non_authority_keys: vec![],
6365
},
6466
polkadot_xcm: penpal_runtime::PolkadotXcmConfig {
6567
safe_xcm_version: Some(SAFE_XCM_VERSION),

0 commit comments

Comments
 (0)