Skip to content

fix: correct SSS reward token display from USDC to DAI#28

Open
jratdish1 wants to merge 1 commit into
mainfrom
fix/herostake-reward-token-copy
Open

fix: correct SSS reward token display from USDC to DAI#28
jratdish1 wants to merge 1 commit into
mainfrom
fix/herostake-reward-token-copy

Conversation

@jratdish1

Copy link
Copy Markdown
Owner

fix: correct SSS reward token display from USDC to DAI

HeroStake.tsx line 303 incorrectly displayed the reward token as USDC and overstated the ETH gas requirement. The SSS staking contract uses DAI as the reward token on both Base and PulseChain chains.

Changes:

  • Before: Required: ~750 USDC + 0.005 ETH (BASE chain for gas)
  • After: Required: ~735 DAI + 0.001 ETH on Base, or ~735 DAI on PulseChain

Verified against:

  • Staking contract 0xAD7991a61e5d5C242839445EAAFE244500EEC722 on Base — reward token is DAI (0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb)
  • Staking contract 0xD5F173973eC653E6CD1A6B31d742501A1004297E on PulseChain — reward token is DAI (0xefD766cCb38EaF1dfd701853BFCe31359239F305)
  • HERO_ECOSYSTEM_BLUEPRINT.md confirms SSS V2 Staking uses DAI

No contract changes.
No deploy.
No secrets changed.
UI display-only fix.

HeroStake.tsx line 303 incorrectly displayed the reward token as USDC
and overstated the ETH gas requirement. The SSS staking contract uses
DAI as the reward token on both Base and PulseChain.

Before: Required: ~750 USDC + 0.005 ETH (BASE chain for gas)
After:  Required: ~735 DAI + 0.001 ETH on Base, or ~735 DAI on PulseChain

No contract changes. No deploy. UI display-only fix.
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.

1 participant