mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-12 22:19:48 +03:00
Merged with main
This commit is contained in:
@@ -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
3
src/constants/timings.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const DAY = 86400
|
||||
export const WEEK_DAYS = 7;
|
||||
export const YEAR = 365 * DAY
|
||||
Reference in New Issue
Block a user