Skip to content

Commit 9bfdbcb

Browse files
committed
fix bitmap game
1 parent 5da5368 commit 9bfdbcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/bitmap-game/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const BITMAP_TOKEN = '0x7b0400231Cddf8a7ACa78D8c0483890cd0c6fFD6'
66

77
module.exports = {
88
merlin: {
9-
tvl: staking([STAKE_BITMAP_TOKEN_CONTRACT, STAKE_MERL_CONTRACT,], [BITMAP_TOKEN, MERL_TOKEN,]),
10-
staking: () => ({}),
9+
tvl: staking([STAKE_BITMAP_TOKEN_CONTRACT, STAKE_MERL_CONTRACT,], MERL_TOKEN),
10+
staking: staking([STAKE_BITMAP_TOKEN_CONTRACT, STAKE_MERL_CONTRACT,], BITMAP_TOKEN,),
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)