Skip to content

Commit 8770af6

Browse files
committed
Add staking function to bouncebit module
1 parent b83093c commit 8770af6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/bb-club-MusangKing/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ async function tvl(api) {
1212

1313
module.exports = {
1414
bouncebit: {
15-
tvl
15+
tvl: () => ({}),
16+
staking: tvl,
1617
}
1718
}

0 commit comments

Comments
 (0)