added incentives update

This commit is contained in:
Linkie Link 2023-02-19 08:10:09 +01:00
parent ec0eee27ec
commit 5cf40c42ce
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

View File

@ -96,7 +96,7 @@ const redBankSlice = (set: NamedSet<Store>, get: GetState<Store>): RedBankSlice
const incentiveInfo = get().calculateIncentiveAssetInfo(
findByDenom(get().marketIncentiveInfo, asset.denom),
{ denom: asset.denom, amount: marketLiquidity },
{ denom: asset.denom, amount: depositLiquidity.toString() },
)
const redBankAsset: RedBankAsset = {