Skip to content

Commit 9762a89

Browse files
authored
Change TVL methodology for GammaSwap section (#16780)
1 parent 6d1fe44 commit 9762a89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/gammaswap-v2/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ const config = {
2222
},
2323
}
2424

25+
module.exports = {
26+
methodology: "Total value of the CFMM liquidity held as collateral in the GammaPool smart contracts.",
27+
}
28+
2529
Object.keys(config).forEach(chain => {
2630
const { factories, deltaswapFactory } = config[chain]
2731
module.exports[chain] = {

0 commit comments

Comments
 (0)