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
Got an staking contract that can return different values, one is the amount of staked tokens and the other is the staking power, that is based also in the number of NFTs staked into the contract, as each NFT got an equivalent in tokens staked.
Both has been implemented in this repository with the classnames:
SuperverseStakingContractAdapter
SuperverseStakingPowerContractAdapter
But on collabland I can only see one contract, how do I select one of another for the TGR?
Or maybe I don't need because it will return under the hood the highest of the 2 values returned?
If you want to take a look to the code, the file is called superverse-staking.adapter.ts
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good afternoon guys!
Got an staking contract that can return different values, one is the amount of staked tokens and the other is the staking power, that is based also in the number of NFTs staked into the contract, as each NFT got an equivalent in tokens staked.
Both has been implemented in this repository with the classnames:
SuperverseStakingContractAdapter
SuperverseStakingPowerContractAdapter
But on collabland I can only see one contract, how do I select one of another for the TGR?
Or maybe I don't need because it will return under the hood the highest of the 2 values returned?
If you want to take a look to the code, the file is called
superverse-staking.adapter.ts
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions