Renames frame crate to polkadot-sdk-frame (#3813)

Step in https://github.com/paritytech/polkadot-sdk/issues/3155

Needed for https://github.com/paritytech/eng-automation/issues/6

This PR renames `frame` crate to `polkadot-sdk-frame` as `frame` is not
available on crates.io

---------

Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
gupnik
2024-04-04 07:50:15 +05:30
committed by GitHub
parent 0f4e849e0a
commit 3836376965
19 changed files with 130 additions and 78 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ impl<V: FullCodec> StorageQuery<V> {
/// Send this query over RPC, await the typed result.
///
/// Hash should be `<YourRuntime as frame::Config>::Hash`.
/// Hash should be `<YourRuntime as frame_system::Config>::Hash`.
///
/// # Arguments
///