Skip to content

Commit 9f1af43

Browse files
committed
minor fix
1 parent c3c1476 commit 9f1af43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/blasterswap-vaults/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ const vaults = ['0x0464a36beCf9967111D2dCAb57CAf4a2376f6E3F', '0xC52fb7E613e401a
44
const tokens = ['0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad', '0xd43D8aDAC6A4C7d9Aeece7c3151FcA8f23752cf8', '0x5ffd9EbD27f2fcAB044c0f0a26A45Cb62fa29c06'];
55

66
module.exports = {
7-
methodology: "Staking",
87
blast: {
9-
tvl: (async) => ({}),
8+
tvl: () => ({}),
109
staking: stakings(vaults, tokens)
1110
},
1211
}

0 commit comments

Comments
 (0)