Skip to content

Commit

Permalink
Fix encointer chain-spec for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Jun 5, 2024
1 parent 2539cb5 commit 3cbd8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chain-spec-generator/src/system_parachains_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,8 @@ fn encointer_kusama_genesis(endowed_accounts: Vec<AccountId>, id: u32) -> serde_
"polkadotXcm": {
"safeXcmVersion": Some(SAFE_XCM_VERSION),
},
"aura": encointer_kusama_runtime::aura_config_for_chain_spec(&["Alice"]),
// no need to pass anything to aura, in fact it will panic if we do. Session will take care
// of this. `aura: Default::default()`
})
}

Expand Down

0 comments on commit 3cbd8fb

Please sign in to comment.