move constants

This commit is contained in:
TheJuze
2023-09-29 10:56:55 +03:00
parent 036a80eb63
commit 020b153597
5 changed files with 10 additions and 9 deletions

View File

@@ -9,5 +9,6 @@ export { default as exchangesMap } from './exchangesMap.js';
export * from './chains.js';
export * from './precisions.js';
export * from './gasLimits.js';
export * from './timings.js';
export const SERVICE_TOKEN = 'ORN';

3
src/constants/timings.ts Normal file
View File

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