Skip to content

Commit

Permalink
Merge branch 'develop' into move-ecsec-to-separate-pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
akildemir authored Aug 16, 2024
2 parents 3c6eefc + a2df54d commit 4cb4d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions substrate/emissions/pallet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub mod pallet {
use sp_std::{vec, vec::Vec, ops::Mul, collections::btree_map::BTreeMap};
use sp_runtime;


use coins_pallet::{Config as CoinsConfig, Pallet as Coins};
use dex_pallet::{Config as DexConfig, Pallet as Dex};

Expand Down

0 comments on commit 4cb4d83

Please sign in to comment.