Skip to content

Commit 17648bd

Browse files
authored
Merge pull request #247 from Gearbox-protocol/somnia-pools
fix: somnia pools
2 parents 3c94d90 + 448a365 commit 17648bd

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

src/core/pools.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export type TokenTypePool =
55
| "wbnb"
66
| "s"
77
| "hemiBTC"
8-
| "mon";
8+
| "mon"
9+
| "somi";
910

1011
export interface PoolConfigPayload {
1112
// is used to recognize pool in the list; maybe show this name instead of version + underlying symbol?

src/pools/index.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,23 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
316316
poolType: ["stable"],
317317
isLowInterest: true,
318318
},
319+
320+
{
321+
name: "Invariant USDC",
322+
address: "0xa561d6d554fb3637f590c4d73527fe19525d596b",
323+
chainId: 5031,
324+
network: "Somnia",
325+
curator: "Invariant Group",
326+
poolType: ["stable"],
327+
isLowInterest: true,
328+
},
329+
{
330+
name: "Invariant SOMI",
331+
address: "0x6f652fbcfc2107ef9c99456311b5650cd52d6419",
332+
chainId: 5031,
333+
network: "Somnia",
334+
curator: "Invariant Group",
335+
poolType: ["somi"],
336+
isLowInterest: true,
337+
},
319338
];

0 commit comments

Comments
 (0)