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

@ledgerhq/live-env

Package Overview
Dependencies
Maintainers
8
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/live-env - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0-next.0

6

CHANGELOG.md
# @ledgerhq/live-env
## 2.4.0-next.0
### Minor Changes
- [#7991](https://github.com/LedgerHQ/ledger-live/pull/7991) [`ced792c`](https://github.com/LedgerHQ/ledger-live/commit/ced792c37b42135f2b7596228c14ccd0783a803f) Thanks [@lambertkevin](https://github.com/lambertkevin)! - Decreasing the base fee multiplier to 27% for the EIP1559 fee system. Based on the spec of EIP1559, it should allow to create blocks which could be included in the next 3 blocks even in awful network situations.
## 2.3.0

@@ -4,0 +10,0 @@

2

lib-es/env.js

@@ -329,3 +329,3 @@ // set and get environment & config variables

EIP1559_BASE_FEE_MULTIPLIER: {
def: 1.5,
def: 1.27,
parser: floatParser,

@@ -332,0 +332,0 @@ desc: "mutiplier for the base fee that is composing the maxFeePerGas property",

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

EIP1559_BASE_FEE_MULTIPLIER: {
def: 1.5,
def: 1.27,
parser: floatParser,

@@ -335,0 +335,0 @@ desc: "mutiplier for the base fee that is composing the maxFeePerGas property",

{
"name": "@ledgerhq/live-env",
"version": "2.3.0",
"version": "2.4.0-next.0",
"description": "Ledger Live environment definition",

@@ -5,0 +5,0 @@ "keywords": [

@@ -341,3 +341,3 @@ // set and get environment & config variables

EIP1559_BASE_FEE_MULTIPLIER: {
def: 1.5,
def: 1.27,
parser: floatParser,

@@ -344,0 +344,0 @@ desc: "mutiplier for the base fee that is composing the maxFeePerGas property",

Sorry, the diff of this file is not supported yet

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