fix: set with_properties in generic-template (#406)

This commit is contained in:
Alex Bean
2025-03-10 14:24:30 +01:00
committed by GitHub
parent 18f4807668
commit 2dbd3f8d28
+1
View File
@@ -117,6 +117,7 @@ pub fn development_config() -> ChainSpec {
get_account_id_from_seed::<sr25519::Public>("Alice"),
1000.into(),
))
.with_properties(properties)
.build()
}