We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1ce69 commit ff9a940Copy full SHA for ff9a940
README.md
@@ -12,7 +12,7 @@
12
13
## Polymesh version
14
15
-This release is compatible with Polymesh v7
+This release is compatible with Polymesh v7.0, v7.1, v7.2
16
17
## Getting Started
18
scripts/updateReadme.js
@@ -10,7 +10,7 @@ const getSupportedNodeVersion = () => {
10
encoding: 'utf8',
11
});
- const regex = /export const SUPPORTED_NODE_VERSION_RANGE = '([^']+)';/g;
+ const regex = /export const SUPPORTED_SPEC_VERSION_RANGE = '([^']+)';/g;
const match = regex.exec(constantsFile);
0 commit comments