We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e41c4f commit 6fc54aaCopy full SHA for 6fc54aa
frontend/app/utils/validate.server.ts
@@ -7,7 +7,7 @@ import {
7
WalletAddressFormatError
8
} from '@shared/utils'
9
10
-const rangeError = { message: 'Value has to be between 16 and 24' }
+const rangeError = { message: 'Value has to be between 10 and 30' }
11
12
export const walletSchema = z.object({
13
walletAddress: z
0 commit comments