Skip to content

Commit

Permalink
Fix: Luchadores (treasury) (DefiLlama#12424)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche authored Nov 25, 2024
1 parent 78b43fb commit 654b72d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/treasury/luchadores.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ADDRESSES = require('../helper/coreAssets.json')
const ADDRESSES = require('../helper/coreAssets.json');
const { nullAddress, treasuryExports } = require("../helper/treasury");

module.exports = treasuryExports({
Expand All @@ -19,6 +19,7 @@ module.exports = treasuryExports({
],
owners: ['0xa715c8b17268f140D76494c12ec07B48218549C4'],
ownTokens: ['0xF4435cC8b478d54313F04c956882BE3D9aCf9F6F'],
blacklistedTokens: ['0x3a94201a0b6c3593ad3b3e17e3dfce33da183514'],
resolveLP: true,
}
})
Expand Down

0 comments on commit 654b72d

Please sign in to comment.