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

@alchemy/aa-core

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemy/aa-core - npm Package Compare versions

Comparing version 2.3.1 to 2.5.0

2

dist/cjs/provider/base.js

@@ -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

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