1.0.0 • Published 7 days ago

@venusprotocol/keeper-bot-contracts v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 days ago

Venus Keeper Bot Smart Contracts

Contracts to make it easy for the Venus Community to perform maintenance and community delegated actions. This package implements the Venus Protocol Smart Contract framework and best practices.

Prerequisites

Deployments

Deployments are managed using hardhat-deploy. Addresses conveniently organized under deployment/<network>_addresses.json. You can also find JSON files for contract abis in the deployments directory by network.

Testing the contracts

yarn test

To run fork tests add FORK=true and the correct ARCHIVE_NODE var in the .env file, then run

yarn hardhat test fork-tests/index.ts