From 98130b2dec74079cfc85c548936ab1f1e768dc78 Mon Sep 17 00:00:00 2001 From: cyc60 Date: Thu, 18 Sep 2025 12:46:19 +0300 Subject: [PATCH] Update validator type --- src/validators/typings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/validators/typings.py b/src/validators/typings.py index 56d0a01..ef79a89 100644 --- a/src/validators/typings.py +++ b/src/validators/typings.py @@ -9,8 +9,8 @@ class ValidatorType(Enum): - V1 = 'V1' - V2 = 'V2' + V1 = '0x01' + V2 = '0x02' @dataclass