mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
16 lines
300 B
JavaScript
16 lines
300 B
JavaScript
const { treasuryExports } = require("../helper/treasury")
|
|
|
|
const config = {
|
|
ethereum: {
|
|
owners: [
|
|
"0x3105889390F894F8ee1d3f8f75E2c4dde57735bA"
|
|
],
|
|
},
|
|
bsc: {
|
|
owners: [
|
|
"0x3105889390F894F8ee1d3f8f75E2c4dde57735bA"
|
|
],
|
|
},
|
|
}
|
|
|
|
module.exports = treasuryExports(config) |