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 167c646 commit fb9881b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/blasterswap-vaults/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const tokens = ['0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad', '0xd43D8aDAC6A4C7d
module.exports = {
methodology: "Staking",
blast: {
staking: staking(vaults, tokens),
tvl: () => { },
staking: staking(vaults, tokens)
},
}

0 comments on commit fb9881b

Please sign in to comment.