From 5662e2470304d47da5ea46214ea0fba40a2948a2 Mon Sep 17 00:00:00 2001 From: Eric Richardson Date: Tue, 3 Dec 2024 11:16:45 -0500 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=92=A1=20bump=20min=20sq=20ve?= =?UTF-8?q?rsion=20to=20encourage=20upgrade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit provide warning for SubQuery less than v18.0.2 --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 986deea43e..94c6ef109d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -150,7 +150,7 @@ export const DEFAULT_CDD_ID = '0x00000000000000000000000000000000000000000000000 /** * Minimum version of Middleware V2 GraphQL Service (SubQuery) that is compatible with this version of the SDK */ -export const MINIMUM_SQ_VERSION = '16.1.0'; +export const MINIMUM_SQ_VERSION = '18.0.2'; /** * The first version of Subquery that pads IDs for proper lexical order