Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing Vesting and opcFee #432

Merged
merged 5 commits into from
May 12, 2022
Merged

Conversation

jamiehewitt15
Copy link
Member

@jamiehewitt15 jamiehewitt15 commented May 10, 2022

Fixes #411

Changes proposed in this PR:

  • Completely removed the SSContract mapping as it was only handly vesting
  • Removed OPCFee

@jamiehewitt15 jamiehewitt15 changed the title removing opcFee removing Vesting and opcFee May 10, 2022
@jamiehewitt15 jamiehewitt15 marked this pull request as ready for review May 11, 2022 08:53
@@ -57,10 +57,6 @@ dataSources:
handler: handleTokenRemoved
- event: OPCFeeChanged(indexed address,uint256,uint256,uint256,uint256)
handler: handleOPCFeeChanged
- event: SSContractAdded(indexed address,indexed address)
handler: handleSSContractAdded
- event: SSContractRemoved(indexed address,indexed address)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't need to remove SSContractAdded SSContractRemoved

@mihaisc mihaisc merged commit 796bff7 into v4main May 12, 2022
@mihaisc mihaisc deleted the issue-411-remove-vesting-opcFee branch May 12, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove vesting and opcFee from pool
2 participants