eth-provider-types
Advanced tools
Comparing version 0.2.0-next.0 to 0.2.0-next.1
# 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 @@ |
@@ -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", |
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
38234