Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Shibaswap - Add Shibarium #11765

Closed
wants to merge 12 commits into from
11 changes: 6 additions & 5 deletions projects/shibaswap/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const {getUniTVL} = require('../helper/unknownTokens')
const { getUniTVL, uniTvlExport } = require('../helper/unknownTokens');

const FACTORY = '0x115934131916c8b277dd010ee02de363c09d037c';
const FACTORY_ETHEREUM = '0x115934131916c8b277dd010ee02de363c09d037c';

module.exports = {
misrepresentedTokens: true,
ethereum: {
tvl: getUniTVL({
factory: FACTORY,
factory: FACTORY_ETHEREUM,
useDefaultCoreAssets: true,
blacklist: [
'0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F',
Expand All @@ -17,5 +17,6 @@ module.exports = {
'0xC1bfcCd4c29813eDe019D00D2179Eea838a67703'
],
})
}
};
},
tvl: uniTvlExport('shibarium', '0x938e62594610Dd35A25a1DfE35C94fA0A9f6bfAA', { hasStablePools: true })
};
Loading