Skip to content

Commit 654b72d

Browse files
authored
Fix: Luchadores (treasury) (DefiLlama#12424)
1 parent 78b43fb commit 654b72d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/treasury/luchadores.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const ADDRESSES = require('../helper/coreAssets.json')
1+
const ADDRESSES = require('../helper/coreAssets.json');
22
const { nullAddress, treasuryExports } = require("../helper/treasury");
33

44
module.exports = treasuryExports({
@@ -19,6 +19,7 @@ module.exports = treasuryExports({
1919
],
2020
owners: ['0xa715c8b17268f140D76494c12ec07B48218549C4'],
2121
ownTokens: ['0xF4435cC8b478d54313F04c956882BE3D9aCf9F6F'],
22+
blacklistedTokens: ['0x3a94201a0b6c3593ad3b3e17e3dfce33da183514'],
2223
resolveLP: true,
2324
}
2425
})

0 commit comments

Comments
 (0)