We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0809fe7 commit c1e7128Copy full SHA for c1e7128
projects/defisaver.js
@@ -27,5 +27,5 @@ module.exports = {
27
ethereum: { tvl },
28
arbitrum: { tvl },
29
optimism: { tvl },
30
- base: { tvl },
+ base: { tvl: () => ({ }) },
31
};
0 commit comments