Skip to content

Commit

Permalink
add logx staking
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Sep 25, 2024
1 parent 79860a1 commit dc82f2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/logx-v2/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const { staking } = require('../helper/staking')

module.exports = {
methodology: "Tokens locked in HypCollateral contracts on different chains.",
}
Expand All @@ -17,4 +19,6 @@ Object.keys(config).forEach(chain => {
return api.sumTokens({ tokensAndOwners2: [tokens, vault] })
}
}
})
})

module.exports.arbitrum.staking = staking('0x89E86f7d2398e8C1070d321D18c1Ce75aBF09b75', '0x59062301Fb510F4ea2417B67404CB16D31E604BA')

0 comments on commit dc82f2d

Please sign in to comment.