We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb4a3f commit 30e9787Copy full SHA for 30e9787
src/core/pools.ts
@@ -21,6 +21,8 @@ export interface PoolConfigPayload {
21
poolType: [TokenTypePool];
22
// is used hide pools with low interest checkbox on the main page
23
isLowInterest?: boolean;
24
+ // is used to show pools only on curator domain
25
+ curatorDomainOnly?: boolean;
26
}
27
28
type Address = `0x${string}`;
0 commit comments