diff --git a/projects/prdt/index.js b/projects/prdt/index.js index ed67ab803..22f729f3c 100644 --- a/projects/prdt/index.js +++ b/projects/prdt/index.js @@ -1,5 +1,6 @@ const ADDRESSES = require("../helper/coreAssets.json"); const { sumTokensExport } = require("../helper/unwrapLPs"); +const { staking } = require('../helper/staking') const { sumTokensExport: solExports } = require("../helper/solana"); /** @@ -94,3 +95,5 @@ const solOwners = ["CcccPbvfmpNE5q4JFS5qU3mszP8obUy5Fp2BQ6Hm9Mnp"] module.exports.solana = { tvl: solExports({ owners: solOwners, solOwners }) } + +module.exports.bsc.staking = staking('0x49eFb44831aD88A9cFFB183d48C0c60bF4028da8', '0x854b5f2bfcc5b7cd05d6259cf5d035af57cfa301') \ No newline at end of file