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 31a1165 commit f91c492Copy full SHA for f91c492
projects/gaming-dex/index.js
@@ -1,10 +1,7 @@
1
const { onChainTvl } = require('../helper/balancer')
2
3
module.exports = {
4
- defiverse: {
5
- tvl: onChainTvl('0x2FA699664752B34E90A414A42D62D7A8b2702B85', 87620),
6
- },
7
- oas: {
8
- tvl: onChainTvl('0xfb6f8FEdE0Cb63674Ab964affB93D65a4a7D55eA', 4522800),
9
- }
+ // defiverse: { tvl: onChainTvl('0x2FA699664752B34E90A414A42D62D7A8b2702B85', 87620) },
+ defiverse: { tvl: () => ({ })},
+ oas: { tvl: onChainTvl('0xfb6f8FEdE0Cb63674Ab964affB93D65a4a7D55eA', 4522800) }
10
};
0 commit comments