mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-31 18:18:01 +03:00
fix getAmountAtCurrent return type
This commit is contained in:
@@ -12,4 +12,3 @@ export * from './gasLimits.js';
|
||||
export * from './timings.js';
|
||||
|
||||
export const SERVICE_TOKEN = 'ORN';
|
||||
export const INITIAL_VEORN_ADJUSTMENT_FACTOR = 5;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user