From 9b9c3606d0a5865d7dc3d76399c30f4d269a44bb Mon Sep 17 00:00:00 2001 From: zhoujia6139 Date: Mon, 13 Nov 2023 12:12:20 +0800 Subject: [PATCH] chore: fix lint --- helpers/types.ts | 4 ++-- market-config/mocks.ts | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/helpers/types.ts b/helpers/types.ts index 4b539df7..5e6c1842 100644 --- a/helpers/types.ts +++ b/helpers/types.ts @@ -576,8 +576,8 @@ export type iParaSpacePoolAssets = Pick< | "KODA" | "BLOCKS" | "EXRP" - | "uBAYC" - | "uPPG" + | "uBAYC" + | "uPPG" >; export type iMultiPoolsAssets = iAssetCommon | iParaSpacePoolAssets; diff --git a/market-config/mocks.ts b/market-config/mocks.ts index ba9b7fb4..6d4fdc36 100644 --- a/market-config/mocks.ts +++ b/market-config/mocks.ts @@ -130,6 +130,8 @@ export const MOCK_CHAINLINK_AGGREGATORS_USD_PRICES = { KODA: parseUnits("14154", 8).toString(), BLOCKS: parseUnits("10800", 8).toString(), EXRP: parseUnits("170", 8).toString(), + uBAYC: parseUnits("0.005", 8).toString(), + uPPG: parseUnits("0.004", 8).toString(), }; export const MOCK_TOKEN_MINT_VALUE = {