-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add examples web app to test v2 hooks #550
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
69b6681
to
9cfa2e4
Compare
9cfa2e4
to
68bf15d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, two small comments 🙏
examples/web/README.md
Outdated
@@ -0,0 +1,15 @@ | |||
# Lens SDK + wagmi + Bundlr |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe note here that the example is using ethers
as well
people may be looking for a viem
example so being explicit about which tool here would be useful
examples/web/src/App.tsx
Outdated
}); | ||
|
||
const lensConfig: LensConfig = { | ||
// bindings: wagmiBindings(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this still needed?
No description provided.