Skip to content

Commit f2dec7a

Browse files
authored
wip add stable chain (#17335)
1 parent 88ec800 commit f2dec7a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

projects/helper/chains.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@
386386
"spn",
387387
"sseed",
388388
"stacks",
389+
"stable",
389390
"stafi",
390391
"staking",
391392
"starcoin",

projects/stargatefinance-v2/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ const CONFIG = {
138138
'0xCc0587aeBDa397146cc828b445dB130a94486e74', // eth pool
139139
],
140140
},
141+
stable: {
142+
pools: [
143+
'0x31eef89d5215c305304a2fa5376a1f1b6c5dc477', // usdc pool
144+
'0x0829f361a05d993d5ceb035ca6df3446b060970b' // weth pool
145+
],
146+
},
141147
}
142148

143149
const createTvlFunction = (pools) => {

0 commit comments

Comments
 (0)