ScopeLift / radworks-governor-upgrade

0 stars 0 forks source link

Investigate Tally disparity vs Radicle token contract #4

Closed jferas closed 11 months ago

jferas commented 1 year ago

Need to ascertain why the tally representation of Radicle token delegates found here...

https://www.tally.xyz/gov/radworks/delegates?sort=voting_power_desc

has discrepancies with Radicle token contract .. for instance, the 2nd largest token holder, the address 0x2949349f91333b01235d2950a41260c2d357837d which (according to tally), has a delegated token weight of 2.5 million yet when the balanceOf and getCurrentVotes of the Radicle token contract (0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3) is queried, the number of tokens returned is 0.

jferas commented 1 year ago

Quick update here.. the above tally/radworks URL is coming up with an error today.. "Sorry! There was an error while loading this section"

jferas commented 11 months ago

The issue is more of a Tally issue than a Radworks issue.. the "?sort=voting_power_desc" specification on the Tally URL no longer works.. the largest token holders can be found via the Radicle token contract... closing.