Skip to content

Commit 48406ef

Browse files
committed
feat: 🎸 update supported spec version range
1 parent 0a5dc44 commit 48406ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const ROOT_TYPES = rootTypes;
111111
/**
112112
* The Polymesh chain spec version range that is compatible with this version of the SDK
113113
*/
114-
export const SUPPORTED_SPEC_VERSION_RANGE = '6.3 || 7.0 || 7.1';
114+
export const SUPPORTED_SPEC_VERSION_RANGE = '7.0 || 7.1 || 7.2';
115115

116116
/**
117117
* The Polymesh private chain spec version range that is compatible with this version of the SDK

0 commit comments

Comments
 (0)