define decay start block in config statically

This commit is contained in:
Ulf Gebhardt 2022-04-06 15:22:57 +02:00
parent bccc5d1ddb
commit ebb6c926d8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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',