Skip to content

feat(#123): fetch and render real wallet address in deposit modal#371

Closed
Abolax123 wants to merge 259 commits into
Nexacore-Org:v2from
Abolax123:issue-123-real-wallet-balance
Closed

feat(#123): fetch and render real wallet address in deposit modal#371
Abolax123 wants to merge 259 commits into
Nexacore-Org:v2from
Abolax123:issue-123-real-wallet-balance

Conversation

@Abolax123

Copy link
Copy Markdown

Description:

Closes #123
Removes hardcoded wallet address from InstantDepositModal
Passes authenticated user's wallet address into the deposit modal
Keeps the modal copy and QR code behavior intact
Uses real user data from getProfile() already present in deposit.tsx
Notes
npm run lint completed successfully after installing dependencies
next build was started, but the terminal output cut off before final completion due to shell tooling limitations

TomikeDS and others added 30 commits March 19, 2025 11:20
…yout and sign-up-form inside auth-component dorectory
Implement sign-up page according to Figma designs

closes Nexacore-Org#15
…-for-forms

feat: implement schema using yup for forms

closes Nexacore-Org#16
feat: add initial Hero section components and layout (responsive styl…

closes Nexacore-Org#8
portableDD and others added 21 commits May 30, 2026 09:35
…d-dto

fix(auth): send correct reset-password DTO using email, otp, password
…unt-overview-wire-balances

Fix(account-overview): wire getProfile() and getBalances() for real b…
…econdary-currency

Fix/tx secondary currency
…t-failure

fix: show error banner when NEXT_PUBLIC_MOONPAY_API_KEY is unset (Nexacore-Org#178)
…ge-rates-auth-forwarding

fix: forward auth token in exchange-rates route
…egration

feat(admin): replace mock admin data with live API integrations
…es-endpoint

Fix wallet balances endpoint
chore: delete orphaned mock files (transactions, mock-data, mock-noti…
…70-convert-form

feat: Wire Convert form to live API and replace MOCK data
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Emmanuel Dorcas' projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@Abolax123 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@portableDD

Copy link
Copy Markdown
Contributor

Hello! This PR targets main but based on the issue instructions, it should target v2. Please update the base branch to v2. You can change the base branch using the "Edit" button at the top of this PR page.

1 similar comment
@portableDD

Copy link
Copy Markdown
Contributor

Hello! This PR targets main but based on the issue instructions, it should target v2. Please update the base branch to v2. You can change the base branch using the "Edit" button at the top of this PR page.

@portableDD

Copy link
Copy Markdown
Contributor

Hello! This PR targets main but based on the issue instructions, it should target v2. Please update the base branch to v2.

@portableDD

Copy link
Copy Markdown
Contributor

Hello! This PR targets main but should target v2. Please update the base branch to v2.

@Abolax123 Abolax123 changed the base branch from main to v2 July 1, 2026 20:24
@Abolax123 Abolax123 closed this Jul 1, 2026
@Abolax123

Copy link
Copy Markdown
Author

@portableDD please merge

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.

Integrate real user wallet balance and wallet address from API into AccountOverview and deposit modal