mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 13:25:30 +08:00
14 lines
447 B
JavaScript
14 lines
447 B
JavaScript
const ADDRESSES = require('../helper/coreAssets.json')
|
|
const { nullAddress,treasuryExports } = require("../helper/treasury");
|
|
|
|
module.exports = treasuryExports({
|
|
arbitrum: {
|
|
tokens: [
|
|
nullAddress,
|
|
ADDRESSES.arbitrum.WETH, // WETH
|
|
'0x432502a764abec914f940916652ce55885323cda',
|
|
],
|
|
owners: ['0x9f59e27fd6c8d96dfb89da58c0c98bac07e7a21a'],
|
|
ownTokens: ['0xc74fe4c715510ec2f8c61d70d397b32043f55abe'],
|
|
},
|
|
}) |