mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 13:52:23 +08:00
8 lines
296 B
JavaScript
8 lines
296 B
JavaScript
const { treasuryExports } = require("../helper/treasury");
|
|
|
|
module.exports = treasuryExports({
|
|
sui: {
|
|
owners: ['0xb9a09efd534d29cc9f990db26b2dab00289f32de0cdcefa68c6808de208bc9cb'],
|
|
ownTokens: ['0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385::typus::TYPUS'],
|
|
},
|
|
}) |