Skip to content

Commit

Permalink
rootstock collective: update treasury
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Sep 27, 2024
1 parent 892cc3e commit 95cce5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/treasury/rootstock-collective.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { nullAddress, treasuryExports } = require("../helper/treasury");

// Treasury
Expand All @@ -13,8 +12,8 @@ module.exports = treasuryExports({
tokens: [
// Rootstock Assets
nullAddress,
"0x2aCc95758f8b5F583470bA265Eb685a8f45fC9D5", // RIF
],
owners: [treasuryGrants, treasuryActive, treasuryGrowth, treasuryGeneral],
ownTokens: ["0x2aCc95758f8b5F583470bA265Eb685a8f45fC9D5",] // RIF
},
});

0 comments on commit 95cce5f

Please sign in to comment.