UNPKG

@gooddollar/goodprotocol

Version:
7 lines (6 loc) 287 B
import "@openzeppelin/hardhat-upgrades"; export declare type TokenArgs = [string, string]; export declare const deploySuperGoodDollar: (signer: any, sfContracts: any, tokenArgs?: any[]) => Promise<{ GoodDollar: import("ethers").Contract; Identity: import("ethers").Contract; }>;