Skip to content

Commit c1e7128

Browse files
authored
Fix: DefiSaver update (#16966)
1 parent 0809fe7 commit c1e7128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/defisaver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ module.exports = {
2727
ethereum: { tvl },
2828
arbitrum: { tvl },
2929
optimism: { tvl },
30-
base: { tvl },
30+
base: { tvl: () => ({ }) },
3131
};

0 commit comments

Comments
 (0)