UNPKG

@vechain/vebetterdao-contracts

Version:

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

6 lines (5 loc) 240 B
/** * This script deploys the RelayerRewardsPool contract required for auto-voting functionality. * This must be deployed BEFORE upgrading XAllocationVoting to v8 and VoterRewards to v6. */ export declare function main(): Promise<void>;