-
Notifications
You must be signed in to change notification settings - Fork 90
[M-02] Game Passes Audit #1655
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
[M-02] Game Passes Audit #1655
Conversation
…et mint and add tests
…e/sandbox-smart-contracts into passes-audit-m-02
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How should this behave if max per wallet is not configured?
Would it be better to set unlimited as max uint?
A single value cannot be not configured. |
[N-09] Game Passes Audit
[H-02] Game Passes Audit
[H-01 FOLLOW UP] Game Passes Audit
[N-04 FOLLOW UP] Game Passes Audit
[N-01 FOLLOW UP] Game Passes Audit
[L-07] Game Passes Audit
[L-06] Game Passes Audit
[EXTRA-02] Game Passes Audit
…re-id [EXTRA-01] Game Passes Audit
[N-08] Game Passes Audit
[N-07] Game Passes Audit
[N-06] Game Passes Audit
[N-05] Game Passes Audit
[N-04] Game Passes Audit
[N-03] Game Passes Audit
[N-02] Game Passes Audit
[N-01] Game Passes Audit
[L-05] Game Passes Audit
[L-04] Game Passes Audit
[L-03] Game Passes Audit
[L-02] Game Passes Audit
[L-01] Game Passes Audit
[M-04] Game Passes Audit
[M-03] Game Passes Audit
Added
maxPerWallet
incrementing in the specified function.Added the ability to configure a token with
0
max per wallet amount representing no limit per wallet.