Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move chain specific definitions #440

Merged
1 change: 1 addition & 0 deletions Cargo.lock

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

39 changes: 0 additions & 39 deletions runtime/amplitude/src/assets.rs

This file was deleted.

Empty file.
2 changes: 1 addition & 1 deletion runtime/amplitude/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#[cfg(feature = "std")]
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));

mod assets;
mod chain_ext;
mod weights;
pub mod xcm_config;
pub mod zenlink;
pub mod definitions;

use crate::zenlink::*;
use bifrost_farming as farming;
Expand Down
300 changes: 0 additions & 300 deletions runtime/common/src/chain_ext.rs

This file was deleted.

Loading
Loading