Skip to content

Commit 830254f

Browse files
committed
Merge remote-tracking branch 'origin/de-snake-patch-2' into pool-curator-domain
2 parents 30e9787 + d2c6e4e commit 830254f

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)