mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-30 05:45:32 +08:00
31 lines
780 B
JavaScript
31 lines
780 B
JavaScript
const { treasuryExports } = require("../helper/treasury");
|
|
|
|
module.exports = treasuryExports({
|
|
ethereum: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
bsc: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
polygon: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
arbitrum: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
base: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
avax: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
optimism: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
cronos: {
|
|
owners: ['0xa0bB1ebf52A9307F30509d3b385754c33B7F2E26'],
|
|
},
|
|
tron: {
|
|
owners: ['TJHEossM1q87JWEFYRrEfjDju6uEoZY22N'],
|
|
},
|
|
}) |