Skip to content

feat(contract): add multi-asset reward support#212

Merged
RUKAYAT-CODER merged 1 commit intoEarnQuestOne:mainfrom
yusuftomilola:feat/multi-asset-reward-201
Mar 29, 2026
Merged

feat(contract): add multi-asset reward support#212
RUKAYAT-CODER merged 1 commit intoEarnQuestOne:mainfrom
yusuftomilola:feat/multi-asset-reward-201

Conversation

@yusuftomilola
Copy link
Copy Markdown
Contributor

Summary

  • Introduce AssetType enum covering Native XLM, USDC, and custom tokens
  • Add AssetConfig struct to carry per-asset address, type, and minimum reward amount
  • Expose asset_symbol and validate_reward_amount helpers for quest creation validation

closes #201

Introduce AssetType enum and AssetConfig struct to support Native XLM,
USDC, and custom tokens as quest rewards. Add asset_symbol and
validate_reward_amount helpers for downstream use.
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

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

@RUKAYAT-CODER RUKAYAT-CODER merged commit 6b7dfc3 into EarnQuestOne:main Mar 29, 2026
2 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 Multi-Asset Reward Support

2 participants