fix getAmountAtCurrent return type

This commit is contained in:
TheJuze
2023-09-29 17:16:55 +03:00
parent bed0aac578
commit ffa4d8b9d6
6 changed files with 8 additions and 7 deletions

View File

@@ -12,4 +12,3 @@ export * from './gasLimits.js';
export * from './timings.js';
export const SERVICE_TOKEN = 'ORN';
export const INITIAL_VEORN_ADJUSTMENT_FACTOR = 5;

View File

@@ -1,3 +1,2 @@
export const LOCK_START_TIME = 1690848000;// Aug 01 2023 00:00:00 UTC
export const DAY = 86400
export const YEAR = 365 * DAY