Skip to content

Commit

Permalink
add synthetix
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jun 26, 2024
1 parent 608e48d commit 0033833
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/synthetix-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ const ADDRESSES = require('../helper/coreAssets.json')
module.exports = {
base: {
tvl: sumTokensExport({ owner: '0x32C222A9A159782aFD7529c87FA34b96CA72C696', tokens: [ADDRESSES.base.USDC] })
},
arbitrum: {
tvl: sumTokensExport({ owner: '0xffffffaEff0B96Ea8e4f94b2253f31abdD875847', tokens: [ADDRESSES.arbitrum.USDC_CIRCLE, ADDRESSES.arbitrum.WETH, ADDRESSES.arbitrum.ARB] })
}
}

0 comments on commit 0033833

Please sign in to comment.