diff --git a/projects/alchemix/index.js b/projects/alchemix/index.js index b574a7ea72..2a2e6c492e 100644 --- a/projects/alchemix/index.js +++ b/projects/alchemix/index.js @@ -24,8 +24,8 @@ async function tvl(api) { } }) }) - ); -}; + ) +} module.exports = { doublecounted: true, @@ -39,4 +39,4 @@ module.exports = { fantom: { tvl, }, optimism: { tvl, }, arbitrum: { tvl }, -}; +}