UNPKG

@vechain/vebetterdao-contracts

Version:

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

8 lines (7 loc) 479 B
import type { MigrationData } from "./types"; export declare function getMigrationConfig(): import("@repo/config").AppConfig; export declare function getX2EarnAppsContract(): Promise<import("../../typechain-types").X2EarnApps>; export declare function getDataPath(): string; export declare function loadMigrationData(): MigrationData; export declare function validateMigrationData(data: MigrationData): void; export declare function saveMigrationData(data: MigrationData): void;