UNPKG

@ohgeez/fsushi

Version:

fSUSHI is a protocol built on top of [FlashStake](http://flashstake.io/) and [SushiSwap](https://sushi.com) that enables stakers to get instant, upfront yield without waiting for it to accrue.

22 lines (21 loc) 894 B
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type * as masterChefSol from "./MasterChef.sol"; export type { masterChefSol }; import type * as interfaces from "./interfaces"; export type { interfaces }; import type * as libraries from "./libraries"; export type { libraries }; import type * as uniswapv2 from "./uniswapv2"; export type { uniswapv2 }; export type { ERC20Mock } from "./ERC20Mock"; export type { FeeVault } from "./FeeVault"; export type { FlashFToken } from "./FlashFToken"; export type { FlashFTokenFactory } from "./FlashFTokenFactory"; export type { FlashNFT } from "./FlashNFT"; export type { FlashProtocol } from "./FlashProtocol"; export type { SushiBar } from "./SushiBar"; export type { SushiToken } from "./SushiToken"; export type { VotingEscrowMock } from "./VotingEscrowMock"; export type { WETH9 } from "./WETH9";