Skip to content

Commit

Permalink
refactor: 💡 bump min sq version to encourage upgrade
Browse files Browse the repository at this point in the history
provide warning for SubQuery less than v18.0.2
  • Loading branch information
polymath-eric committed Dec 3, 2024
1 parent b326c42 commit 5662e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5662e24

Please sign in to comment.