Skip to content

Conversation

@creed-victor
Copy link
Contributor

No description provided.

@creed-victor creed-victor requested a review from Copilot January 8, 2026 08:23
@creed-victor creed-victor self-assigned this Jan 8, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

🦋 Changeset detected

Latest commit: 533407b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
frontend Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify
Copy link

netlify bot commented Jan 8, 2026

Deploy Preview for sovryn-storybook canceled.

Name Link
🔨 Latest commit 533407b
🔍 Latest deploy log https://app.netlify.com/projects/sovryn-storybook/deploys/695f6dffc5aa0a0008c61f61

@creed-victor creed-victor changed the base branch from develop to main January 8, 2026 08:23
@netlify
Copy link

netlify bot commented Jan 8, 2026

Deploy Preview for sovryn-dapp ready!

Name Link
🔨 Latest commit 533407b
🔍 Latest deploy log https://app.netlify.com/projects/sovryn-dapp/deploys/695f6dff66b32d0008a13abb
😎 Deploy Preview https://deploy-preview-1131.preview.sovryns.dev
📱 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.

Copy link

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 adds an impersonation feature for debugging purposes, allowing developers to simulate being a different Ethereum account while still using their connected wallet for transaction signing.

Key Changes

  • Created a new debug utility module that manages account impersonation via localStorage
  • Integrated the impersonation logic into wallet connection hooks to return the debug account when active
  • Added a visual indicator in the UI when debug mode is active

Reviewed changes

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

Show a summary per file
File Description
apps/frontend/src/utils/account-debug.ts New utility module providing impersonation functions and state management
apps/frontend/src/hooks/useWalletConnect.ts Updated to return impersonated account when debug mode is active
apps/frontend/src/hooks/useAccount.ts Updated to return impersonated account when debug mode is active
apps/frontend/src/app/5_pages/LandingPage/components/ProtocolData/hooks/useGetBOBVolume.ts Removed debug console.log statement
apps/frontend/src/app/3_organisms/Header/Header.tsx Added visual debug mode indicator button with tooltip

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

@creed-victor creed-victor requested a review from Copilot January 8, 2026 08:33
Copy link

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 5 out of 5 changed files in this pull request and generated 4 comments.


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

@creed-victor creed-victor changed the base branch from main to develop January 8, 2026 08:38
@creed-victor creed-victor merged commit b2b0d04 into develop Jan 8, 2026
11 checks passed
@creed-victor creed-victor deleted the feat/debug-wallet branch January 8, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants