Skip to content

Commit 30e9787

Browse files
committed
fix: pool curator domain
1 parent 4bb4a3f commit 30e9787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/pools.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export interface PoolConfigPayload {
2121
poolType: [TokenTypePool];
2222
// is used hide pools with low interest checkbox on the main page
2323
isLowInterest?: boolean;
24+
// is used to show pools only on curator domain
25+
curatorDomainOnly?: boolean;
2426
}
2527

2628
type Address = `0x${string}`;

0 commit comments

Comments
 (0)