Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujia6139 committed Nov 13, 2023
1 parent a8ca9a4 commit 9b9c360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ export type iParaSpacePoolAssets<T> = Pick<
| "KODA"
| "BLOCKS"
| "EXRP"
| "uBAYC"
| "uPPG"
| "uBAYC"
| "uPPG"
>;

export type iMultiPoolsAssets<T> = iAssetCommon<T> | iParaSpacePoolAssets<T>;
Expand Down
2 changes: 2 additions & 0 deletions market-config/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9b9c360

Please sign in to comment.