@vechain/vebetterdao-contracts
Version:
Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.
5 lines (4 loc) • 299 B
TypeScript
import { AppConfig } from "@repo/config";
import { deployAll } from "../deploy/deployAll";
export declare function registerWithDevStack(cfg: AppConfig): Promise<void>;
export declare function overrideLocalConfigWithNewContracts(contracts: Awaited<ReturnType<typeof deployAll>>): Promise<AppConfig>;