fix: resolve pezsp_runtime visibility issues across workspace
- Add direct pezsp-runtime dependency to crates requiring pezsp_runtime types - Update imports to use pezkuwi_sdk:: prefix for primitive crates - Fix subxt_client.rs substitute_type paths to match rebranded metadata - Update umbrella crate with additional feature exports - Fix pezstaging-node-cli, pez-minimal-template-node, teyrchain templates - Delete stale sqlx query cache files (require regeneration with running chain)
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ pub fn get_preset(id: &PresetId) -> Option<Vec<u8>> {
|
||||
yap_teyrchain_genesis(
|
||||
Sr25519Keyring::Alice.to_account_id(),
|
||||
authorities,
|
||||
Sr25519Keyring::well_known().map(|x| x.to_account_id()).collect(),
|
||||
Sr25519Keyring::well_known().map(|x: Sr25519Keyring| x.to_account_id()).collect(),
|
||||
ENDOWMENT,
|
||||
DEFAULT_PARA_ID,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user