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) 405 B
import { B3TR, VOT3 } from "../../typechain-types"; import { TestPk } from "./seedAccounts"; import { AppConfig } from "@repo/config"; /** * Seed 2 navigators using accounts[1] and accounts[2]. * Mints B3TR to the admin, creates VOT3 supply, funds navigators, and registers them. */ export declare const seedNavigators: (b3tr: B3TR, vot3: VOT3, accounts: TestPk[], config: AppConfig) => Promise<void>;