Skip to content

Commit

Permalink
remove: pallet-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Oct 18, 2024
1 parent 2710891 commit 59ae0eb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ sp-runtime-interface = { version = "28.0.0", features = ["std"] }
# Local
drink = { path = "crates/drink/drink" }
ink_sandbox = { path = "crates/ink-sandbox" }
pallet-api = { path = "../pop-node/pallets/api" }
pop-api = { path = "../pop-node/pop-api" }
pop-drink = { path = "crates/pop-drink" }
pop-runtime-devnet = { path = "../pop-node/runtime/devnet" }
1 change: 0 additions & 1 deletion crates/pop-drink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pop-api.workspace = true

[dev-dependencies]
scale-info = { workspace = true, features = ["derive"] }
pallet-api.workspace = true
pallet-assets.workspace = true
pallet-balances.workspace = true
pallet-timestamp.workspace = true
7 changes: 0 additions & 7 deletions crates/pop-drink/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ frame_support::construct_runtime!(
Balances: pallet_balances,
Timestamp: pallet_timestamp,
Contracts: pallet_contracts,
Fungibles: pallet_api::fungibles,
}
);

Expand Down Expand Up @@ -87,12 +86,6 @@ impl pallet_assets::Config<AssetsInstance> for Test {
type RuntimeEvent = RuntimeEvent;
}

impl pallet_api::fungibles::Config for Test {
type AssetsInstance = AssetsInstance;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
}

parameter_types! {
pub MySchedule: Schedule<Test> = {
let schedule = <Schedule<Test>>::default();
Expand Down

0 comments on commit 59ae0eb

Please sign in to comment.