|
@@ -19,8 +19,6 @@ sp-io = { package = 'sp-io', default-features = false, git = 'https://github.com
|
|
|
sp-core = { package = 'sp-core', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
pallet-timestamp = { package = 'pallet-timestamp', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
balances = { package = 'pallet-balances', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'a200cdb93c6af5763b9c7bf313fa708764ac88ca'}
|
|
|
-minting = { package = 'pallet-token-mint', default-features = false, path = '../token-minting'}
|
|
|
-recurringrewards = { package = 'pallet-recurring-reward', default-features = false, path = '../recurring-reward'}
|
|
|
common = { package = 'pallet-common', default-features = false, path = '../common'}
|
|
|
staking-handler = { package = 'pallet-staking-handler', default-features = false, path = '../staking-handler'}
|
|
|
membership = { package = 'pallet-membership', default-features = false, path = '../membership'}
|