Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lefgk committed Jan 14, 2025
1 parent a372e66 commit 5ffa59a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions projects/nexion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let contracts = {
const COLLATERALS = {
pulse: {
DAI: ADDRESSES.pulse.DAI,
PLS: nullAddress,
// PLS: nullAddress,
WPLS: ADDRESSES.pulse.WPLS,
// DAIPLS_LP:"0xE56043671df55dE5CDf8459710433C10324DE0aE"
},
Expand All @@ -39,11 +39,8 @@ async function tvl(api) {
const lps = ["0xE56043671df55dE5CDf8459710433C10324DE0aE"]

module.exports = {
methodology: `FARM: return total assets of farms and buyNburn
`,
methodology: `FARM: return total assets of farms and buyNburn`,
pulse: {

tvl,

tvl
},
};

0 comments on commit 5ffa59a

Please sign in to comment.