Skip to content

Commit

Permalink
Merge pull request #264 from lidofinance/feat/update-version
Browse files Browse the repository at this point in the history
feat: bump kapi version
  • Loading branch information
eddort authored Oct 8, 2024
2 parents 02879da + 68685f2 commit 5e305c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/guardian/guardian.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 5e305c0

Please sign in to comment.