Skip to content

Commit

Permalink
fix merlin
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Apr 26, 2023
1 parent f35edd1 commit 90eb3ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/merlin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const { getUniTVL } = require("../helper/unknownTokens");
module.exports = {
start: 1682899200,
era: {
tvl: getUniTVL({ factory: '0x63E6fdAdb86Ea26f917496bEEEAEa4efb319229F', useDefaultCoreAssets: true, }),
tvl: getUniTVL({ factory: '0x63E6fdAdb86Ea26f917496bEEEAEa4efb319229F', useDefaultCoreAssets: true, fetchBalances: true }),
},
hallmarks: [
[Math.floor(new Date('2023-04-26')/1e3), 'Project Rugged!'],
],
};

0 comments on commit 90eb3ee

Please sign in to comment.