Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/pools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
curator: "Invariant Group",
poolType: ["stable"],
isLowInterest: true,
curatorDomainOnly: true,

Check failure on line 348 in src/pools/index.ts

View workflow job for this annotation

GitHub Actions / checks

Type '{ name: string; address: "0xa561d6d554fb3637f590c4d73527fe19525d596b"; chainId: number; network: string; curator: string; poolType: ["stable"]; isLowInterest: true; curatorDomainOnly: true; }' is not assignable to type 'PoolConfigPayload'.
},
{
name: "Invariant SOMI",
Expand All @@ -354,5 +355,6 @@
curator: "Invariant Group",
poolType: ["somi"],
isLowInterest: true,
curatorDomainOnly: true,

Check failure on line 358 in src/pools/index.ts

View workflow job for this annotation

GitHub Actions / checks

Type '{ name: string; address: "0x6f652fbcfc2107ef9c99456311b5650cd52d6419"; chainId: number; network: string; curator: string; poolType: ["somi"]; isLowInterest: true; curatorDomainOnly: true; }' is not assignable to type 'PoolConfigPayload'.
},
];
Loading