Skip to content

Commit

Permalink
Feat: add new dualCORE vault (#13118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenquangthang1997 authored Jan 17, 2025
1 parent a704a22 commit cc148de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/b14g/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ module.exports = {
})
const receiverRewards = logs.map(i => i.rewardReceiver)
const coreStakeAmounts = await api.multiCall({ abi: 'uint256:totalCoreStake', calls: receiverRewards })
api.addGasToken(coreStakeAmounts)
const totalCoreStakedVault = await api.call({
target: "0xee21ab613d30330823D35Cf91A84cE964808B83F",
abi: 'uint256:totalStaked',
});
api.addGasToken([...coreStakeAmounts, totalCoreStakedVault]);
}
},
bitcoin: {
Expand Down

0 comments on commit cc148de

Please sign in to comment.