fix: first-runtime imports - first_pallet to first_pezpallet and add missing imports

This commit is contained in:
2025-12-17 18:05:35 +03:00
parent dea792eb0e
commit a1bce5ec4a
@@ -21,12 +21,14 @@
extern crate alloc;
use alloc::{vec, vec::Vec};
use first_pallet::pezpallet_v2 as our_first_pallet;
use first_pezpallet::pezpallet_v2 as our_first_pallet;
use frame::{
prelude::*,
runtime::{apis, prelude::*},
deps::pezsp_genesis_builder::DEV_RUNTIME_PRESET,
};
use pezpallet_transaction_payment_rpc_runtime_api::{FeeDetails, RuntimeDispatchInfo};
use pezsp_keyring::Sr25519Keyring;
#[docify::export]
#[runtime_version]