mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
10 lines
254 B
JavaScript
10 lines
254 B
JavaScript
const { uniTvlExports } = require('../helper/unknownTokens')
|
|
module.exports = uniTvlExports({
|
|
'hedera': '0x0000000000000000000000000000000000134224'
|
|
})
|
|
|
|
module.exports.hallmarks = [
|
|
['2023-10-30', 'Protocol is sunset'],
|
|
]
|
|
|
|
console.log(module.exports) |