Skip to content

Commit 9cd1dd0

Browse files
fix: rename 'bsc' to 'base' in hits4fun adapter module exports
1 parent 2523ed3 commit 9cd1dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/hits4fun/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const VAULT_ADDRESS = '0xDcC2BDbEE24813a4000Afd58252a462ff226bFA1'
77
module.exports = {
88
methodology: 'Counts the number of ETH in the vault',
99
start: 1751443965, // Wed Jul 02 2025 08:12:45 GMT+0000
10-
bsc: {
10+
base: {
1111
tvl: async (api) => {
1212
return sumTokens2({
1313
api,

0 commit comments

Comments
 (0)