conseiljs
Advanced tools
Comparing version 5.2.4 to 5.2.5
@@ -24,5 +24,6 @@ export declare namespace TezosConstants { | ||
const P010BlockGasCap = 5200000; | ||
const P016BlockGasCap = 2600000; | ||
const P007OperationGasCap = 1040000; | ||
const OperationGasCap = 1040000; | ||
const BlockGasCap = 5200000; | ||
const BlockGasCap = 2600000; | ||
const P010OperationStorageCap = 60000; | ||
@@ -29,0 +30,0 @@ const P011OperationStorageCap = 32768; |
@@ -28,5 +28,6 @@ "use strict"; | ||
TezosConstants.P010BlockGasCap = 5200000; | ||
TezosConstants.P016BlockGasCap = 2600000; | ||
TezosConstants.P007OperationGasCap = 1040000; | ||
TezosConstants.OperationGasCap = TezosConstants.P007OperationGasCap; | ||
TezosConstants.BlockGasCap = TezosConstants.P010BlockGasCap; | ||
TezosConstants.BlockGasCap = TezosConstants.P016BlockGasCap; | ||
TezosConstants.P010OperationStorageCap = 60000; | ||
@@ -33,0 +34,0 @@ TezosConstants.P011OperationStorageCap = 32768; |
{ | ||
"name": "conseiljs", | ||
"version": "5.2.4", | ||
"version": "5.2.5", | ||
"description": "Client-side library for Tezos dApp development.", | ||
@@ -5,0 +5,0 @@ "browser": "dist/index-web.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
884002
8703