We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8217039 commit b63c014Copy full SHA for b63c014
projects/generic-money/index.js
@@ -0,0 +1,12 @@
1
+const { sumERC4626VaultsExport2 } = require("../helper/erc4626");
2
+
3
+const vaults = [
4
+ "0x4825eFF24F9B7b76EEAFA2ecc6A1D5dFCb3c1c3f", // USDC
5
+ "0xB8280955aE7b5207AF4CDbdCd775135Bd38157fE", // USDT
6
+ "0x6133dA4Cd25773Ebd38542a8aCEF8F94cA89892A", // USDS
7
+]
8
9
+module.exports = {
10
+ methodology: "TVL counts the total assets on Generic Money's vaults which back gUSD and g-units.",
11
+ ethereum: { tvl: sumERC4626VaultsExport2({ vaults }) },
12
+}
0 commit comments