Skip to content

Commit

Permalink
mark ztln as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 13, 2025
1 parent af5345e commit 90fd373
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/ZTLN/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ module.exports = {
timetravel: false,
misrepresentedTokens: true,
methodology: "The value in RWA held by the protocol",
hallmarks: [
[Math.floor(new Date('2025-01-13')/1e3), 'ZTLN is deprecated'],
],
// deadFrom: "2025-01-13",
ethereum: {
tvl
tvl: () => ({}),
},
};

0 comments on commit 90fd373

Please sign in to comment.