Skip to content

Commit

Permalink
fix: updating import in eoa guide (#525)
Browse files Browse the repository at this point in the history
* fix: updating import in eoa guide

* fix: combine imports
  • Loading branch information
avarobinson authored Mar 21, 2024
1 parent 06cc811 commit 6c1c28f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions site/signers/eoa.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ A JSON RPC based account is one where the key material is not available locally,

```ts
import { createWalletClient, custom } from "viem";
import { mainnet } from "@alchemy/aa-core";
import { WalletClientSigner } from "@alchemy/core";
import { mainnet, WalletClientSigner } from "@alchemy/aa-core";

const client = createWalletClient({
chain: mainnet,
Expand Down

0 comments on commit 6c1c28f

Please sign in to comment.