mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-04-29 05:15:28 +08:00
12 lines
312 B
JavaScript
12 lines
312 B
JavaScript
const { nullAddress, treasuryExports } = require("../helper/treasury");
|
|
const ADDRESSES = require('../helper/coreAssets.json')
|
|
|
|
module.exports = treasuryExports({
|
|
sonic: {
|
|
owners: ['0x12684d18BDBA8e31936f40aBcE1175366874114f',],
|
|
tokens: [
|
|
nullAddress,
|
|
ADDRESSES.sonic.USDC_e
|
|
],
|
|
},
|
|
}); |