Skip to content

Conversation

@zerosnacks
Copy link
Member

No description provided.

@zerosnacks zerosnacks marked this pull request as ready for review October 28, 2025 12:28
@zerosnacks zerosnacks requested a review from Copilot October 28, 2025 12:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the Wagmi/RainbowKit integration and replaces it with a basic Viem setup for direct EIP-6963 wallet connection. The changes implement a custom wallet connection UI with provider discovery, account management, and chain information display.

Key changes:

  • Replaced Wagmi/RainbowKit with direct Viem wallet client implementation
  • Added EIP-6963 provider discovery for wallet detection
  • Implemented custom wallet connection UI with provider selection

Reviewed Changes

Copilot reviewed 9 out of 11 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Removed @rainbow-me/rainbowkit and wagmi dependencies; added porto and vite-plugin-mkcert
src/main.tsx Stripped out Wagmi/RainbowKit providers, simplified to basic React rendering
src/App.tsx Implemented custom wallet connection logic using Viem's createWalletClient and EIP-6963 provider discovery
src/types.ts Added TypeScript types for EIP-6963 and EIP-1193 standards
src/styles/global.css Removed Inter font-face declaration; added styles for button, select, and option elements
src/App.css Replaced banner image styles with title and info display styles
vite.config.ts Added mkcert plugin, custom banner injection plugin, and extensive build configuration
index.html Simplified page title from "Foundry Browser Wallet" to "Foundry"
.nvmrc Added Node.js version specification (v24.10.0)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zerosnacks zerosnacks changed the title chore: basic Viem setup chore: basic Viem setup + EIP6963 setup Oct 28, 2025
@zerosnacks zerosnacks requested a review from Copilot October 28, 2025 12:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 9 out of 11 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

zerosnacks and others added 4 commits October 28, 2025 13:32
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@zerosnacks zerosnacks requested a review from Copilot October 28, 2025 12:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 9 out of 11 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zerosnacks zerosnacks requested a review from Copilot October 28, 2025 12:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 12 out of 14 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@zerosnacks zerosnacks merged commit 0b40bd3 into master Oct 28, 2025
1 check passed
@zerosnacks zerosnacks deleted the zerosnacks/introduce-viem branch October 28, 2025 13:00
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.

2 participants