Skip to content

Commit

Permalink
track mew finance #12682
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Dec 12, 2024
1 parent c60ce50 commit be42bb8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/mew-fi/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const { sumTokensExport } = require('./helper/chain/ergo')

module.exports = {
timetravel: false,
ergo: {
tvl: () => ({}),
staking: sumTokensExport({ owner: '2Czxg7U54ZyGMzjt35EYX9g98H9UjFqteuYWX5CSgGCYWAjg1ng2jgm4BHjA6u1Azeo7EYQsBMVLbhRreNASJu54ho', })
}
}

0 comments on commit be42bb8

Please sign in to comment.