We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pairs with: penumbra-zone/penumbra#3824
Web app currently takes assetId+amount response and transforms it to AddressView+ValueView:
web/apps/webapp/src/fetchers/balances/index.ts
Lines 44 to 79 in fa68d2d
After new protos, this should move into balances view rpc method in extension.
While here, should delete calculateUsdcValue() in web app as extension now provides pricing.
calculateUsdcValue()
The text was updated successfully, but these errors were encountered:
grod220
Successfully merging a pull request may close this issue.
Pairs with: penumbra-zone/penumbra#3824
Web app currently takes assetId+amount response and transforms it to AddressView+ValueView:
web/apps/webapp/src/fetchers/balances/index.ts
Lines 44 to 79 in fa68d2d
After new protos, this should move into balances view rpc method in extension.
While here, should delete
calculateUsdcValue()
in web app as extension now provides pricing.The text was updated successfully, but these errors were encountered: