Fix: Gaming-dex (#16842)

This commit is contained in:
0xpeluche
2025-10-27 09:55:57 +01:00
committed by GitHub
parent 31a1165bf2
commit f91c4928ca

View File

@@ -1,10 +1,7 @@
const { onChainTvl } = require('../helper/balancer')
module.exports = {
defiverse: {
tvl: onChainTvl('0x2FA699664752B34E90A414A42D62D7A8b2702B85', 87620),
},
oas: {
tvl: onChainTvl('0xfb6f8FEdE0Cb63674Ab964affB93D65a4a7D55eA', 4522800),
}
// defiverse: { tvl: onChainTvl('0x2FA699664752B34E90A414A42D62D7A8b2702B85', 87620) },
defiverse: { tvl: () => ({ })},
oas: { tvl: onChainTvl('0xfb6f8FEdE0Cb63674Ab964affB93D65a4a7D55eA', 4522800) }
};