Skip to content

sidduHERE/farm-contracts

 
 

Repository files navigation

Tests

Yield Yak Farm Contracts

Smart contracts for the Yield Yak farms

Compiling

To compile the project:

> npm install
> npx hardhat compile

Tests

To run the tests first you need to run a fork of the mainnet on a separated terminal:

> npx hardhat --network hardhat node

On a separated terminal you can then run the tests

> npx hardhat --network localhost test

All tests should be passing at all times.

To create new tests, refer to the ./test folder.

Contracts

Main Net

MiniYak: 0xf7e9Fa54F7C988d985Bb9F3034691c72fbf705cA

Fuji

MiniYak: 0xb3Cae31c087af06Ec1dE2cdBBE296B42E68B9d5d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 93.3%
  • TypeScript 6.7%