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

Fix/unlocking staking rewards #5

Merged
merged 17 commits into from
Sep 9, 2024
Merged

Conversation

Divya-Solulab
Copy link
Collaborator

@Divya-Solulab Divya-Solulab commented Sep 5, 2024

Implements logic to unlock staking rewards based on meeting a daily minimum transaction threshold on the Optimism network.

@@ -107,4 +117,29 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:
self.chain_to_chain_id_mapping = json.loads(
self._ensure("chain_to_chain_id_mapping", kwargs, str)
)
super().__init__(*args, **kwargs)
Copy link
Collaborator

Choose a reason for hiding this comment

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

here

Copy link
Collaborator

Choose a reason for hiding this comment

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

Well spotted!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for catching that! I've corrected the mistake @0xArdi

@Divya-Solulab Divya-Solulab merged commit b9de1a5 into main Sep 9, 2024
5 of 8 checks passed
@Divya-Solulab Divya-Solulab deleted the fix/unlocking-staking-rewards branch September 11, 2024 08:20
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.

4 participants