Skip to content

Commit

Permalink
vaults as staking
Browse files Browse the repository at this point in the history
  • Loading branch information
lsblk07 committed Jul 18, 2024
1 parent 6b1fb2c commit 167c646
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions projects/blasterswap-vaults/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
const { sumTokensExport } = require('../helper/unwrapLPs')
const { staking } = require("./helper/staking.js");

const owners = ['0x0464a36beCf9967111D2dCAb57CAf4a2376f6E3F', '0xC52fb7E613e401a0195C2fdB369618580D58C91D', '0x013249266842e078999088807033D80531A84260'];
const vaults = ['0x0464a36beCf9967111D2dCAb57CAf4a2376f6E3F', '0xC52fb7E613e401a0195C2fdB369618580D58C91D', '0x013249266842e078999088807033D80531A84260'];
const tokens = ['0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad', '0xd43D8aDAC6A4C7d9Aeece7c3151FcA8f23752cf8', '0x5ffd9EbD27f2fcAB044c0f0a26A45Cb62fa29c06'];

module.exports = {
methodology: "TVL",
methodology: "Staking",
blast: {
tvl: sumTokensExport({
owners,
tokens,
}),
staking: staking(vaults, tokens),
},
}

0 comments on commit 167c646

Please sign in to comment.