Skip to content

Commit

Permalink
Add IHF project adapter (DefiLlama#10663)
Browse files Browse the repository at this point in the history
* Add IHF project adapter

* Update index.js

* minor fix

---------

Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
nghiahoang10 and g1nt0ki authored Jun 16, 2024
1 parent 57caab2 commit 3525e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/infinity-hedge-fund/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const { staking } = require('../helper/staking')
module.exports = {
base: {
tvl: () => ({}),
staking: staking('0x042Fef60aD51f48C65E6106F9b950178910A3300', '0x3B9728bD65Ca2c11a817ce39A6e91808CceeF6FD'),
}
}
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ setTimeout(() => {
}, 10 * 60 * 1000) // 10 minutes

function buildPricesGetQueries(readKeys) {
if (!readKeys.length) return []
const burl = 'https://coins.llama.fi/prices/current/'
const queries = []
let query = burl
Expand Down

0 comments on commit 3525e34

Please sign in to comment.