From 68685f25b559b91521d7032e89868269f1199be1 Mon Sep 17 00:00:00 2001 From: Eddort Date: Tue, 8 Oct 2024 11:39:24 +0200 Subject: [PATCH] feat: bump kapi version --- package.json | 2 +- src/guardian/guardian.constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 967ff448..32d17327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lido-council-daemon", - "version": "3.1.2", + "version": "3.2.0", "description": "Lido Council Daemon", "author": "Lido team", "private": true, diff --git a/src/guardian/guardian.constants.ts b/src/guardian/guardian.constants.ts index 36783f71..0b70b707 100644 --- a/src/guardian/guardian.constants.ts +++ b/src/guardian/guardian.constants.ts @@ -3,5 +3,5 @@ import { CronExpression } from '@nestjs/schedule'; export const GUARDIAN_DEPOSIT_RESIGNING_BLOCKS = 10; export const GUARDIAN_DEPOSIT_JOB_NAME = 'guardian-deposit-job'; export const GUARDIAN_DEPOSIT_JOB_DURATION = CronExpression.EVERY_5_SECONDS; -export const MIN_KAPI_VERSION = '2.1.0'; +export const MIN_KAPI_VERSION = '2.2.0'; export const GUARDIAN_PING_BLOCKS_PERIOD = 300;