UNPKG

@vechain/vebetterdao-contracts

Version:

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

3 lines (2 loc) 143 B
import { AppConfig } from "@repo/config"; export declare function updateConfig(config: AppConfig, contractAddressName: string): Promise<void>;