diff --git a/projects/rootstock-collective/index.js b/projects/rootstock-collective/index.js new file mode 100644 index 000000000000..74288207b153 --- /dev/null +++ b/projects/rootstock-collective/index.js @@ -0,0 +1,8 @@ +const { sumTokensExport } = require('../helper/unwrapLPs') + +module.exports = { + rsk: { + tvl: () => ({}), + staking: sumTokensExport({ owner: '0x5db91e24BD32059584bbDb831A901f1199f3d459', tokens: ['0x2aCc95758f8b5F583470bA265Eb685a8f45fC9D5']}) + } +} diff --git a/projects/treasury/rootstock-collective.js b/projects/treasury/rootstock-collective.js new file mode 100644 index 000000000000..aa9ff9005e29 --- /dev/null +++ b/projects/treasury/rootstock-collective.js @@ -0,0 +1,20 @@ +const ADDRESSES = require('../helper/coreAssets.json') +const { nullAddress, treasuryExports } = require("../helper/treasury"); + +// Treasury +const treasuryGrants = "0x48229e5D82a186Aa89a99212D2D59f5674aa5b6C"; +const treasuryActive = "0xf016fA6B237BB56E3AEE7022C6947a6A103E3C47"; +const treasuryGrowth = "0x267a6073637408b6A1d34d685ff5720A0CbCbD9d"; +const treasuryGeneral = "0xfE3d9B7D68aE13455475F28089968336414FD358"; + + +module.exports = treasuryExports({ + rsk: { + tokens: [ + // Rootstock Assets + nullAddress, + "0x2aCc95758f8b5F583470bA265Eb685a8f45fC9D5", // RIF + ], + owners: [treasuryGrants, treasuryActive, treasuryGrowth, treasuryGeneral], + }, +}); \ No newline at end of file