Skip to content

Latest commit

 

History

History

spot-vaults

spot-vaults

This repository is a collection of vault strategies leveraging the SPOT system.

The official mainnet addresses are:

The official testnet addresses are:

Install

# Install project dependencies
yarn

Testing

# Run all unit tests (compatible with node v12+)
yarn test

Contribute

To report bugs within this package, create an issue in this repository. For security issues, please contact [email protected]. When submitting code ensure that it is free of lint errors and has 100% test coverage.

# Lint code
yarn lint:fix

# Run solidity coverage report (compatible with node v12)
yarn coverage

# Run solidity gas usage report
yarn profile