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

feat(credentials): add the blockchain balance validator #372

Merged
merged 3 commits into from
Feb 6, 2024

Conversation

vplasencia
Copy link
Member

Description

This PR adds a new credential to check if a user has a balance greater than or equal to minBalance.

Related Issue

Closes #370

Does this introduce a breaking change?

  • Yes
  • No

@vplasencia vplasencia requested a review from 0xjei January 31, 2024 23:32
@vplasencia vplasencia linked an issue Jan 31, 2024 that may be closed by this pull request
Copy link
Contributor

@0xjei 0xjei left a comment

Choose a reason for hiding this comment

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

LGTM!

@vplasencia vplasencia merged commit 814c224 into feat/transactions-credential Feb 6, 2024
2 checks passed
@vplasencia vplasencia deleted the feat/balance-credential branch March 6, 2024 23:06
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.

Checks if user has >= X of ERC-20 token Y
2 participants