Skip to content

Commit 5809b2d

Browse files
committed
feat: update immutable zkEVM API package
1 parent 2207149 commit 5809b2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Packages/ZkEvmApi/api~/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9432,9 +9432,9 @@ components:
94329432
properties:
94339433
username:
94349434
description: The new username
9435-
maxLength: 100
9436-
minLength: 1
9437-
pattern: "^[a-zA-Z0-9._]+$"
9435+
maxLength: 18
9436+
minLength: 3
9437+
pattern: "^[a-zA-Z0-9]+$"
94389438
type: string
94399439
required:
94409440
- username

0 commit comments

Comments
 (0)