Skip to content
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

Merged
merged 9 commits into from
Jan 25, 2024
Merged

Conversation

glitch-txs
Copy link
Contributor

@glitch-txs glitch-txs commented Jan 18, 2024

  • Added Next and React examples for Wagmi v2

Copy link

vercel bot commented Jan 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
decentralized-relay-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
decentralized-relay-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
malicious-dapp-verify-simulation ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
react-auth-dapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
react-auth-wallet ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
react-dapp-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
react-wallet-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
vue-dapp-auth ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 25, 2024 7:10pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
react-dapp-v2-cosmos-provider ⬜️ Ignored (Inspect) Visit Preview Jan 25, 2024 7:10pm
react-dapp-v2-with-ethers ⬜️ Ignored (Inspect) Visit Preview Jan 25, 2024 7:10pm
react-dapp-v2-with-web3js ⬜️ Ignored (Inspect) Visit Preview Jan 25, 2024 7:10pm

@glitch-txs
Copy link
Contributor Author

is the test supposed to fail? cc @arein @ganchoradkov

Comment on lines +1 to +19
{
"$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
}
}
}
Copy link
Contributor

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?

Copy link
Contributor Author

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

@glitch-txs glitch-txs merged commit 59b98bc into main Jan 25, 2024
13 of 14 checks passed
@glitch-txs glitch-txs deleted the feat/wagmi-v2 branch January 25, 2024 19:36
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"viem": "^2.5.0",

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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove those ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants