@toruslabs/torus.js
Advanced tools
Comparing version 12.0.0 to 12.0.1
{ | ||
"name": "@toruslabs/torus.js", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Handle communication with torus nodes", | ||
@@ -5,0 +5,0 @@ "main": "dist/torusUtils.cjs.js", |
@@ -154,3 +154,3 @@ import { LEGACY_NETWORKS_ROUTE_MAP, TORUS_LEGACY_NETWORK_TYPE, TORUS_NETWORK_TYPE } from "@toruslabs/constants"; | ||
clientId, | ||
enable_gating: "true", | ||
enableGating: "true", | ||
}, | ||
@@ -157,0 +157,0 @@ }, |
@@ -260,3 +260,3 @@ import { INodePub, JRPCResponse, LEGACY_NETWORKS_ROUTE_MAP, SIGNER_MAP, TORUS_LEGACY_NETWORK_TYPE, TORUS_NETWORK_TYPE } from "@toruslabs/constants"; | ||
clientId: this.clientId, | ||
enable_gating: "true", | ||
enableGating: "true", | ||
}, | ||
@@ -263,0 +263,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1661344