aboutsummaryrefslogtreecommitdiffstats
path: root/src/schemas/basic_type_schemas.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/basic_type_schemas.ts')
-rw-r--r--src/schemas/basic_type_schemas.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemas/basic_type_schemas.ts b/src/schemas/basic_type_schemas.ts
index c3b81185d..5d66cf79b 100644
--- a/src/schemas/basic_type_schemas.ts
+++ b/src/schemas/basic_type_schemas.ts
@@ -1,7 +1,7 @@
export const addressSchema = {
id: '/addressSchema',
type: 'string',
- pattern: '^0[xX][0-9A-Fa-f]{40}$',
+ pattern: '^0x[0-9a-f]{40}$',
};
export const numberSchema = {