mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 08:34:23 +08:00
Update: Whitewhale-dex (#16733)
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = {
|
||||
|
||||
Object.keys(factory).forEach(chain => {
|
||||
const contract = factory[chain]
|
||||
if (chain === 'comdex') {
|
||||
if (chain === 'comdex' || chain === 'injective') {
|
||||
module.exports[chain] = { tvl: () => ({}) }
|
||||
} else {
|
||||
module.exports[chain] = { tvl: getFactoryTvl(contract) }
|
||||
|
||||
Reference in New Issue
Block a user