Merged with main

This commit is contained in:
lomonoshka
2023-10-10 19:03:38 +04:00
70 changed files with 9828 additions and 753 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 DAY = 86400
export const WEEK_DAYS = 7;
export const YEAR = 365 * DAY