Skip to content

Commit f91c492

Browse files
authored
Fix: Gaming-dex (#16842)
1 parent 31a1165 commit f91c492

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

projects/gaming-dex/index.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
const { onChainTvl } = require('../helper/balancer')
22

33
module.exports = {
4-
defiverse: {
5-
tvl: onChainTvl('0x2FA699664752B34E90A414A42D62D7A8b2702B85', 87620),
6-
},
7-
oas: {
8-
tvl: onChainTvl('0xfb6f8FEdE0Cb63674Ab964affB93D65a4a7D55eA', 4522800),
9-
}
4+
// defiverse: { tvl: onChainTvl('0x2FA699664752B34E90A414A42D62D7A8b2702B85', 87620) },
5+
defiverse: { tvl: () => ({ })},
6+
oas: { tvl: onChainTvl('0xfb6f8FEdE0Cb63674Ab964affB93D65a4a7D55eA', 4522800) }
107
};

0 commit comments

Comments
 (0)