@vechain/vebetterdao-contracts
Version:
Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.
10 lines (9 loc) • 343 B
TypeScript
import { StargateNFT, Stargate } from "../../../typechain-types";
export declare const deployStargateMock: ({ logOutput, legacyNodesContractAddress, vthoTokenAddress, }: {
logOutput?: boolean;
legacyNodesContractAddress?: string;
vthoTokenAddress?: string;
}) => Promise<{
stargateNFT: StargateNFT;
stargate: Stargate;
}>;