1.0.0 • Published 2 years ago

@mushroomsfi/keep3r-cli-job v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

image

Mushrooms Finance CLI Job

This job enables The Keep3r Network keepers on Ethereum to execute tasks for Mushrooms yield-farming vaults (earn) and underlying strategies (harvest).

How to install

  1. Open a terminal inside your CLI setup
  2. Run yarn add @mushroomsfi/keep3r-cli-job
  3. Add job inside your CLI config file. It should look something like this:
{
    ...
    "jobs": [
        ...,
        {
            "path": "node_modules/@mushroomsfi/keep3r-cli-job/dist/src/mainnet/strategies"
        },
        {
            "path": "node_modules/@mushroomsfi/keep3r-cli-job/dist/src/mainnet/vaults"
        }
    ]
}

Keeper Requirements

  • Must be a valid Keeper on Keep3r V1

Useful Links