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

@ethersproject/abstract-provider

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/abstract-provider - npm Package Compare versions

Comparing version 5.5.1 to 5.6.0

2

lib.esm/_version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "abstract-provider/5.5.1";
export declare const version = "abstract-provider/5.6.0";
//# sourceMappingURL=_version.d.ts.map

@@ -1,2 +0,2 @@

export const version = "abstract-provider/5.5.1";
export const version = "abstract-provider/5.6.0";
//# sourceMappingURL=_version.js.map

@@ -21,2 +21,3 @@ import { BigNumber, BigNumberish } from "@ethersproject/bignumber";

customData?: Record<string, any>;
ccipReadEnabled?: boolean;
};

@@ -23,0 +24,0 @@ export interface TransactionResponse extends Transaction {

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

// See: https://eips.ethereum.org/EIPS/eip-1559
maxPriorityFeePerGas = BigNumber.from("2500000000");
maxPriorityFeePerGas = BigNumber.from("1500000000");
maxFeePerGas = block.baseFeePerGas.mul(2).add(maxPriorityFeePerGas);

@@ -95,0 +95,0 @@ }

@@ -1,2 +0,2 @@

export declare const version = "abstract-provider/5.5.1";
export declare const version = "abstract-provider/5.6.0";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
exports.version = "abstract-provider/5.5.1";
exports.version = "abstract-provider/5.6.0";
//# sourceMappingURL=_version.js.map

@@ -21,2 +21,3 @@ import { BigNumber, BigNumberish } from "@ethersproject/bignumber";

customData?: Record<string, any>;
ccipReadEnabled?: boolean;
};

@@ -23,0 +24,0 @@ export interface TransactionResponse extends Transaction {

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

// See: https://eips.ethereum.org/EIPS/eip-1559
maxPriorityFeePerGas = bignumber_1.BigNumber.from("2500000000");
maxPriorityFeePerGas = bignumber_1.BigNumber.from("1500000000");
maxFeePerGas = block.baseFeePerGas.mul(2).add(maxPriorityFeePerGas);

@@ -166,0 +166,0 @@ }

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/logger": "^5.5.0",
"@ethersproject/networks": "^5.5.0",
"@ethersproject/properties": "^5.5.0",
"@ethersproject/transactions": "^5.5.0",
"@ethersproject/web": "^5.5.0"
"@ethersproject/bignumber": "^5.6.0",
"@ethersproject/bytes": "^5.6.0",
"@ethersproject/logger": "^5.6.0",
"@ethersproject/networks": "^5.6.0",
"@ethersproject/properties": "^5.6.0",
"@ethersproject/transactions": "^5.6.0",
"@ethersproject/web": "^5.6.0"
},

@@ -24,3 +24,3 @@ "description": "An Abstract Class for describing an Ethereum Provider for ethers.",

],
"gitHead": "b1458989761c11bf626591706aa4ce98dae2d6a9",
"gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
"keywords": [

@@ -46,5 +46,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x2bfa68ddd70e2bae7207dbdca73308cf780b5a896a2b8fcc518a912192898860",
"tarballHash": "0x27d91252dc988dbfc32462fa6dbdb94c2e169bc142b722e1177e32c2ec643176",
"types": "./lib/index.d.ts",
"version": "5.5.1"
"version": "5.6.0"
}

@@ -1,1 +0,1 @@

export const version = "abstract-provider/5.5.1";
export const version = "abstract-provider/5.6.0";

@@ -37,2 +37,3 @@ "use strict";

customData?: Record<string, any>;
ccipReadEnabled?: boolean;
}

@@ -250,3 +251,3 @@

// See: https://eips.ethereum.org/EIPS/eip-1559
maxPriorityFeePerGas = BigNumber.from("2500000000");
maxPriorityFeePerGas = BigNumber.from("1500000000");
maxFeePerGas = block.baseFeePerGas.mul(2).add(maxPriorityFeePerGas);

@@ -253,0 +254,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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