You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the token verification statuses causes a pydantic error.
In addition to the described [ whitelist, blacklist, none ] there is a "graylist" status, when encountering which we get a pydantic error.
An example of such an address is "0:0336261f4d3e8a3521b5fc38ee30d203de5ec60d8231a4b3f2e42d512bedd7cc".
Traceback:
ValidationError: 1 validation error for JettonsBalances
balances.58.jetton.verification
Input should be 'whitelist', 'blacklist' or 'none' [type=enum, input_value='graylist', input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/enum
The text was updated successfully, but these errors were encountered:
One of the token verification statuses causes a pydantic error.
In addition to the described [ whitelist, blacklist, none ] there is a "graylist" status, when encountering which we get a pydantic error.
An example of such an address is "0:0336261f4d3e8a3521b5fc38ee30d203de5ec60d8231a4b3f2e42d512bedd7cc".
Traceback:
ValidationError: 1 validation error for JettonsBalances
balances.58.jetton.verification
Input should be 'whitelist', 'blacklist' or 'none' [type=enum, input_value='graylist', input_type=str]
For further information visit https://errors.pydantic.dev/2.7/v/enum
The text was updated successfully, but these errors were encountered: