We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ec800 commit f2dec7aCopy full SHA for f2dec7a
projects/helper/chains.json
@@ -386,6 +386,7 @@
386
"spn",
387
"sseed",
388
"stacks",
389
+ "stable",
390
"stafi",
391
"staking",
392
"starcoin",
projects/stargatefinance-v2/index.js
@@ -138,6 +138,12 @@ const CONFIG = {
138
'0xCc0587aeBDa397146cc828b445dB130a94486e74', // eth pool
139
],
140
},
141
+ stable: {
142
+ pools: [
143
+ '0x31eef89d5215c305304a2fa5376a1f1b6c5dc477', // usdc pool
144
+ '0x0829f361a05d993d5ceb035ca6df3446b060970b' // weth pool
145
+ ],
146
+ },
147
}
148
149
const createTvlFunction = (pools) => {
0 commit comments