You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,11 +15,20 @@ async function _staking(api) {
15
15
}
16
16
17
17
module.exports.methodology="The Apex DeFi factory contract address is used to obtain the balances held in each token contract as liquidity and the staking contract is used to get the staked APEX balance.";
18
+
module.exports.misrepresentedTokens=true
18
19
19
20
Object.keys(config).forEach(chain=>{
20
-
const{ factory,}=config[chain]
21
+
const{ factory,wrapperFactory,}=config[chain]
21
22
module.exports[chain]={
22
23
tvl: async(api)=>{
24
+
// count the value of erc20 wrapped and deposited in the pools
0 commit comments