Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 405 Bytes

Vault

  • Run forked mainnet tests - npx hardhat test
  • Run Gelato testsnpx hardhat test test/gelato.test.js
  • Run Strategy tests npx hardhat test test/strategy.test.js
  • Run Vault tests npx hardhat test test/vault.test.js
  • Run forked mainnet node npx hardhat node --network hardhat
  • Run test coverage npx hardhat coverage
  • Run prettier npm run prettier