UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

6 lines (3 loc) 192 B
import { bn } from './numbers' export const toMilliseconds = (seconds: string): number => parseInt(seconds) * 1000 export const currentTimestampEvm = () => bn(Math.floor(Date.now() / 1000))