You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Staked DAODAO CW721 are no longer apart of the original collection for Racoon or Rekt bulls due to staking. In doing so, I need to query the crates.io:dao-voting-cw721-staked contract to get staked id -> stars address. Currently DAODAO only has stars address -> [list of staked ids]
Solution
It would be nice to add a query to get nft idx -> user address that has it staked. Since there is no way to query who is staking without indexing?
The text was updated successfully, but these errors were encountered:
Affected
Summary
I am building out https://github.com/Reecepbcups/stargaze-nft-snapshots to snapshot NFT holders. This iterates all NFT id's and exports them to make airdrops easier.
Issue
Staked DAODAO CW721 are no longer apart of the original collection for Racoon or Rekt bulls due to staking. In doing so, I need to query the crates.io:dao-voting-cw721-staked contract to get
staked id -> stars address
. Currently DAODAO only hasstars address -> [list of staked ids]
Solution
It would be nice to add a query to get
nft idx -> user address
that has it staked. Since there is no way to query who is staking without indexing?The text was updated successfully, but these errors were encountered: