Skip to content

Commit f842aa3

Browse files
authored
trx price spike on tron hallmarks (DefiLlama#15184)
1 parent ed773a6 commit f842aa3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

projects/justlend.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ module.exports = {
88
tron: {
99
tvl, borrowed,
1010
},
11+
hallmarks: [
12+
[1733270400, "TRX token price was increasing over 90%"],
13+
],
1114
};
1215

1316
async function tvl(api) {

projects/juststable/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ module.exports = {
55
timetravel: false,
66
tron: {
77
tvl: sumTokensExport({ owner: 'TRrY9fXGnfLmcp7ytkLmHiTpvYMHG6zUGF', tokens: [ADDRESSES.tron.WTRX] })
8-
}
8+
},
9+
hallmarks: [
10+
[1733270400, "TRX token price was increasing over 90%"],
11+
],
912
}

0 commit comments

Comments
 (0)