Skip to content

Commit d2c6e4e

Browse files
authored
fix: show somnia pools only on curator domain
1 parent 4bb4a3f commit d2c6e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pools/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
345345
curator: "Invariant Group",
346346
poolType: ["stable"],
347347
isLowInterest: true,
348+
curatorDomainOnly: true,
348349
},
349350
{
350351
name: "Invariant SOMI",
@@ -354,5 +355,6 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
354355
curator: "Invariant Group",
355356
poolType: ["somi"],
356357
isLowInterest: true,
358+
curatorDomainOnly: true,
357359
},
358360
];

0 commit comments

Comments
 (0)