Skip to content

Commit 2cf9c23

Browse files
authored
Merge pull request #455 from NexusMutual/feat/21112025-new-listing
feat: add new listing
2 parents ae10c23 + ca90711 commit 2cf9c23

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/constants/privateProducts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const allPrivateProductsIds = [
6464
359, // DeFi Vault 2
6565
360, // TermMax Markets
6666
361, // Vesu
67+
362, // Algoquant
6768
];
6869

6970
module.exports = {

src/constants/products.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,4 +384,5 @@ export const productCategoryMap: { [productId: number]: ProductCategoryEnum } =
384384
359: ProductCategoryEnum.Uncategorized, // DeFi Vault 2
385385
360: ProductCategoryEnum.Uncategorized, // TermMax Markets
386386
361: ProductCategoryEnum.Uncategorized, // Vesu
387+
362: ProductCategoryEnum.Uncategorized, // Algoquant
387388
};

0 commit comments

Comments
 (0)