You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code base provides a humanize utility that can abstract away the dividedBy(new BigNumber(10).pow(...)) syntax, so that users don't repeat themselves writing it over and over again, but this utility is not used internally. A quick global search on VSCode revealed over hundreds of repetitions, e.g. here:
This code base provides a
humanize
utility that can abstract away thedividedBy(new BigNumber(10).pow(...))
syntax, so that users don't repeat themselves writing it over and over again, but this utility is not used internally. A quick global search on VSCode revealed over hundreds of repetitions, e.g. here:sdk/src/entities/option.ts
Lines 211 to 213 in e39956b
And here:
sdk/src/entities/position.ts
Lines 118 to 120 in e39956b
And here:
sdk/src/entities/action.ts
Lines 311 to 313 in e39956b
The text was updated successfully, but these errors were encountered: