mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 21:36:44 +08:00
8 lines
242 B
JavaScript
8 lines
242 B
JavaScript
const { treasuryExports } = require('../helper/treasury');
|
|
|
|
module.exports = treasuryExports({
|
|
hyperliquid: {
|
|
owners: ['0x64bD77698Ab7C3Fd0a1F54497b228ED7a02098E3'],
|
|
ownTokens: ['0xfd739d4e423301ce9385c1fb8850539d657c296d'],
|
|
}
|
|
}); |