We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fda33e + 61cf7e1 commit 06d1974Copy full SHA for 06d1974
src/pools/index.ts
@@ -109,6 +109,24 @@ export const POOLS_LIST: Array<PoolConfigPayload> = [
109
poolType: ["stable"],
110
isLowInterest: true,
111
},
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
125
126
127
+ poolType: ["somi"],
128
129
130
{
131
name: "Gearbox WETH v3",
132
address: "0xf00b548f1b69cb5ee559d891e03a196fb5101d4a",
0 commit comments