mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 13:52:23 +08:00
12 lines
262 B
JavaScript
12 lines
262 B
JavaScript
const { nullAddress, treasuryExports } = require("../helper/treasury");
|
|
|
|
const treasury = "0x5f49174fdeb42959f3234053b18f5c4ad497cc55";
|
|
|
|
module.exports = treasuryExports({
|
|
arbitrum: {
|
|
tokens: [
|
|
nullAddress,
|
|
],
|
|
owners: [treasury,],
|
|
},
|
|
}) |