Update milkomeda adapters → chain deprecated (#16197)

This commit is contained in:
0xpeluche
2025-09-08 12:28:20 +02:00
committed by GitHub
parent 8160da6fa5
commit c601bccda7
16 changed files with 45 additions and 42 deletions

View File

@@ -9,8 +9,6 @@ async function tvl(api) {
module.exports = {
methodology: 'Counts the total balance of Fragmented tokens held in the Token Merger contract on Milkomeda C1 MACC.',
milkomeda: {
tvl,
},
milkomeda: { tvl: () => ({ }) },
};