@ledgerhq/live-env
Advanced tools
Comparing version 2.3.0 to 2.4.0-next.0
# @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 @@ |
@@ -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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
266207
1