Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Testingtester2 authored Sep 26, 2024
1 parent 6a34590 commit 0cbe69e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions projects/shibaswap/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { getUniTVL } = require('../helper/unknownTokens');
const { uniTvlExport } = require('../helper/exports');

const FACTORY_ETHEREUM = '0x115934131916c8b277dd010ee02de363c09d037c';
const FACTORY_SHIBARIUM = '0xEF83bbB63E8A7442E3a4a5d28d9bBf32D7c813c8';

module.exports = {
misrepresentedTokens: true,
Expand All @@ -20,6 +20,9 @@ module.exports = {
})
},
shibarium: {
tvl: uniTvlExport('shibarium', '0xEF83bbB63E8A7442E3a4a5d28d9bBf32D7c813c8', { hasStablePools: true })
tvl: getUniTVL({
factory: FACTORY_SHIBARIUM,
useDefaultCoreAssets: true,
})
}
};

0 comments on commit 0cbe69e

Please sign in to comment.