From fa8d412df4ed5a320c2d4ad14713d4684ac4bcb1 Mon Sep 17 00:00:00 2001 From: Mavrik Date: Mon, 27 Mar 2023 09:38:10 +0200 Subject: [PATCH] fix: required validator version fix --- src/constants/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 6a48a10b..f2efd5c2 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -227,7 +227,7 @@ export const CURRENCIES = [ export const REQUIRED_VALIDATOR_VERSION = { major: 3, minor: 5, - patch: 0, + patch: 1, } export const DEFAULT_MAX_NETWORK_ERROR = 3