@ethersproject/abstract-provider
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -1,2 +0,2 @@ | ||
export declare const version = "abstract-provider/5.4.0"; | ||
export declare const version = "abstract-provider/5.4.1"; | ||
//# sourceMappingURL=_version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = "abstract-provider/5.4.0"; | ||
export const version = "abstract-provider/5.4.1"; | ||
//# sourceMappingURL=_version.js.map |
@@ -92,3 +92,3 @@ "use strict"; | ||
// See: https://eips.ethereum.org/EIPS/eip-1559 | ||
maxPriorityFeePerGas = BigNumber.from("1000000000"); | ||
maxPriorityFeePerGas = BigNumber.from("2500000000"); | ||
maxFeePerGas = block.baseFeePerGas.mul(2).add(maxPriorityFeePerGas); | ||
@@ -95,0 +95,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const version = "abstract-provider/5.4.0"; | ||
export declare const version = "abstract-provider/5.4.1"; | ||
//# sourceMappingURL=_version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = "abstract-provider/5.4.0"; | ||
exports.version = "abstract-provider/5.4.1"; | ||
//# sourceMappingURL=_version.js.map |
@@ -163,3 +163,3 @@ "use strict"; | ||
// See: https://eips.ethereum.org/EIPS/eip-1559 | ||
maxPriorityFeePerGas = bignumber_1.BigNumber.from("1000000000"); | ||
maxPriorityFeePerGas = bignumber_1.BigNumber.from("2500000000"); | ||
maxFeePerGas = block.baseFeePerGas.mul(2).add(maxPriorityFeePerGas); | ||
@@ -166,0 +166,0 @@ } |
@@ -24,3 +24,3 @@ { | ||
], | ||
"gitHead": "71b7547f10229f50d8b701611c5e6041b8ed966b", | ||
"gitHead": "da4e107268b380a844dc6d303d28f957a2bd4c88", | ||
"keywords": [ | ||
@@ -46,5 +46,5 @@ "Ethereum", | ||
"sideEffects": false, | ||
"tarballHash": "0x0d152f2cef24f5a71be21511b20e285fa705aacdf06f626542595ff64aad5394", | ||
"tarballHash": "0x98d00d08cd419d97002adac0ea555bb5e5c98a1221c71480d168ac666b1c01fb", | ||
"types": "./lib/index.d.ts", | ||
"version": "5.4.0" | ||
"version": "5.4.1" | ||
} |
@@ -1,1 +0,1 @@ | ||
export const version = "abstract-provider/5.4.0"; | ||
export const version = "abstract-provider/5.4.1"; |
@@ -246,3 +246,3 @@ "use strict"; | ||
// See: https://eips.ethereum.org/EIPS/eip-1559 | ||
maxPriorityFeePerGas = BigNumber.from("1000000000"); | ||
maxPriorityFeePerGas = BigNumber.from("2500000000"); | ||
maxFeePerGas = block.baseFeePerGas.mul(2).add(maxPriorityFeePerGas); | ||
@@ -249,0 +249,0 @@ } |
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