- Solidity - v0.8.0
- Solidity - v0.8.1,
- Solidity - v0.8.2,
- Solidity - v0.8.4,
- Hardhat - v2.8.0 - deployment tehnology
cd contracts
npm run test
yarn hardhat compile
yarn hardhat deploy --network celo --reset
yarn hardhat init:autocompounder-factory --network celo
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'