From 958acd2a3956d579abc2a6a4605624e330260fc8 Mon Sep 17 00:00:00 2001 From: gas-limit Date: Wed, 20 Nov 2024 20:45:13 -0500 Subject: [PATCH] updated readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b981ac..51e121d 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,10 @@ This repository offers a suite of smart contracts designed to facilitate multi-t ## Contracts Overview -1. **StandaloneRewarder**: Enables direct token staking and rewards without external dependencies. -2. **MasterChefRewarder**: Integrates with MasterChef to provide multi-token rewards for liquidity providers. -3. **ChefIncentivesRewarder**: Extends ChefIncentivesController, rewarding users holding aTokens or LP tokens. +1. **MasterChefRewarder**: Integrates with MasterChef to provide multi-token rewards for liquidity providers. +2. **ChefIncentivesRewarder**: Extends ChefIncentivesController, rewarding users holding aTokens or LP tokens. +3. **StandaloneRewarder**: Enables direct token staking and rewards without external dependencies. +4. **StandaloneRewarderModern**: A modernized version of StandaloneRewarder that uses solidity 0.8 with custom errors, modern libraries like SafeERC20, Ownable2Step, and removal of SafeMath. Each directory includes a README.md file with detailed information on the contract's purpose, implementation instructions, and usage examples.