Skip to content

Commit

Permalink
add new pendle vault to tvl calculation (#11170)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKMG authored Aug 2, 2024
1 parent ed5f152 commit 6edcc1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/airpuff/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,12 @@ module.exports = {
reStakingToken: "0xeA1A6307D9b18F8d1cbf1c3Dd6aad8416C06a221",
oracle: "0xb09cbB6Aa95A004F9aeE4349DF431aF5ad03ECe4",
};


tokensAndOwners.push([eETH.reStakingToken, eETH.vault]);



// leverage users
const ezETH = {
vault: "0x32a0ce2bDfc37eE606aB905b4f9fC286049A774f",
Expand Down Expand Up @@ -334,6 +338,11 @@ module.exports = {
pendleAddress: "0xb05cabcd99cf9a73b19805edefc5f67ca5d1895e",
};

const bptrswETH1x2 = {
vault: "0x76338fca82925Fe2Df2C4F2c6e9545247617C634",
pendleAddress: "0x7bAf258049cc8B9A78097723dc19a8b103D4098F"
};

//new 1x strats on pendle v2

//PT Tensorplex Staked TAO 27JUN2024 (PT-stTAO-...)
Expand Down Expand Up @@ -388,6 +397,7 @@ module.exports = {
bptzrsETH1x,
bptzUSDe1x,
bptrswETH1x,
bptrswETH1x2,
pTEzETHDEC30,
].map((i) => [i.pendleAddress, i.vault]);
tokensAndOwners.push(...tokensAndOwners2);
Expand Down

0 comments on commit 6edcc1f

Please sign in to comment.