Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 903 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 903 Bytes

Contracts

Platform / language

How to run tests

cd contracts
npm run test

Deployment

Migrations (celo network)

  yarn hardhat compile
  yarn hardhat deploy --network celo --reset
  yarn hardhat init:autocompounder-factory --network celo

Deploy autocompounder

  yarn hardhat create:autocompounder --network celo --farming-pool-address 'farmin_pool_address_here' --type 'farm_type_here (1, 2, 3 - depending on rewards tokens)' --token1 'reward1_address_here' --token2 'reward2_address_here' --token3 'reward3_address_here'