Files
DefiLlama-Adapters/projects/treasury/defiway.js

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'],
},
})