Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conseiljs

Package Overview
Dependencies
Maintainers
5
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conseiljs - npm Package Compare versions

Comparing version 5.2.4 to 5.2.5

3

dist/types/tezos/TezosConstants.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc