From d2c6e4e7401efa4f240965c03358ad91cb579b50 Mon Sep 17 00:00:00 2001 From: de-snake <122296842+de-snake@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:00:49 +0300 Subject: [PATCH] fix: show somnia pools only on curator domain --- src/pools/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pools/index.ts b/src/pools/index.ts index 47a9325..ba289f9 100644 --- a/src/pools/index.ts +++ b/src/pools/index.ts @@ -345,6 +345,7 @@ export const POOLS_LIST: Array = [ curator: "Invariant Group", poolType: ["stable"], isLowInterest: true, + curatorDomainOnly: true, }, { name: "Invariant SOMI", @@ -354,5 +355,6 @@ export const POOLS_LIST: Array = [ curator: "Invariant Group", poolType: ["somi"], isLowInterest: true, + curatorDomainOnly: true, }, ];