Skip to content

fix(wallet): correct LightChain governor address + real staked-excluded quorum#149

Merged
marinom2 merged 1 commit into
mainfrom
fix/wallet-dao-quorum
Jul 1, 2026
Merged

fix(wallet): correct LightChain governor address + real staked-excluded quorum#149
marinom2 merged 1 commit into
mainfrom
fix/wallet-dao-quorum

Conversation

@marinom2

@marinom2 marinom2 commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Two fixes to the wallet extension's DAO surface:

  1. Stale governor - GOVERNORS[9200] was 0x262E9f (a superseded deployment). The wallet was querying a dead governor. Fixed to the live 0xD216A0c0050EdC3a9E0449EcFDf178A1652b4b68.
  2. Quorum label - the popup showed "N% of supply". LightChain's Governor overrides quorum() to use getTotalVotingPower (staked LCAI excluded), so it now reads the real quorum() threshold and shows the actual LCAI amount (~299M) with a "3% of the votable supply (staked LCAI excluded)" tooltip.

Wallet tsc compile clean.

…ed quorum

- GOVERNORS[9200] was the superseded 0x262E9f; use the live LightChainGovernor
  0xD216A0 (the wallet was querying a stale/dead governor).
- The DAO popup showed 'N% of supply'; LightChain's quorum() is staked-excluded
  (getTotalVotingPower), so it now reads the real quorum() threshold and shows
  the actual LCAI amount with a '3% of the votable supply (staked excluded)' hint.
@vercel

vercel Bot commented Jul 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lightnode Ready Ready Preview, Comment Jul 1, 2026 8:21am

Request Review

@marinom2 marinom2 merged commit 4047778 into main Jul 1, 2026
2 of 5 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.

1 participant