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 6d1fe44 commit 9762a89Copy full SHA for 9762a89
projects/gammaswap-v2/index.js
@@ -22,6 +22,10 @@ const config = {
22
},
23
}
24
25
+module.exports = {
26
+ methodology: "Total value of the CFMM liquidity held as collateral in the GammaPool smart contracts.",
27
+}
28
+
29
Object.keys(config).forEach(chain => {
30
const { factories, deltaswapFactory } = config[chain]
31
module.exports[chain] = {
0 commit comments