mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add file meant for prior commit
This commit is contained in:
@@ -257,9 +257,9 @@ impl Convert<PublicKey, Option<PublicKey>> for IdentityValidatorIdOf {
|
|||||||
impl signals::Config for Runtime {
|
impl signals::Config for Runtime {
|
||||||
type RuntimeEvent = RuntimeEvent;
|
type RuntimeEvent = RuntimeEvent;
|
||||||
// 1 week
|
// 1 week
|
||||||
type ValidityDuration = ConstU32<{ (7 * 24 * 60 * 60) / (TARGET_BLOCK_TIME as u32) }>;
|
type RetirementValidityDuration = ConstU32<{ (7 * 24 * 60 * 60) / (TARGET_BLOCK_TIME as u32) }>;
|
||||||
// 2 weeks
|
// 2 weeks
|
||||||
type LockInDuration = ConstU32<{ (2 * 7 * 24 * 60 * 60) / (TARGET_BLOCK_TIME as u32) }>;
|
type RetirementLockInDuration = ConstU32<{ (2 * 7 * 24 * 60 * 60) / (TARGET_BLOCK_TIME as u32) }>;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl in_instructions::Config for Runtime {
|
impl in_instructions::Config for Runtime {
|
||||||
|
|||||||
Reference in New Issue
Block a user