Skip to content

Commit

Permalink
Add Ostium adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis committed Jul 26, 2024
1 parent 024aa8b commit c17f9fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/ostium/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
const ADDRESSES = require('../helper/coreAssets.json');
const { sumTokensExport } = require('../helper/unwrapLPs');

const owners = [
'0x20D419a8e12C45f88fDA7c5760bb6923Cee27F98',
];

const tokens = [
ADDRESSES.arbitrum.USDC_CIRCLE,
];

module.exports = {
arbitrum: {
tvl: sumTokensExport({ owners, tokens }),
}
}

0 comments on commit c17f9fc

Please sign in to comment.