mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 05:59:23 +00:00
implement block emissions
This commit is contained in:
@@ -60,6 +60,7 @@ dex-pallet = { package = "serai-dex-pallet", path = "../dex/pallet", default-fea
|
||||
|
||||
validator-sets-pallet = { package = "serai-validator-sets-pallet", path = "../validator-sets/pallet", default-features = false }
|
||||
genesis-liquidity-pallet = { package = "serai-genesis-liquidity-pallet", path = "../genesis-liquidity/pallet", default-features = false }
|
||||
emissions-pallet = { package = "serai-emissions-pallet", path = "../emissions/pallet", default-features = false }
|
||||
|
||||
in-instructions-pallet = { package = "serai-in-instructions-pallet", path = "../in-instructions/pallet", default-features = false }
|
||||
|
||||
@@ -114,6 +115,7 @@ std = [
|
||||
|
||||
"validator-sets-pallet/std",
|
||||
"genesis-liquidity-pallet/std",
|
||||
"emissions-pallet/std",
|
||||
|
||||
"in-instructions-pallet/std",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user