Skip to content

Commit 2cd2ad2

Browse files
committed
feat: add Soneium pools to configuration
1 parent 84da29e commit 2cd2ad2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

projects/stargatefinance-v2/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ const CONFIG = {
8989
'0x0dB9afb4C33be43a0a0e396Fd1383B4ea97aB10a'
9090
],
9191
},
92+
soneium: {
93+
pools: [
94+
'0x45f1A95A4D3f3836523F5c83673c797f4d4d263B', //usdc pool
95+
'0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590'
96+
],
97+
},
9298
}
9399

94100
const createTvlFunction = (pools) => {

0 commit comments

Comments
 (0)