Skip to content

Commit

Permalink
Exc 21 passport wallets examples (#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract authored Jul 23, 2024
1 parent 1b82b66 commit adb0d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ It's very simple, you just add a code block with the reference to the file and t
```js reference=examples/passport/wallets-with-nextjs/src/app/connect-with-etherjs/page.tsx#passport-wallets-nextjs-connect-etherjs-create title="Connect Passport to Immutable zkEVM and create the Provider"
```

All snippets should have a title. Don't be shy adding extra context before or after the snippet explaining any key points which are necessary.

## Comments

All examples should be heavily commented and the comments should make sense in the context the snippet is appearing in the docs site.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useAccount, useDisconnect, useEnsAvatar, useEnsName } from 'wagmi'
import { passportInstance } from '../page';
import { passportInstance } from '../utils';
import { useEffect, useState } from 'react';

export function Account() {
Expand Down

0 comments on commit adb0d1c

Please sign in to comment.