Files
2024-11-27 10:52:40 +01:00

12 lines
201 B
JavaScript

const ethereumTvl = require('./grappa-ethereum');
module.exports = {
ethereum: {
start: '2023-02-04',
tvl: ethereumTvl,
},
hallmarks: [
[1677196800, "Hashnote vault launch"],
]
}