Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

mimic-fi/v1-deployments

Repository files navigation

Mimic Finance

A DeFi automation platform

CI Discord

ContentSetupHow does it workLicense


Content

This repository contains all the official deployments related to the Mimic protocol.

ID Component Version
2022062102-swap-connector Swap connector V2 0.0.3
2022062101-agreement-factory Agreement Factory V3 0.0.11
2022060904-strategy-balancer-boosted Balancer boosted strategies 0.0.1
2022060903-strategy-balancer-stable Balancer stable strategies 0.0.3
2022060902-strategy-balancer-weighted Balancer weighted strategies 0.0.3
2022060901-strategy-compound Compound strategies 0.0.3
2022060203-strategy-aave AAVE strategies 0.0.2
2022060202-agreement-factory Agreement Factory V2 0.0.10
2022060201-swap-connector Swap connector V1 0.0.2
2022022305-strategy-aave AAVE strategies 0.0.1
2022022304-strategy-balancer-stable Balancer stable strategies 0.0.2
2022022303-strategy-balancer-weighted Balancer weighted strategies 0.0.2
2022022302-agreement-factory Agreements Factory V1 0.0.6
2022022301-vault Mimic Vault V1 0.0.11
2021120408-strategy-balancer-stable Balancer stable strategies 0.0.1
2021120407-strategy-balancer-weighted Balancer weighted strategies 0.0.1
2021120406-strategy-buy-and-hold Buy & Hold strategies 0.0.1
2021120405-strategy-compound Compound strategies 0.0.1
2021120404-agreement-factory Agreements Factory V0 0.0.1
2021120403-vault Mimic Vault V0 0.0.6
2021120402-chain-link-price-oracle ChainLink V3 price oracle 0.0.4
2021120401-uniswap-connector Uniswap V2 connector 0.0.4

Setup

To set up this project you'll need git and yarn installed. From your command line:

# Clone this repository
$ git clone https://github.com/mimic-fi/deployments

# Go into the repository
$ cd deployments

# Install dependencies
$ yarn

How does it work

To create a new deployment task simply create a new script as follows:

touch ./tasks/$TASK_ID/index.ts

To deploy any of the following tasks simply run:

yarn hardhat deploy --id $TASK_ID --network $NETWORK

Currently, the available networks are: goerli, kovan, mainnet, rinkeby, ropsten, polygon, and localhost.

Tasks are not re-deployed unless you explicitly ask for it, to do so run the command with the --force flag.

License

GPL 3.0


Website mimic.fi  ·  GitHub @mimic-fi  ·  Twitter @mimicfi  ·  Discord mimic