mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 13:52:23 +08:00
12 lines
201 B
JavaScript
12 lines
201 B
JavaScript
const ethereumTvl = require('./grappa-ethereum');
|
|
|
|
module.exports = {
|
|
ethereum: {
|
|
start: '2023-02-04',
|
|
tvl: ethereumTvl,
|
|
},
|
|
hallmarks: [
|
|
[1677196800, "Hashnote vault launch"],
|
|
]
|
|
}
|
|
|