From 04a33420fce54915015d9ee11c8fca4245aae961 Mon Sep 17 00:00:00 2001 From: Anton Shalimov Date: Mon, 10 Jun 2024 00:01:02 +0300 Subject: [PATCH] feat: add to tests.validationResult new field 'tsAdded' --- test/consts.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/consts.ts b/test/consts.ts index eee68f600..d3de48077 100644 --- a/test/consts.ts +++ b/test/consts.ts @@ -98,6 +98,9 @@ const LIDO_STATS_SCHEMA = { bid: { type: 'number', }, + tsAdded: { + type: 'number', + }, currency: { type: 'string', },