diff --git a/src/handlers/sra_handlers.ts b/src/handlers/sra_handlers.ts index cee98d93c..d1d6d4f84 100644 --- a/src/handlers/sra_handlers.ts +++ b/src/handlers/sra_handlers.ts @@ -134,7 +134,7 @@ function validateAssetTokenOrThrow(allowedTokens: string[], tokenAddress: string throw new ValidationError([ { field, - code: ValidationErrorCodes.ValueOutOfRange, + code: ValidationErrorCodes.TokenNotSupported, reason: `${tokenAddress} not supported`, }, ]);