-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
CU-86a0dn0k3 - Ethereum Support Implementation #15
Conversation
Task linked: CU-86a0dn0k3 Ethereum Support Implementation |
if (!result.data) throw new Error('Balance not found') | ||
|
||
const balances = result.data.ethereum.address[0].balances.map( | ||
(balance): BalanceResponse => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: see comment above about destructuring for slightly improved readability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbh I prefer the old way, but whatever, let's move on
b4a8486
to
3f18764
Compare
No description provided.