Skip to content

TIME_CONSTANTS

const TIME_CONSTANTS: object

Defined in: packages/iso-filecoin-synapse/src/constants.js:47

Time and size constants

DAYS_PER_MONTH: bigint = 30n

Number of days in a month (used for pricing calculations)

DEFAULT_LOCKUP_DAYS: bigint = 10n

Default lockup period in days

EPOCH_DURATION: number = 30

Duration of each epoch in seconds on Filecoin

EPOCHS_PER_DAY: bigint = 2880n

Number of epochs in a day (24 hours * 60 minutes * 2 epochs per minute)

EPOCHS_PER_MONTH: bigint = 86400n

Number of epochs in a month (30 days)