From 1621680307201a7fbb0d5a812e1eda8b10c453e1 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Fri, 16 Dec 2022 06:00:56 +0000 Subject: [PATCH] Fix: one more typo --- --- a/tests/src/util/index.ts +++ b/tests/src/util/index.ts @@ -87,8 +87,8 @@ export const DONOR_FUNDING = 1_000_000n; // App-promotion periods: -export const LOCKING_PERIOD = 12n; // 8 blocks of relay -export const UNLOCKING_PERIOD = 6n; // 4 blocks of parachain +export const LOCKING_PERIOD = 12n; // 12 blocks of relay +export const UNLOCKING_PERIOD = 6n; // 6 blocks of parachain export enum Pallets { -- gitstuff