UNPKG

@vechain/vebetterdao-contracts

Version:

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

9 lines (8 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const simulateRounds_1 = require("./deploy/simulateRounds"); async function runSimulation() { // Run the simulation await (0, simulateRounds_1.simulateRounds)(); } runSimulation();