Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 507 Bytes

MiniChefV2

Forked from sushiswap/sushiswap/contracts/MiniChefV2.col at commit 9b425e1f7b70adeee8cfa2cc3e26fba75e9bac64 and sushiswap/sushiswap/mocks/ComplexRewarderTime.sol at commit c5ffb929dcc459e8d17ffa2323fd24af5a5a0870

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Verify Deployed MiniChef and xDiff

npx hardhat verify-deployed-bytecode --network evmosmainnet

Run Tests

yarn test