Skip to content

Commit

Permalink
docs: update the magic docs to highlight signer creation is async (#170)
Browse files Browse the repository at this point in the history
* docs: update the magic docs to highlight signer creation is async

* docs: update the magic docs to highlight signer creation is async
  • Loading branch information
moldy530 committed Nov 16, 2023
1 parent b95a6a4 commit 41a4182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/smart-accounts/signers/magic.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ import { sepolia } from "viem/chains";
import { createMagicSigner } from "./magic";

const chain = sepolia;

// NOTE: the below is async because it depends on creating a magic signer. You can choose to break that up how you want
// eg. use a useEffect + useState to create the signer and then pass it down to the provider
const provider = new AlchemyProvider({
Expand Down

0 comments on commit 41a4182

Please sign in to comment.