@alchemy/aa-core
Advanced tools
Comparing version 2.3.1 to 2.5.0
@@ -341,5 +341,5 @@ "use strict"; | ||
const _overrides = { | ||
...overrides, | ||
maxFeePerGas: (0, index_js_1.bigIntMax)(BigInt(maxFeePerGas ?? 0n), (0, index_js_1.bigIntPercent)(uoToDrop.maxFeePerGas, 110n)), | ||
maxPriorityFeePerGas: (0, index_js_1.bigIntMax)(BigInt(maxPriorityFeePerGas ?? 0n), (0, index_js_1.bigIntPercent)(uoToDrop.maxPriorityFeePerGas, 110n)), | ||
paymasterAndData: uoToDrop.paymasterAndData, | ||
}; | ||
@@ -346,0 +346,0 @@ const uoToSend = await this._runMiddlewareStack(uoToSubmit, _overrides); |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.3.1"; | ||
export declare const VERSION = "2.5.0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = "2.3.1"; | ||
exports.VERSION = "2.5.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -335,5 +335,5 @@ import { default as EventEmitter } from "eventemitter3"; | ||
const _overrides = { | ||
...overrides, | ||
maxFeePerGas: bigIntMax(BigInt(maxFeePerGas ?? 0n), bigIntPercent(uoToDrop.maxFeePerGas, 110n)), | ||
maxPriorityFeePerGas: bigIntMax(BigInt(maxPriorityFeePerGas ?? 0n), bigIntPercent(uoToDrop.maxPriorityFeePerGas, 110n)), | ||
paymasterAndData: uoToDrop.paymasterAndData, | ||
}; | ||
@@ -340,0 +340,0 @@ const uoToSend = await this._runMiddlewareStack(uoToSubmit, _overrides); |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.3.1"; | ||
export declare const VERSION = "2.5.0"; |
@@ -1,2 +0,2 @@ | ||
export const VERSION = "2.3.1"; | ||
export const VERSION = "2.5.0"; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "2.3.1"; | ||
export declare const VERSION = "2.5.0"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@alchemy/aa-core", | ||
"license": "MIT", | ||
"version": "2.3.1", | ||
"version": "2.5.0", | ||
"description": "viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts", | ||
@@ -66,3 +66,3 @@ "author": "Alchemy", | ||
"homepage": "https://github.com/alchemyplatform/aa-sdk#readme", | ||
"gitHead": "a48aa035b555fce1ddaf2284b05b532ecbb88e06" | ||
"gitHead": "97a21854611e54d1e8d878d0601753a632295f43" | ||
} |
@@ -417,2 +417,3 @@ import { default as EventEmitter } from "eventemitter3"; | ||
const _overrides: UserOperationOverrides = { | ||
...overrides, | ||
maxFeePerGas: bigIntMax( | ||
@@ -426,3 +427,2 @@ BigInt(maxFeePerGas ?? 0n), | ||
), | ||
paymasterAndData: uoToDrop.paymasterAndData, | ||
}; | ||
@@ -429,0 +429,0 @@ |
// This file is autogenerated by inject-version.ts. Any changes will be | ||
// overwritten on commit! | ||
export const VERSION = "2.3.1"; | ||
export const VERSION = "2.5.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
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
1316605