Skip to content

Commit

Permalink
chore: rebase daan/api
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Aug 13, 2024
1 parent 3e8e603 commit bb54879
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 148 deletions.
6 changes: 1 addition & 5 deletions runtime/devnet/src/config/api.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
use crate::{
config::assets::TrustBackedAssetsInstance,
fungibles::{self},
Runtime,
};
use crate::{config::assets::TrustBackedAssetsInstance, fungibles, Runtime, RuntimeCall};
use codec::{Decode, Encode, MaxEncodedLen};
use pop_chain_extension::{CallFilter, ReadState};
use sp_std::vec::Vec;
Expand Down
142 changes: 0 additions & 142 deletions runtime/devnet/src/config/extension.rs

This file was deleted.

1 change: 0 additions & 1 deletion runtime/devnet/src/config/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub(crate) mod api;
pub mod assets;
mod contracts;
pub(crate) mod extension;
mod proxy;
// Public due to integration tests crate.
pub mod xcm;

0 comments on commit bb54879

Please sign in to comment.