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
Copy file name to clipboardExpand all lines: projects/apexdefi/index.js
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,16 @@ 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
19
18
20
19
Object.keys(config).forEach(chain=>{
21
-
const{ factory,wrapperFactory,}=config[chain]
20
+
const{ factory,wrapperFactory,}=config[chain]
22
21
module.exports[chain]={
23
22
tvl: async(api)=>{
24
23
// count the value of erc20 wrapped and deposited in the pools
0 commit comments