Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
optionblitz authored Aug 15, 2024
1 parent 4ba7d7b commit 49769ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/optionBlitz/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { sumTokensExport, nullAddress } = require('../helper/unwrapLPs')

const treasury = "0x257C2039747FBd0217D97335B6269fb1FbFA4C03"; // Treasury
const treasury = "0x82cf20d2dba8613F75E2DAc69eff9040bcEe88d3"; // Treasury
const BLX = "0x220251092F8B63efD0341F69f6ca907Bd6f271Bf"; // BLX
const assets = [nullAddress, ADDRESSES.arbitrum.USDC_CIRCLE] // ETH, USDC

module.exports = {
start: 194784191,
start: 237562710,
arbitrum: {
tvl: sumTokensExport({ owners: [treasury], tokens: assets }),
staking: sumTokensExport({ owners: [treasury], tokens: [BLX] }),
Expand Down

0 comments on commit 49769ab

Please sign in to comment.