From ebb6c926d817c2fcb0bbe7057b978c9660bb6486 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 6 Apr 2022 15:22:57 +0200 Subject: [PATCH] define decay start block in config statically --- frontend/src/config/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/config/index.js b/frontend/src/config/index.js index 3f62012ad..d29c4dc09 100644 --- a/frontend/src/config/index.js +++ b/frontend/src/config/index.js @@ -5,6 +5,7 @@ const pkg = require('../../package') const constants = { + DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 CONFIG_VERSION: { DEFAULT: 'DEFAULT', EXPECTED: 'v1.2022-03-18',