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