From 82111f5911745dc6d54b4a083a90dcfe9a336c29 Mon Sep 17 00:00:00 2001 From: vspaxo <110825143+vspaxo@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:23:01 +0530 Subject: [PATCH] Update staking TVL (#9745) * Update staking * Update index.js --------- Co-authored-by: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> --- projects/paxo-finance/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/paxo-finance/index.js b/projects/paxo-finance/index.js index adb4f975b4e4..907136555721 100644 --- a/projects/paxo-finance/index.js +++ b/projects/paxo-finance/index.js @@ -1,9 +1,12 @@ const { compoundExports } = require('../helper/compound') const { lendingMarket } = require('../helper/methodologies') +const { staking } = require("../helper/staking"); module.exports = { polygon: compoundExports('0x1eDf64B621F17dc45c82a65E1312E8df988A94D3', 'polygon'), xdc: compoundExports('0x301C76e7b60e9824E32991B8F29e1c4a03B4F65b', 'xdc'), linea: compoundExports('0x301C76e7b60e9824E32991B8F29e1c4a03B4F65b', 'linea'), methodology: `${lendingMarket}. TVL is calculated by getting the market addresses from comptroller and calling the getCash() on-chain method to get the amount of tokens locked in each of these addresses.`, -} \ No newline at end of file +} + +module.exports.polygon.staking = staking( "0xC1704c99278c3e5A91AfB117301eA61B003Aa650" "0xfFA188493C15DfAf2C206c97D8633377847b6a52",)