We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed773a6 commit f842aa3Copy full SHA for f842aa3
projects/justlend.js
@@ -8,6 +8,9 @@ module.exports = {
8
tron: {
9
tvl, borrowed,
10
},
11
+ hallmarks: [
12
+ [1733270400, "TRX token price was increasing over 90%"],
13
+ ],
14
};
15
16
async function tvl(api) {
projects/juststable/index.js
@@ -5,5 +5,8 @@ module.exports = {
5
timetravel: false,
6
7
tvl: sumTokensExport({ owner: 'TRrY9fXGnfLmcp7ytkLmHiTpvYMHG6zUGF', tokens: [ADDRESSES.tron.WTRX] })
- }
+ },
}
0 commit comments