Skip to content

Commit

Permalink
NEW: Idle Fasanara Yield vault
Browse files Browse the repository at this point in the history
  • Loading branch information
Samster91 committed Oct 18, 2024
1 parent 631137f commit 3e38c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/idle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const contracts = {
// "0xd0DbcD556cA22d3f3c142e9a3220053FD7a247BC",
// "0x1f5A97fB665e295303D2F7215bA2160cc5313c8E", //
"0x8E0A8A5c1e5B3ac0670Ea5a613bB15724D51Fc37", // Instadapp stETH
"0x9e0c5ee5e4B187Cf18B23745FCF2b6aE66a9B52f" // Amphor wstETH
"0xf6223C567F21E33e859ED7A045773526E9E3c2D5" // Fasanara Yield vault
]
},
polygon: {
Expand Down Expand Up @@ -77,7 +77,7 @@ const trancheConfig = {
}
const getCurrentAllocationsABI = 'function getCurrentAllocations() returns (address[] tokenAddresses, uint256[] amounts, uint256 total)'

async function tvl(time, ethBlock, chainBlocks, { api }) {
async function tvl(api) {
const { v1 = [], v3 = [], safe = [], cdos = [] } = contracts[api.chain]
const balances = {}
const ownerTokens = []
Expand Down

0 comments on commit 3e38c61

Please sign in to comment.