Skip to content

Commit

Permalink
Merge pull request #271 from UnitapApp/fix/add-token-constraint-to-co…
Browse files Browse the repository at this point in the history
…nstraintslist

token constraint native token add to list
  • Loading branch information
Bastin authored Jan 20, 2024
2 parents 40e52c2 + 16c9d14 commit 984987b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
BrightIDAuraVerification,
BrightIDMeetVerification,
HasNFTVerification,
HasTokenVerification,
)
from .utils import SolanaWeb3Utils, Web3Utils

Expand Down Expand Up @@ -71,6 +72,7 @@ class Type(models.TextChoices):
BrightIDMeetVerification,
BrightIDAuraVerification,
HasNFTVerification,
HasTokenVerification,
AllowListVerification,
]

Expand Down

0 comments on commit 984987b

Please sign in to comment.