Skip to content

Commit 06d1974

Browse files
authored
Merge pull request #267 from Gearbox-protocol/de-snake-patch-2
fix: add somnia pools back
2 parents 6fda33e + 61cf7e1 commit 06d1974

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/pools/index.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,24 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
109109
poolType: ["stable"],
110110
isLowInterest: true,
111111
},
112+
{
113+
name: "Invariant USDC",
114+
address: "0xa561d6d554fb3637f590c4d73527fe19525d596b",
115+
chainId: 5031,
116+
network: "Somnia",
117+
curator: "Invariant Group",
118+
poolType: ["stable"],
119+
isLowInterest: true,
120+
},
121+
{
122+
name: "Invariant SOMI",
123+
address: "0x6f652fbcfc2107ef9c99456311b5650cd52d6419",
124+
chainId: 5031,
125+
network: "Somnia",
126+
curator: "Invariant Group",
127+
poolType: ["somi"],
128+
isLowInterest: true,
129+
},
112130
{
113131
name: "Gearbox WETH v3",
114132
address: "0xf00b548f1b69cb5ee559d891e03a196fb5101d4a",

0 commit comments

Comments
 (0)