UNPKG

@divstake-nestjs/contracts

Version:

NestJS Contracts Module for Lido Finance projects. Part of [DivStake NestJS Modules](https://github.com/skaibaLab/divstake-nestjs-modules/#readme)

14 lines (13 loc) 460 B
import { AllowedList__factory } from '../generated'; import { ContractModule } from '../contract.module'; export declare class AllowedListContractModule extends ContractModule { static module: typeof AllowedListContractModule; static contractFactory: typeof AllowedList__factory; static contractToken: symbol; static defaultAddresses: { 1: string; 17000: string; 5: string; 560048: string; }; }