mirror of
https://github.com/cerc-io/mars-interface.git
synced 2025-07-27 06:42:06 +00:00
added incentives update
This commit is contained in:
parent
ec0eee27ec
commit
5cf40c42ce
@ -96,7 +96,7 @@ const redBankSlice = (set: NamedSet<Store>, get: GetState<Store>): RedBankSlice
|
|||||||
|
|
||||||
const incentiveInfo = get().calculateIncentiveAssetInfo(
|
const incentiveInfo = get().calculateIncentiveAssetInfo(
|
||||||
findByDenom(get().marketIncentiveInfo, asset.denom),
|
findByDenom(get().marketIncentiveInfo, asset.denom),
|
||||||
{ denom: asset.denom, amount: marketLiquidity },
|
{ denom: asset.denom, amount: depositLiquidity.toString() },
|
||||||
)
|
)
|
||||||
|
|
||||||
const redBankAsset: RedBankAsset = {
|
const redBankAsset: RedBankAsset = {
|
||||||
|
Loading…
Reference in New Issue
Block a user