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) 231 B
export interface UpgradeContract { name: string; configAddressField: string; versions: readonly string[]; descriptions: Record<string, string>; } export declare const upgradeConfig: Record<string, UpgradeContract>;