Skip to content

fix: hide secrets#33

Merged
alainncls merged 1 commit intomainfrom
fix/hide-secrets
Feb 27, 2026
Merged

fix: hide secrets#33
alainncls merged 1 commit intomainfrom
fix/hide-secrets

Conversation

@alainncls
Copy link
Collaborator

@alainncls alainncls commented Feb 27, 2026

Note

Low Risk
Low risk: replaces hardcoded client config secrets with environment variables; main risk is misconfiguration causing wallet connectivity/RPC transport failures at runtime.

Overview
Removes hardcoded walletConnectProjectId and Infura API key from src/wagmiConfig.ts, sourcing both from import.meta.env instead.

Adds a .env.example template (VITE_WALLETCONNECT_PROJECT_ID, VITE_INFURA_API_KEY) to document the required environment configuration for local/dev builds.

Written by Cursor Bugbot for commit aa41f31. This will update automatically on new commits. Configure here.

@alainncls alainncls self-assigned this Feb 27, 2026
@netlify
Copy link

netlify bot commented Feb 27, 2026

Deploy Preview for verax-tutorial ready!

Name Link
🔨 Latest commit aa41f31
🔍 Latest deploy log https://app.netlify.com/projects/verax-tutorial/deploys/69a1b89e7c455400082b751d
😎 Deploy Preview https://deploy-preview-33--verax-tutorial.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@alainncls alainncls requested review from VGau and eloi010 February 27, 2026 15:33
Copy link
Collaborator

@eloi010 eloi010 left a comment

Choose a reason for hiding this comment

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

LGTM

@alainncls alainncls merged commit c26f5ef into main Feb 27, 2026
15 checks passed
@alainncls alainncls deleted the fix/hide-secrets branch February 27, 2026 15:42
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