Socket
Socket
Sign inDemoInstall

@gearbox-protocol/devops

Package Overview
Dependencies
2
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

lib/transaction/transaction.js

@@ -47,3 +47,3 @@ "use strict";

if (blockData === null || blockData === void 0 ? void 0 : blockData.baseFeePerGas) {
if (blockData.baseFeePerGas.add(5).gt(maxBaseFee)) {
if (blockData.baseFeePerGas.mul(1125).div(1000).gt(maxBaseFee)) {
logger === null || logger === void 0 ? void 0 : logger.debug(`Waiting for cheaper GAS, current: ${blockData.baseFeePerGas}, target: ${maxBaseFee}`);

@@ -50,0 +50,0 @@ await delay(12000); // wait for next block - 12s

{
"name": "@gearbox-protocol/devops",
"version": "1.2.2",
"version": "1.2.3",
"description": "Gearbox Devops for SC development",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc