This commit is contained in:
akildemir
2024-10-30 17:03:04 -04:00
committed by GitHub
10 changed files with 708 additions and 506 deletions

10
Cargo.lock generated
View File

@@ -8224,9 +8224,16 @@ dependencies = [
name = "serai-genesis-liquidity-pallet"
version = "0.1.0"
dependencies = [
"ciphersuite",
"frame-support",
"frame-system",
"frost-schnorrkel",
"modular-frost",
"pallet-babe",
"pallet-grandpa",
"pallet-timestamp",
"parity-scale-codec",
"rand_core",
"scale-info",
"serai-coins-pallet",
"serai-dex-pallet",
@@ -8237,7 +8244,10 @@ dependencies = [
"serai-validator-sets-primitives",
"sp-application-crypto",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
"zeroize",
]
[[package]]