--- a/pallets/nft/src/mock.rs +++ b/pallets/nft/src/mock.rs @@ -24,6 +24,7 @@ { System: frame_system::{Module, Call, Config, Storage, Event}, TemplateModule: pallet_template::{Module, Call, Storage}, + Balances: pallet_balances::{Module, Call, Storage}, } );