@alchemy/aa-ethers
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -1,4 +0,4 @@ | ||
import { type BundlerClient, type EntryPointVersion, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core"; | ||
import { type BundlerClient, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core"; | ||
import type { Chain, Transport } from "viem"; | ||
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount<EntryPointVersion> | undefined = SmartContractAccount<EntryPointVersion> | undefined> = { | ||
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = { | ||
account?: TAccount; | ||
@@ -5,0 +5,0 @@ } & ({ |
@@ -1,4 +0,4 @@ | ||
import { type BundlerClient, type EntryPointVersion, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core"; | ||
import { type BundlerClient, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core"; | ||
import type { Chain, Transport } from "viem"; | ||
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount<EntryPointVersion> | undefined = SmartContractAccount<EntryPointVersion> | undefined> = { | ||
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = { | ||
account?: TAccount; | ||
@@ -5,0 +5,0 @@ } & ({ |
@@ -1,4 +0,4 @@ | ||
import { type BundlerClient, type EntryPointVersion, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core"; | ||
import { type BundlerClient, type SmartAccountClient, type SmartContractAccount } from "@alchemy/aa-core"; | ||
import type { Chain, Transport } from "viem"; | ||
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount<EntryPointVersion> | undefined = SmartContractAccount<EntryPointVersion> | undefined> = { | ||
export type EthersProviderAdapterOpts<TTransport extends Transport = Transport, TChain extends Chain = Chain, TAccount extends SmartContractAccount | undefined = SmartContractAccount | undefined> = { | ||
account?: TAccount; | ||
@@ -5,0 +5,0 @@ } & ({ |
{ | ||
"name": "@alchemy/aa-ethers", | ||
"license": "MIT", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "Ethers.js wrapper for @alchemy/aa-core", | ||
@@ -52,3 +52,3 @@ "author": "Alchemy", | ||
"dependencies": { | ||
"@alchemy/aa-core": "^3.9.0", | ||
"@alchemy/aa-core": "^3.10.0", | ||
"@ethersproject/abi": "^5.7.0", | ||
@@ -74,3 +74,3 @@ "@ethersproject/abstract-signer": "^5.7.0", | ||
}, | ||
"gitHead": "823f89dc5e3c1f133196be6398255a77f87dcc87" | ||
"gitHead": "d48f92d8bf6d794bf9020d36c11026b416ddc404" | ||
} |
import { | ||
type BundlerClient, | ||
type EntryPointVersion, | ||
type SmartAccountClient, | ||
@@ -12,4 +11,4 @@ type SmartContractAccount, | ||
TChain extends Chain = Chain, | ||
TAccount extends SmartContractAccount<EntryPointVersion> | undefined = | ||
| SmartContractAccount<EntryPointVersion> | ||
TAccount extends SmartContractAccount | undefined = | ||
| SmartContractAccount | ||
| undefined | ||
@@ -16,0 +15,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
74889
818
Updated@alchemy/aa-core@^3.10.0