-
Notifications
You must be signed in to change notification settings - Fork 360
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
Web3Modal + Wagmi v2 Example in Next.js App Router #419
Conversation
glitch-txs
commented
Jan 18, 2024
•
edited
Loading
edited
- Added Next and React examples for Wagmi v2
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
is the test supposed to fail? cc @arein @ganchoradkov |
{ | ||
"$schema": "https://biomejs.dev/schemas/1.5.2/schema.json", | ||
"organizeImports": { | ||
"enabled": false | ||
}, | ||
"linter": { | ||
"enabled": true, | ||
"rules": { | ||
"recommended": true | ||
} | ||
}, | ||
"javascript": { | ||
"formatter": { | ||
"semicolons": "asNeeded", | ||
"quoteStyle":"single", | ||
"lineWidth": 120 | ||
} | ||
} | ||
} |
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.
what's with this lint?
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.
very opinionated of mine, should I remove it? :v
"next": "14.0.4", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"viem": "^2.5.0", |
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.
lock the versions for the next PR 👍
(remove the ^)
"viem": "^1.19.11", | ||
"wagmi": "^1.4.8" | ||
"viem": "^2.5.0", | ||
"wagmi": "^2.5.2" |
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.
remove those ^