UNPKG

@vechain/vebetterdao-contracts

Version:

Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.

6 lines (5 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BLOCK_INTERVAL = exports.ZERO_ADDRESS = void 0; exports.ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; exports.BLOCK_INTERVAL = 10; // VechainThor block time is 10 seconds