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 53d1ec5 commit 52d508aCopy full SHA for 52d508a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "polkadot-rpc-proxy",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
src/ApiHandler.ts
@@ -173,6 +173,7 @@ export default class ApiHandler {
173
} catch (err) {
174
console.error(`Failed to get Metadata for block ${hash}, using latest.`);
175
console.error(err);
176
+ this.specVersion = api.createType('u32', -1);
177
}
178
179
0 commit comments