UNPKG

@broxus/js-core

Version:

MobX-based JavaScript Core library

15 lines (14 loc) 926 B
import { AddressLiteral } from 'everscale-inpage-provider'; export const ZeroAddress = new AddressLiteral('0:0000000000000000000000000000000000000000000000000000000000000000'); export const NetworkConfigAddress = new AddressLiteral('-1:5555555555555555555555555555555555555555555555555555555555555555'); export const ElectorAddress = new AddressLiteral('-1:3333333333333333333333333333333333333333333333333333333333333333'); export const DeadAddress = new AddressLiteral('0:000000000000000000000000000000000000000000000000000000000000dead'); export const EmptyCell = 'te6ccgEBAQEAAgAAAA=='; export const DEFAULT_NATIVE_CURRENCY_DECIMALS = 9; export const DEFAULT_LP_TOKEN_DECIMALS = 9; export const SECONDS_IN_YEAR = 3.1536 * 10 ** 7; export const SECONDS_IN_MONTH = 2628288; export const SECONDS_IN_WEEK = 604800; export const SECONDS_IN_DAY = 86400; export const SECONDS_IN_HOUR = 3600; export const SECONDS_IN_MINUTE = 60;