Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Fix construct runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamanenkau committed Oct 14, 2022
1 parent d12cba1 commit 4fb8862
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.

10 changes: 5 additions & 5 deletions bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1239,11 +1239,11 @@ construct_runtime!(
Bounties: pallet_bounties,
Tips: pallet_tips,
BagsList: pallet_bags_list,
CereDDCModule: pallet_cere_ddc,
ChainBridge: pallet_chainbridge,
Erc721: pallet_erc721,
Erc20: pallet_erc20,
DdcMetricsOffchainWorker: pallet_ddc_metrics_offchain_worker,
CereDDCModule: pallet_cere_ddc::{Pallet, Call, Storage, Event<T>},
ChainBridge: pallet_chainbridge::{Pallet, Call, Storage, Event<T>},
Erc721: pallet_erc721::{Pallet, Call, Storage, Event<T>},
Erc20: pallet_erc20::{Pallet, Call, Storage, Event<T>},
DdcMetricsOffchainWorker: pallet_ddc_metrics_offchain_worker::{Pallet, Call, Storage, Event<T>},
}
);

Expand Down

0 comments on commit 4fb8862

Please sign in to comment.