Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions node/runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ pub use pangolin_constants::*;
pub use darwinia_staking::StakerStatus;

pub use darwinia_balances::Call as BalancesCall;
pub use darwinia_fee_market::Call as FeeMarketCall;
pub use frame_system::Call as SystemCall;
pub use pallet_bridge_grandpa::Call as BridgeGrandpaCall;
pub use pallet_bridge_messages::Call as BridgeMessagesCall;
Expand Down
1 change: 1 addition & 0 deletions node/runtime/pangoro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub use common_primitives::{self as pangoro_primitives, self as pangolin_primiti
pub use pangoro_constants::*;

pub use darwinia_balances::Call as BalancesCall;
pub use darwinia_fee_market::Call as FeeMarketCall;
pub use frame_system::Call as SystemCall;
pub use pallet_bridge_grandpa::Call as BridgeGrandpaCall;
pub use pallet_bridge_messages::Call as BridgeMessagesCall;
Expand Down