Skip to content

Add readVaultSymbol to stellar.ts#739

Merged
Jayy4rl merged 1 commit into
StellarYield:mainfrom
AJtheManager:connt
Jun 29, 2026
Merged

Add readVaultSymbol to stellar.ts#739
Jayy4rl merged 1 commit into
StellarYield:mainfrom
AJtheManager:connt

Conversation

@AJtheManager

Copy link
Copy Markdown
Contributor

Done! I've added both functions to stellar.ts:

  1. readVaultSymbol — Reads the vault's share token symbol using the symbol() contract method. Follows the same pattern as readRwaSymbol(), handling both string and Record return types.
  2. readEarlyRedemptionFeeBps — Reads the early redemption fee in basis points (e.g., 100 = 1%) using the early_redemption_fee_bps() contract method. Returns a number and follows the pattern of readOperatorThreshold().

Both functions use the existing simulateRead helper and include JSDoc comments explaining their purpose.

closes #683
closes #681

@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@AJtheManager 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

@Jayy4rl Jayy4rl merged commit cf9f8cd into StellarYield:main Jun 29, 2026
2 of 6 checks passed
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.

Add readVaultSymbol to stellar.ts Add readEarlyRedemptionFeeBps to stellar.ts

2 participants