We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update https://github.com/centrifuge/apps/blob/5e95c82ec3d9955d819b0d256a76b01098eab672/centrifuge-js/src/modules/pools.ts#L1905
Check response of https://polkadot.js.org/apps/?rpc=wss://fullnode.development.cntrfg.com#/chainstate > ormlTokens > accounts() orml tokens can be free and/or reserved currently only free is used (reserved are the staked tokens)
free
reserved
Double check if state.investmentValue and state.trancheBalanceWithPending are correct calculated in regard to staking https://github.com/centrifuge/apps/blob/5e95c82ec3d9955d819b0d256a76b01098eab672/centrifuge-app/src/components/InvestRedeem/InvestRedeem.tsx#L218 https://github.com/centrifuge/apps/blob/5e95c82ec3d9955d819b0d256a76b01098eab672/centrifuge-app/src/components/InvestRedeem/InvestRedeem.tsx#L221
state.investmentValue
state.trancheBalanceWithPending
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update
https://github.com/centrifuge/apps/blob/5e95c82ec3d9955d819b0d256a76b01098eab672/centrifuge-js/src/modules/pools.ts#L1905
Check response of
https://polkadot.js.org/apps/?rpc=wss://fullnode.development.cntrfg.com#/chainstate > ormlTokens > accounts()
orml tokens can be
free
and/orreserved
currently only
free
is used (reserved are the staked tokens)Double check if
state.investmentValue
andstate.trancheBalanceWithPending
are correct calculated in regard to stakinghttps://github.com/centrifuge/apps/blob/5e95c82ec3d9955d819b0d256a76b01098eab672/centrifuge-app/src/components/InvestRedeem/InvestRedeem.tsx#L218
https://github.com/centrifuge/apps/blob/5e95c82ec3d9955d819b0d256a76b01098eab672/centrifuge-app/src/components/InvestRedeem/InvestRedeem.tsx#L221
The text was updated successfully, but these errors were encountered: