File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ export type TokenTypePool =
55 | "wbnb"
66 | "s"
77 | "hemiBTC"
8- | "mon" ;
8+ | "mon"
9+ | "somi" ;
910
1011export interface PoolConfigPayload {
1112 // is used to recognize pool in the list; maybe show this name instead of version + underlying symbol?
Original file line number Diff line number Diff 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] ;
You can’t perform that action at this time.
0 commit comments