Skip to content

fix(borrow): correct JSDoc examples to use GBPm instead of USDm (MEN-41)#138

Merged
bayological merged 1 commit intomainfrom
qa/men-41-fix-jsdoc-borrow-token
Mar 12, 2026
Merged

fix(borrow): correct JSDoc examples to use GBPm instead of USDm (MEN-41)#138
bayological merged 1 commit intomainfrom
qa/men-41-fix-jsdoc-borrow-token

Conversation

@mento-val
Copy link
Copy Markdown
Collaborator

Summary

  • Fixes incorrect JSDoc examples that referenced USDm as a borrowable token
  • USDm is a stablecoin, not a borrowable collateral token
  • Updated examples to use GBPm which is a valid debt token symbol in the borrow API

Test plan

  • No test regressions (npm test passes)
  • JSDoc examples now use valid debt token symbol

Closes MEN-41

🤖 Generated with Claude Code

USDm is not a valid debtTokenSymbol for the borrow API — only GBPm is
registered in borrowRegistries.ts. Passing USDm would throw at runtime.
Updated all @param JSDoc examples and the class-level @example block.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bayological bayological merged commit f083162 into main Mar 12, 2026
0 of 3 checks passed
@bayological bayological deleted the qa/men-41-fix-jsdoc-borrow-token branch March 12, 2026 12:09
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.

2 participants