Skip to content

Commit

Permalink
Add reward pool
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Apr 21, 2024
1 parent 324761a commit ee49cfa
Show file tree
Hide file tree
Showing 10 changed files with 437 additions and 366 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,12 @@ yarn test:lint # run prettier linter
# Dependecies on the underlying contracts

```text
- boostFactory: BoostDeployed(indexed address)
- boost.stakedToken()
- boost.rewardToken()
- rewardPoolFactory: ProxyCreated(address)
- rewardPool: RewardPaid(address indexed,address indexed,uint256)
- rewardPool: NotifyReward(address indexed,uint256,uint256)
- rewardPool: RewardPaid(address indexed, address indexed, uint256)
- rewardPool: RemoveReward(address,address);
- rewardPool.earned(address _user)
- vaultFactory: ProxyCreated(address)
- vault.balances()
Expand Down
293 changes: 0 additions & 293 deletions abis/beefy/concliq/BeefyBoost.json

This file was deleted.

48 changes: 0 additions & 48 deletions abis/beefy/concliq/BeefyBoostFactory.json

This file was deleted.

Loading

0 comments on commit ee49cfa

Please sign in to comment.