From dc82f2d652cfc496732962fab030d9afd39b58fa Mon Sep 17 00:00:00 2001 From: g1ntoki <99907941+g1nt0ki@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:09:27 +0200 Subject: [PATCH] add logx staking --- projects/logx-v2/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/logx-v2/index.js b/projects/logx-v2/index.js index b02601e37178..bae5af35ad08 100644 --- a/projects/logx-v2/index.js +++ b/projects/logx-v2/index.js @@ -1,3 +1,5 @@ +const { staking } = require('../helper/staking') + module.exports = { methodology: "Tokens locked in HypCollateral contracts on different chains.", } @@ -17,4 +19,6 @@ Object.keys(config).forEach(chain => { return api.sumTokens({ tokensAndOwners2: [tokens, vault] }) } } -}) \ No newline at end of file +}) + +module.exports.arbitrum.staking = staking('0x89E86f7d2398e8C1070d321D18c1Ce75aBF09b75', '0x59062301Fb510F4ea2417B67404CB16D31E604BA') \ No newline at end of file