Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jul 19, 2024
1 parent c3c1476 commit 9f1af43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/blasterswap-vaults/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ const vaults = ['0x0464a36beCf9967111D2dCAb57CAf4a2376f6E3F', '0xC52fb7E613e401a
const tokens = ['0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad', '0xd43D8aDAC6A4C7d9Aeece7c3151FcA8f23752cf8', '0x5ffd9EbD27f2fcAB044c0f0a26A45Cb62fa29c06'];

module.exports = {
methodology: "Staking",
blast: {
tvl: (async) => ({}),
tvl: () => ({}),
staking: stakings(vaults, tokens)
},
}

0 comments on commit 9f1af43

Please sign in to comment.