Skip to content

Commit

Permalink
Fix: Ampleswap (#11733)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche authored Sep 24, 2024
1 parent 6275f68 commit 4313fce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ampleswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ module.exports = {
staking: staking(MasterChefContract, AMPLE),
},
alv: { tvl: getUniTVL({ factory: '0x01dC97C89DF7d3C616a696dD53F600aB3FF12983', useDefaultCoreAssets: true }), },
dsc: { tvl: getUniTVL({ factory: '0x232Ba9f3B3643ab28d28ED7ee18600708D60E5fe', useDefaultCoreAssets: true, }), },
dsc: { tvl: () => ({}) }
// dsc: { tvl: getUniTVL({ factory: '0x232Ba9f3B3643ab28d28ED7ee18600708D60E5fe', useDefaultCoreAssets: true, }), },
};

0 comments on commit 4313fce

Please sign in to comment.