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

eth-provider-types

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eth-provider-types - npm Package Compare versions

Comparing version 0.2.0-next.0 to 0.2.0-next.1

6

CHANGELOG.md
# eth-provider-types
## 0.2.0-next.1
### Patch Changes
- [#354](https://github.com/BitskiCo/bitski-js/pull/354) [`1a1efd5`](https://github.com/BitskiCo/bitski-js/commit/1a1efd5c2b6eae90c35aafd7cb35f6f3028b6394) Thanks [@chronicIntrovert](https://github.com/chronicIntrovert)! - Make maxFeePerGas and maxPriorityFeePerGas optional; rename to preVerificationGas
## 0.2.0-next.0

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

6

index.d.ts

@@ -255,5 +255,5 @@ /**

verificationGasLimit?: string;
preVerificationGasLimit?: string;
maxFeePerGas: string;
maxPriorityFeePerGas: string;
preVerificationGas?: string;
maxFeePerGas?: string;
maxPriorityFeePerGas?: string;
paymasterAndData?: string;

@@ -260,0 +260,0 @@ signature?: string;

{
"name": "eth-provider-types",
"version": "0.2.0-next.0",
"version": "0.2.0-next.1",
"description": "TypeScript types for Ethereum providers, with types for every RPC method",

@@ -5,0 +5,0 @@ "main": "./index.js",

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